# GETTING STARTED

- [Introduction](https://docs.opendialog.ai/getting-started-1/readme.md)
- [Getting ready](https://docs.opendialog.ai/getting-started-1/getting-ready.md): Before jumping into the build process, you need to make sure you have a clear understanding of an AI agent’s key building blocks and the pieces of information you need to personalise yours.
- [Billing and plans](https://docs.opendialog.ai/getting-started-1/billing-and-plans.md)
- [Quick Start AI Agents](https://docs.opendialog.ai/getting-started-1/quick-start-ai-agents.md): How to get started in just minutes with OpenDialog
- [Quick Start AI Agent](https://docs.opendialog.ai/getting-started-1/quick-start-ai-agents/quick-start-ai-agent.md): The OpenDialog Quick Start AI Agent
- [The "Start from Scratch" AI Agent](https://docs.opendialog.ai/getting-started-1/quick-start-ai-agents/the-start-from-scratch-ai-agent.md)
- [Chat Management Conversation](https://docs.opendialog.ai/getting-started-1/quick-start-ai-agents/the-start-from-scratch-ai-agent/chat-management-conversation.md): The Chat Management Conversation of the Start from Scratch Scenario
- [Welcome Conversation](https://docs.opendialog.ai/getting-started-1/quick-start-ai-agents/the-start-from-scratch-ai-agent/welcome-conversation.md): The Welcome Conversation of the Start from Scratch Scenario
- [Topic Conversation](https://docs.opendialog.ai/getting-started-1/quick-start-ai-agents/the-start-from-scratch-ai-agent/topic-conversation.md): The Topic Conversation of the Start From Scratch Scenario
- [Global No Match Conversation](https://docs.opendialog.ai/getting-started-1/quick-start-ai-agents/the-start-from-scratch-ai-agent/global-no-match-conversation.md): The Global No Match Conversation of the "Start from Scratch" AI Agent
- [Supporting LLM Actions](https://docs.opendialog.ai/getting-started-1/quick-start-ai-agents/the-start-from-scratch-ai-agent/supporting-llm-actions.md): The LLM Actions used by the "Start from Scratch" scenario
- [Semantic Classifier: Query Classifier](https://docs.opendialog.ai/getting-started-1/quick-start-ai-agents/the-start-from-scratch-ai-agent/semantic-classifier-query-classifier.md): The Semantic Classifier used by the "Start from Scratch" Scenario
- [A Process Handling AI Agent](https://docs.opendialog.ai/getting-started-1/quick-start-ai-agents/a-process-handling-ai-agent.md): OpenDialog Pattern for managing multiple steps in a process through an 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/getting-started-1.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.
