# What to Do When the Bot Doesn’t Know the Answer

When the bot receives a question it doesn’t know the answer to, you can set up how it should respond using two available methods:

* [CX Genie Default Settings](/getting-started/knowledge-base/what-to-do-when-the-bot-doesnt-know-the-answer/cx-genie-default-settings.md)
* [Using Workflow](/getting-started/knowledge-base/what-to-do-when-the-bot-doesnt-know-the-answer/using-workflow.md)

## Quick Tips

* Not sure which method to choose? Use **CX Genie Default Settings** for a quick and easy setup. If you want the bot to follow specific steps in certain situations, try using **Workflow**.

**Need help?** Join our [Discord community](https://discord.gg/SsYEF8PW65) or email us at <hello@cxgenie.ai>.


---

# 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://documents.cxgenie.ai/getting-started/knowledge-base/what-to-do-when-the-bot-doesnt-know-the-answer.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.
