# 3. Managing aliases

With aliases, Bridge Protocol lets you give human-readable names to the multiple addresses contained in your seed phrase.

With this system, you can organize names for different addresses according to the needs of your workflow and facilitate your overall interaction with Bridge Protocol.

## Creating a new alias

To create a new alias, click on the alias icon at the bottom left of the screen, then on the "Add new alias" button.

**ID (first address):** This will display the first address of the default derivation path of your hardware wallet / seed phrase. That address will serve as the identifiant for the whole hardware wallet / seed phrase.

**Alias:** Here you can give any name that you want to the address.

**Derivation path:** Choose a new derivation path to get a new address.

**Address:** The address that is derived from the derivation path chosen above.

{% hint style="info" %}
You can add, edit and delete aliases at any time.
{% endhint %}

![Example of aliases](/files/-MQliRIKWzYaNGdr-RD2)

## Importing aliases

You can import aliases with a JSON file structured like this example:

```
[{"derivePath":"m/44'/1'/0'/0/0","id":"0x11f248151c4843c9fd02eb372f6eb7d319197d9e","address":"0x11f248151c4843c9fd02eb372f6eb7d319197d9e","name":"Signer address"},{"derivePath":"m/44'/1'/0'/0/01","id":"0x11f248151c4843c9fd02eb372f6eb7d319197d9e","address":"0xc03460a8e0b97099edba59078574154548eb6142","name":"Owner address 1"},{"derivePath":"m/44'/1'/0'/0/02","id":"0x11f248151c4843c9fd02eb372f6eb7d319197d9e","address":"0x9a5c42fedef3bcee281d8df2e54a0442ff04a63f","name":"Compliance manager 1"}]
```


---

# 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://developers.mtpelerin.com/bridge-protocol/guides/creating-a-new-token/3-managing-aliases.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.
