# Add an Account

Once navigating to the [accounts](https://teleflow.app/accounts) page, using the navigation menu's you can click the Add Account Profile button in the top right corner of the page:

<figure><img src="/files/uXhKnA7E7yOF9QnPg6Bu" alt=""><figcaption><p>TeleFlow account list (Add Account highlighted)</p></figcaption></figure>

You will then be taken to the New Account page where you must fill out the following required fields:

* Company Name
* Prefix

After creating the account, you will need to configure the following settings:

* Billing Type
* Auth Type
  * Auth Details
* A-Leg Tariff
* B-Leg Tariff


---

# 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.teleflow.app/how-to/accounts/add-an-account.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.
