# Your first agent

After EDDI has started point your browser to this URL:

> Default URL: <http://localhost:7070/>

You should be seeing this on the page

<figure><img src="/files/HVAYZHFS5hUDuAOKOVYL" alt=""><figcaption><p>EDDI start screen without agents deployed</p></figcaption></figure>

Click on "Deploy Example Agent". This will deploy the Agent Father agent, to help you create your own agents utilizing ChatGPT.

<figure><img src="/files/Vm8E0JULdHDWGKEvON7q" alt=""><figcaption><p>EDDI start screen with Agent Father agent deployed</p></figcaption></figure>

This agent walks you through the process of creating a new agent that talks to ChatGPT. In order to create that agent, you will need to get an API key from ChatGPT. This key can be obtained here:

> Get an OpenAI API key at [platform.openai.com/account/api-keys](https://platform.openai.com/account/api-keys)
>
> **Note:** In v6, Agent Father supports any of the 12 LLM providers (OpenAI, Anthropic, Gemini, Mistral, etc.). API keys are stored securely in the Secrets Vault.

As soon as you have your key, click on Open and the first conversation with the Agent Father will start.

<figure><img src="/files/LoFcYVqOWFD9uyv8LwLB" alt=""><figcaption><p>Agent Father conversation start</p></figcaption></figure>

Click on "Let's get started!" to start the process.

<figure><img src="/files/JvMpP72mo9xCuyMZrzzJ" alt=""><figcaption><p>Provide a name for the agent</p></figcaption></figure>

First you need to type the name of your agent.

<figure><img src="/files/qeWcd98at5EJXMtV4Bbh" alt=""><figcaption><p>Define the purpose of the agent</p></figcaption></figure>

Next, you need to define the purpose of the agent.

<figure><img src="/files/NGGR8U6zo0HF7hwvQxwf" alt=""><figcaption><p>Introduction prompt</p></figcaption></figure>

Every agent needs an introduction to set the tone and the context of the agent for ChatGPT. This is the first prompt. This defines how ChatGPT is going to reply.

<figure><img src="/files/WOnL1IsDbOFEbmtYmPZ4" alt=""><figcaption><p>Enter ChatGPT API Key</p></figcaption></figure>

Now, the Agent Father needs the ChatGPT API key. Please enter the key here without any leading or trailing blanks.

<figure><img src="/files/tDnjPBD7osaK32UmkpKK" alt=""><figcaption><p>Agent creation screen</p></figcaption></figure>

Everything is now set up. When clicking on "Create the agent!" the Agent Father will create a new agent and you can start talking to it.

<figure><img src="/files/dKViv3LC7dGAv3HefxyK" alt=""><figcaption><p>EDDI Dashboard with deployed first agent</p></figcaption></figure>

The new agent is deployed and by clicking on open, you can instantly talk to the 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.labs.ai/getting-started/your-first-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.
