# Address book

Cregis features an address book, similar to a contact list, allowing users to save recipient addresses, making future payments quicker without re-entering details. Additionally, users can enable address verification, ensuring that only saved addresses can be used for outgoing transfers, preventing potential losses from incorrect entries.

You can navigate to address book under "<mark style="color:green;">**Risk Control**</mark>" section.

<figure><img src="/files/30N3xgwVWy1LzggtoXKI" alt=""><figcaption></figcaption></figure>

## Add an Address

You can add an address by clicking "+", then choose the token and enter address and alias.

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

## Delete an Address

You can find the delete button by clicking <img src="/files/7h8d2DjueVzhKEp3mjYn" alt="" data-size="line"> . The deletion will be finished after authentication.&#x20;

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

## Address Book Validation

You can click "Manage - Team Security" to navigate to security settings page. Then you can enable the address book validation here. After you enable the validation, the receiving address of the transaction must be added to the address book, otherwise the transaction will fail.

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


---

# 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://support.cregis.com/risk-management/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.
