# Creating an Agent

Chaty allows you to create multiple AI Agents within your login. Each Agent is issued its own phone number based on a location you select.&#x20;

If this is the first time using Chaty, you can create a new account and you'll be guided by a wizard that will setup your number.

If you want to create an additional number/agent;

1. On the left menu, select your phone number in the drop down and click on the button "Create Agent"
2. Confirm Country and State that you want the phone number issued for. The number will be issued momentarily
3. You'll be taken to the Agent Settings page where you can give it a description so you can easily identify this number from any existing numbers you have.
4. You can now edit the Knowledge Base and other settings by clicking on the menu options on the left.


---

# 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.chaty.ai/configuring-your-agent/creating-an-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.
