> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/web-dashboard-user-guide/asset-and-address-management/manage-address-book.md).

# Manage address book

**Step 1**: On the SubWallet homepage, select the Settings tab on the sidebar to get to the Settings section.

<figure><img src="/files/4CWZLFmzz0TybeEAgaTJ" alt=""><figcaption></figcaption></figure>

**Step 2**: In the Settings screen, choose "**Manage address book**".

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

**Step 3**: You will be directed to a list of addresses.&#x20;

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

Depending on what fits your needs, click on the appropriate tab below for a detailed guide.

{% tabs %}
{% tab title="Add a new contact" %}
**Step 3**: Click the "**+**" button at the top right corner to add a new contact.

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

**Step 4**: A popup screen will appear on the right side. Enter the contact name and contact address in the corresponding fields.&#x20;

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

Once done, click "**Add contact**" to proceed.

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

{% hint style="success" %}
SubWallet supports all address types from all supported ecosystems.
{% endhint %}

**Step 5**: Your contact has been saved to the address book!

This contact will instantly be available when you transfer tokens or NFTs.

<figure><img src="/files/kRGKoCO6SC9MNjR3YN1Y" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Edit contact information" %}
{% hint style="warning" %}
SubWallet allows editing the contact name **only**.
{% endhint %}

**Step 3**: Select the contact you wish to edit.

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

**Step 4**: A popup screen will appear on the right side. Enter a new contact name, then click "**Save**" for SubWallet to save the new name.

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

**Step 5**: You have successfully renamed the contact!

<figure><img src="/files/VpdnOBxUthM3SnktBk6N" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Remove contact" %}
**Step 3**: Choose the contact you wish to remove.

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

**Step 4**: A popup screen will appear on the right side. Click on the <img src="/files/xdgcZ4pup7yz76v8VQuT" alt="" data-size="line"> button to start removing contact.

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

**Step 5**: A confirmation popup will appear. Select "**Remove**" to confirm the removal.

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

**Step 6**: You have successfully removed a contact from the address list!

<figure><img src="/files/MrwPgzAkCWJwVhkOG6yy" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.subwallet.app/main/web-dashboard-user-guide/asset-and-address-management/manage-address-book.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
