# Creating an agent

When you sign up for Simple Phones, you are prompted to create an AI agent. Fill out the form with your business name, description, and website, and click Create. The agent will use this information to answer basic questions from callers. This is just to start out. Its knowledge base can be expanded later on. More on that in the [Crawl](https://help.simplephones.ai/basics/crawling) section.

On the Basic plan, you can create one agent, but if you have a need for multiple languages, or want to create an agent for multiple business, or even have multiple international numbers for the same agent, you can upgrade and get set up at any time.


---

# 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://help.simplephones.ai/basics/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.
