# NLU Agents

- [Overview](https://docs.conversational-ai.syntphony.com/user-guide/nlu-agents/overview.md)
- [Main Concepts](https://docs.conversational-ai.syntphony.com/user-guide/nlu-agents/glossary.md)
- [NLU Agents](https://docs.conversational-ai.syntphony.com/user-guide/nlu-agents/nlu-agents.md)
- [Build from Scratch](https://docs.conversational-ai.syntphony.com/user-guide/nlu-agents/nlu-agents/build-your-first-bot.md): With this step-by-step guide, you'll find out how easy and simple it is to create a virtual agent with Syntphony CAI!
- [Importing](https://docs.conversational-ai.syntphony.com/user-guide/nlu-agents/nlu-agents/importing.md)
- [Pre-Built Templates](https://docs.conversational-ai.syntphony.com/user-guide/nlu-agents/nlu-agents/pre-built-templates.md): With Syntphony CAI you can use ready-to-use bot templates and adjust the virtual agent's messages to your needs
- [Training task](https://docs.conversational-ai.syntphony.com/user-guide/nlu-agents/nlu-agents/training-task.md)


---

# 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.conversational-ai.syntphony.com/user-guide/nlu-agents.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.
