# How to Create a New AI Agent

<figure><img src="/files/X2ZHIZMWEfkwfopT8mkq" alt=""><figcaption></figcaption></figure>

#### <mark style="color:$primary;">**How to Create a New Agent**</mark>

1. Go to the AI Agents page by clicking the AI Agent icon in the left navigation panel.
2. Click the New Agent button in the top right corner.
3. A popup appears. Type a name for your agent in the AI Agent Title field — for example: Customer Support Bot, Sales Assistant, or Booking Agent.
4. Click Create AI Agent.
5. You will be taken directly to the Settings tab inside the new agent.
6. Select a GPT model from the Model dropdown. GPT-5.4 is recommended for most use cases.
7. Once the model is selected, you can begin configuring the agent across all five tabs.

***

#### <mark style="color:$primary;">**What You See Inside an Agent**</mark>

<figure><img src="/files/zB1Uruh2tk6rjwjUSM8K" alt=""><figcaption></figcaption></figure>

When you open an agent, you see a two-panel layout:

The left panel is your main working area with five tabs across the top. The right panel is the Test Chat where you can test your agent's responses at any point.

At the top left, you will see a back arrow (takes you back to the agents list) and the agent name (so you always know which agent you are editing).

***

#### <mark style="color:$primary;">**The Five Tabs You Need to Configure**</mark>

<figure><img src="/files/40pt09w2uWfoMh3D6fC0" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="181">Tab</th><th>What You Do Here</th></tr></thead><tbody><tr><td><strong>Instructions</strong></td><td>Define who the agent is, how it behaves, and what rules it follows</td></tr><tr><td><strong>Knowledge</strong></td><td>Add FAQs and website URLs the agent learns from</td></tr><tr><td><strong>Tools</strong></td><td>Set up Bot Tools, API Tools, and Send Tools so the agent can take actions</td></tr><tr><td><strong>Unresolved Intents</strong></td><td>Review queries the agent could not answer and improve its knowledge</td></tr><tr><td><strong>Settings</strong></td><td>Choose the AI model, set conversation memory, configure fallback behaviour, and manage voice settings</td></tr></tbody></table>

Each tab is explained in its own dedicated article. Here is the recommended order to fill them in when setting up a new agent:

1. **Start with Instructions** — tell the agent who it is and how to behave.
2. **Move to Knowledge** — add your FAQs and website URLs.
3. **Set up Tools** — at minimum, enable Talk To Human so the agent can hand off to a human when needed.
4. **Configure Settings** — select your AI model, set context messages, and configure the fallback behaviour.
5. **Test** using the Test Chat panel on the right side.
6. Once satisfied, go back to the AI Agents page and set this agent as the Default AI Agent in General Settings.

***Unresolved Intents is not something you configure upfront — it starts populating after the agent goes live and encounters questions it cannot answer.***

***

#### <mark style="color:$primary;">**Summary**</mark>

In this article, you learned how to create a new AI Agent from scratch & what you see inside an agent once it is created. You also learned about the five tabs and the recommended order to configure them. In the next article, we will cover the Instructions tab — how to write the system prompt that defines your agent's personality, rules, and behaviour.


---

# 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://learn.doubletick.io/ai-agent/how-to-create-a-new-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.
