# Quick Start AI Agent

The Quick Start AI Agent is an optimised journey that really simplifies the process of creating an AI Agent. It is the fastest way to get up and running with OpenDialog.

You will get taken to the Quick Start AI Agent process when you first login to OpenDialog or you can fire it up the by visiting Create Scenario and then click on "Get Started Now"

<figure><img src="/files/n6NYxxKEaCcNduI5I7bs" alt=""><figcaption><p>Create Scenario Link</p></figcaption></figure>

The guide will take you through 3 quick steps and in a couple of minutes you will have a fully fledged conversational AI Agent to experiment with.

Behind the scenes OpenDialog configures a complete AI Agent scenario that you can use as a starting point for your agents.

## See it in action

{% embed url="<https://youtu.be/RhUc_mgkNl8>" %}
Building a Quickstart AI Agent in no time!
{% endembed %}

## Step by step guide

### Step 1 - Provide a name

<figure><img src="/files/l4lnSIMZ0mZn6graixpX" alt=""><figcaption><p>Step 1 - Quick Start AI Agent - Provide a name</p></figcaption></figure>

### Step 2 - Add a knowledge source

<figure><img src="/files/CZjgzcSyLwy9cXweL9ID" alt=""><figcaption><p>Step 2 - Quick Start AI Agent - Add a knoweldge source</p></figcaption></figure>

### Step 3 - Description and vectorisation

If you upload your own knowledge source you will be asked to provide a quick description

<figure><img src="/files/6AISJxvAVmlcxgedNBfq" alt=""><figcaption><p>Step 3a - Quick Start AI Agent - Provide a quick description</p></figcaption></figure>

With that in place you can hit vectorise and your AI Agent will be created

<figure><img src="/files/ZbVx66uBG2gTtZFn0VeE" alt=""><figcaption><p>Quick Start AI Agent - Step 3b - Vectorization</p></figcaption></figure>

<figure><img src="/files/lMNFFfnjcUWkzZ5HD3o0" alt=""><figcaption><p>Quick Start AI Agent - Step 3c - Completed</p></figcaption></figure>

### Test your AI Agent

By clicking on preview you will be directed to your AI Agent and you can test it out

<figure><img src="/files/GLxzeMefVhUNNaZL27XD" alt=""><figcaption><p>Quick Start AI Agent - Ready to be Tested!</p></figcaption></figure>

{% hint style="info" %}
**Want to take it a step further?**

Make sure to check out our [tutorial videos](/tutorials/ai-agent-creation-overview.md) where we walk you through the process of adding additional topics of discussion to your initial setup.
{% endhint %}


---

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