# Validate the Script

Validation of the script is done when there is an addition to the FAQ or dialog, to help the parent bot in ensuring the FAQ or dialog that is added does not cause the validation of the script that has been made to be invalid.

In the upper right corner, click the **'Evaluate Bot'** button. Select the script to be validated. Click the (![https://docs.3dolphins.ai/wp-content/uploads/2020/03/49.png](/files/-MRPVVOsAINJlin-7O40)) button on the selected bot and wait until the final validation of the evaluation is successful (100%). If the evaluation icon changes to green, it's indicated the bot response results before and after the addition of the FAQ or Dialog are still valid (the same), and if the evaluation icon is red it's indicated the script is invalid.

You can download the results of the bot evaluation that has been done, click ‘**Download XLS**’ or ‘**Download CSV**’,

![Validate Script](/files/QI7dBGK0USR2g5FdsPFM)


---

# 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.3dolphins.ai/bot-settings/bot-manager/evaluate-bot/validate-the-script.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.
