# Adding an account

Adding a new account allows users to manage multiple credentials within the application. It can be useful for distinguishing between personal and professional accounts or managing different user profiles. Follow these steps to add a new account:

To create a new account:

1. Click the current **Account**.

<div align="left"><figure><img src="/files/m64Dx3JaO19kJpZOsFap" alt=""><figcaption></figcaption></figure></div>

2. Click **Add new account** to add a new account. The Add new account page appears.

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

3. Type the new account's name in the field provided, and click **Add new test account** to open a dialog box to add and name your new account.

{% hint style="info" %}
When you create an account in Digital River Dashboard, the system assigns it to the [Test environment](/digital-river-api/administration/dashboard/test-and-production-environments.md) by default.
{% endhint %}

You can now [switch to the new account](/digital-river-api/administration/dashboard/account/switching-accounts.md).


---

# 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.digitalriver.com/digital-river-api/administration/dashboard/account/adding-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.
