> For the complete documentation index, see [llms.txt](https://docs.adena.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adena.app/user-guide/sidebar-menu/settings/address-book.md).

# Address Book

You may **add a frequently-used address** to your <mark style="color:blue;">**Address Book**</mark> to avoid copy-and-pasting the recipient's address for each transfer. Follow the steps below to learn how.

1\. Click on the <mark style="color:blue;">**+ button**</mark> in the top right corner to register a new address.

<figure><img src="/files/vyWRB0fsvYrEIM4dXi2B" alt="" width="180"><figcaption></figcaption></figure>

2\. Enter an address and a name that you will use to identify it. Click on <mark style="color:blue;">**Save**</mark> to register the address.

<figure><img src="/files/MGppFTVNI0MLS3f03dm7" alt="" width="180"><figcaption></figcaption></figure>

3\. You will see the newly registered address at the bottom of the list.

<figure><img src="/files/kVudTgdlqgpT7gJAehhR" alt="" width="180"><figcaption></figcaption></figure>

4\. You may click on the address to make changes. Once you're done, click on <mark style="color:blue;">**Save**</mark> to confirm your changes.

<figure><img src="/files/hVzWOyhoiJAFPKqvxpa5" alt="" width="180"><figcaption></figcaption></figure>

5\. If you wish to remove an address from the Address Book, click on <mark style="color:blue;">**Remove Address**</mark> on the Edit Address page. This will remove the address from the list.

<figure><img src="/files/tBFPVU8SD6y5TWqfhfru" alt="" width="180"><figcaption></figcaption></figure>


---

# 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.adena.app/user-guide/sidebar-menu/settings/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.
