# Address Book

Polkasafe's address book allows you to easily manage your signatories.&#x20;

Add and remove addresses with ease in your account.&#x20;

Users can add and edit the name of wallets in their address book enabling better account management and easy asset transfers.&#x20;

The other signatories can see the transaction in their transaction queue tab once they login to Polkasafe.&#x20;

<figure><img src="/files/1XncRA1IUC7DuAIUw8Sd" alt=""><figcaption></figcaption></figure>

You can import and export wallet addresses to and from your address book.&#x20;

To **export** addresses from your account, press the export button on the UI.

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

Click export and a JSON file with all addresses and their corresponding names will be downloaded to your system.&#x20;

To **import** addresses into your address book, click on the import button and upload a JSON file with address and names in the following format -&#x20;

```
{
	name: string;
	address: string;
}
```


---

# 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.polkasafe.xyz/product/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.
