# Address book

Cake Wallet includes an address book that allows you to easily access your wallet addresses and other saved addresses. Access this by clicking on the hamburger menu in the home screen, then clicking `Address book`.

If your Monero wallet is set to auto generate subaddresses (which it is by default), the address book will only show one entry per account. This entry corresponds to the first unused address in that account. You can disable this feature in `Privacy settings` to see all subaddresses for your Monero wallets in the address book.


---

# 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://docs.cakewallet.com/features/5.x/advanced/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.
