> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/get-started-with-calypso-ui/general/how-to-use-address-book.md).

# How to use address book

To make the payments more convenient and safer you can save the needed addresses and use them when you make a payout.

To start using the address book, click on your profile icon in the top right corner and choose "Settings".

<figure><img src="https://files.readme.io/d322d4c-Screenshot_2023-12-01_at_13.29.46.png" alt=""><figcaption></figcaption></figure>

On the settings page click the tab "Address Management".

<figure><img src="https://files.readme.io/ab37030-Screenshot_2023-12-01_at_12.56.35.png" alt=""><figcaption></figcaption></figure>

There you will see the list of the existing addresses in the order book, and you may add the new addresses as well.

Once the address added to the book, you will be able to choose it when creating a payout.

<figure><img src="https://files.readme.io/117a2e2-Screenshot_2023-12-01_at_13.33.58.png" alt=""><figcaption></figcaption></figure>

Also you will be able to see the name of the **recipient** in the payout info and the name o the **sender** in the top-up info - if these addresses are in the address book.

<figure><img src="https://files.readme.io/1cb5f2e-Screenshot_2023-12-13_at_09.59.43.png" alt=""><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:

```
GET https://docs.calypso.money/get-started-with-calypso-ui/general/how-to-use-address-book.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.
