> For the complete documentation index, see [llms.txt](https://guide.dem.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.dem.exchange/welcome/deposits-and-withdrawals/address-management.md).

# Address Management

The Address Management page on Demex allows you to conveniently add and manage contacts for easy fund transfers.

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

To select the desired address for fund withdrawal, simply click on 'Address Book' on the withdraw page. This feature allows you to conveniently choose from your saved addresses, making the process of sending funds more efficient and hassle-free. Save addresses for frequent transactions and streamline your fund transfers with ease.

## No Addresses Added Yet

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

If you have not added any addresses yet, you will see a prompt encouraging you to add addresses for easy fund transfers. You can view the Address Book and add addresses by clicking on the respective buttons.

## Edit Address

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

You have the option to edit the details of each address you have added. This includes modifying the contact name, address, and blockchain network associated with the address. This flexibility allows you to keep your address book up to date.

## Default Option for Sending Tokens

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

By default, the 'Any Token' option is selected, enabling you to send any token available on the chosen network. However, if you prefer to restrict the sending to a specific token, you can uncheck the box and select the desired token from the dropdown list. This allows for more precise control over the tokens you send.


---

# 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://guide.dem.exchange/welcome/deposits-and-withdrawals/address-management.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.
