> For the complete documentation index, see [llms.txt](https://docs.polkasafe.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polkasafe.xyz/product/address-book.md).

# 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;
}
```
