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

# Import

### Import Steps

1. **Open Address Book**\
   Navigate to the Address Book page in Spektr
2. **Start Import**\
   Click the **Import** button
3. **Select File**\
   Choose the `.json` file containing your contacts

### Supported File Format

Spektr accepts contact exports from Polkadot.js Apps in the following JSON format:

```json
[
  {
    "address": "ss58-formatted-address",
    "name": "contact-display-name"
  }
]
```

**Example:**

```json
[
  {
    "address": "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY",
    "name": "Alice's Stash"
  },
  {
    "address": "5FHneW46xGXgs5mUiveU4sbTyGBzmstUspZC92UhjJM694ty",
    "name": "Bob's Controller"
  }
]
```

### How to Export from Polkadot.js Apps

1. Navigate to [Polkadot.js Apps Address Book](https://polkadot.js.org/apps/#/addresses)
2. Click the **Export** button
3. Save the generated `.json` file to your device

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