# Create a New Account

Creating a new account in Akto allows you to manage multiple API environments or projects separately. Here's a streamlined guide to set up a new account:

### Quick Steps to Create a New Account

{% @arcade/embed url="<https://app.arcade.software/share/SqCIAKRkPhLg5h1Uax14>" flowId="SqCIAKRkPhLg5h1Uax14" %}

That's it! Your new account is now set up and ready to use.

### Why Create Multiple Accounts?

{% hint style="info" %}
**Important Note:** Creating multiple accounts is a paid feature in Akto. Please check your current subscription or check other plans [here](https://akto.io/pricing).
{% endhint %}

* Separate development, staging, and production environments
* Isolate different projects or clients
* Create dedicated testing environments

### Best Practices

* Use clear, consistent naming for accounts
* Document the purpose of each account
* Regularly review and manage account access
* Set up specific configurations for each account as needed

Remember, each new account starts fresh, allowing you to tailor its setup to your specific needs.


---

# 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.akto.io/account-management/create-a-new-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.
