# 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="https://4183353316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgpjHmwxjqhwNUnQJcqG2%2Fuploads%2Fre22Oqwcbw637tEjzQq3%2FScreenshot%202025-12-02%20at%2018.47.07.png?alt=media&#x26;token=dc3b33ab-c7b9-4b64-81c2-377d4fecc068" alt=""><figcaption></figcaption></figure>
