# Validating Models

You can use the [Validate Model](/user-manual/model-editor/commands.md#validate-model) command to ensure your model meets all the validation requirements. In case the model is invalid, you can use several Model Editor commands including the alignment commands, and the [Repair Windows](/user-manual/model-editor/commands.md#repair-windows) command to validate the model.

{% embed url="<https://drive.google.com/open?id=1K4iUHPC9lKHDfJenTkUSycjKys9rvw_j&usp=drive_fs>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pollination.solutions/user-manual/model-editor/workflows/validating-models.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
