# Profiles

![](/files/-MXsWNx_It41TiX-fyYE)

## Adding A New Profile

To add a new profile, click the "Add New" button located on the top of the page. You will then be presented with a popup window where you can setup your profile.

{% hint style="info" %}
All personal profile information is encrypted and stored on your local machine.
{% endhint %}

### Delivery Address Tab

Enter your delivery details and click the blue "Continue" button.

![](/files/-MXsaamR5iWRkj84baVC)

If you wish to use an existing address you've saved, click the "Use Existing" tab and select the address. Then click the blue "Continue" button.

{% content-ref url="/pages/-MXrxsI2ZI5dXrLl0-Yk" %}
[Addresses](/mercury-docs/general-overview/profiles/addresses.md)
{% endcontent-ref %}

![](/files/-MXsb8OuJe9pynm9Pim1)

### Payment Info Tab

Enter in your payment details and click the blue "Continue" button.

![](/files/-MXsbShbJHVTI7np63zk)

If you wish to use an existing payment info you've saved, click the "Use Existing" tab and select the payment info. Then click the blue "Continue" button.

{% content-ref url="/pages/-MXrxuV91PYIzjligD-c" %}
[Payment](/mercury-docs/general-overview/profiles/payment.md)
{% endcontent-ref %}

![](/files/-MXsbc6Li7rwZ740uaPS)

### Profile Info Tab

Fill out the rest of your profile details and click the blue "Add New" button to add a new profile.

At the bottom of the tab are 4 switches. You can toggle these to have the bot randomize information about your profile. This is randomized by the individual task running the profile.

{% hint style="info" %}
If you select the "Random email (catchall)" switch, make sure you fill out the email address field with your catch all domain, such as "@mercuryaio.com"
{% endhint %}

![](/files/-MXsbiNP13GxXJoMaYXh)

## Profile Actions

You can duplicate, or delete multiple profiles at the same time by clicking on the checkboxes on the left hand side. To select/deselect all profiles, click the top checkbox next to "Name".

![](/files/-MXscd_3zS7o7GGAfI2v)


---

# 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://mercury-aio.gitbook.io/mercury-docs/general-overview/profiles.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.
