# STEP BY STEP GUIDES

- [AI Agent Creation Overview](https://docs.opendialog.ai/tutorials/ai-agent-creation-overview.md): Learn how to create a fully functional AI Agent including semantic classification, retrieval augmented generation, process handling, third-party integrations and more.
- [Add a new topic of discussion](https://docs.opendialog.ai/tutorials/add-a-new-topic-of-discussion.md): Let's expand  your AI Agent's capabilities by introducing a new topic of discussion.
- [Use knowledge sources via RAG](https://docs.opendialog.ai/tutorials/use-knowledge-sources-via-rag.md): Let's enhance your AI Agent's knowledge with Retrieval Augmented Generation.
- [Adding a structured conversation](https://docs.opendialog.ai/tutorials/adding-a-structured-conversation.md): Let's add a structured conversation flow to your AI Agent.
- [Add a 3rd party integration](https://docs.opendialog.ai/tutorials/integrate.md): Let's enhance your AI Agent with access to 3rd party data.
- [Test and tweak your AI Agent](https://docs.opendialog.ai/tutorials/test-and-tweak-your-ai-agent.md): Your AI Agent is almost ready to launch! Before you publish it, let’s make sure it’s optimised for the best user experience.
- [Publish your AI Agent](https://docs.opendialog.ai/tutorials/publish-your-ai-agent.md): Ready to launch your AI Agent?


---

# 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.opendialog.ai/tutorials.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.
