# No appropriate script

1. Go to any scenario or create a separate one
2. On the left, in the events section, select "No suitable scenario"
3. Further, you can associate this block, for example, with sending a clarifying request to the user, or with another necessary action

![Образец настройки, при которой бот, не найдя подходящего сценария, просит пользователя уточнить запрос ](/files/EfbXoOpApStHA01EhSBQ)

Now, without finding a suitable answer, your bot will still be able to answer.


---

# 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.smartbotpro.io/scripts/script-events/no-appropriate-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.
