# Quick Start AI Agents

OpenDialog brings with it a wealth of features to help you build sophisticated AI Agents - in order to make it easy to get started in minutes with OpenDialog we provide easy Quick Start AI Agents that will make it possible to dive straight in.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Quick Start AI Agent</strong></td><td>An OpenDialog AI Agent that can answer questions about your knowledge source.</td><td>Get started in 3 steps providing a name, a knowledge source and a description.</td><td></td></tr><tr><td><strong>"Start from Scratch" AI Agent</strong></td><td>A default OpenDialog template including: chat management, topic management, no-match handling, supporting LLM Actions and a semantic Query classifier.</td><td></td><td></td></tr><tr><td><strong>Process Handling AI Agent</strong></td><td>An OpenDialog AI Agent that handles a multi-step process using a combination of WebChat widgets and natural language.</td><td></td><td><a href="/pages/bsLbwyttJaCu1VZMnLxN">/pages/bsLbwyttJaCu1VZMnLxN</a></td></tr></tbody></table>


---

# 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/quick-start-ai-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.
