# Attio Import

You can import data from Attio to Zero in the initial sign-up wizard, or you can always access it later by simply opening this URL (change YOURWORKSPACE to your workspace name):

[https://app.zero.inc/YOURWORKSPACE/settings/workspace/import](https://app.zero.inc/zero/settings/workspace/import)

### Prerequisites

To import your data from Attio to Zero, you must generate an Attio API key first by following these steps:

1. Go to [app.attio.com](http://app.attio.com/), click your workspace name (top left), and navigate to Workspace settings > Developers, or [https://app.attio.com/YOURWORKSPACE/settings/developers](https://app.attio.com/*YOURWORKSPACE*/settings/developers)
2. Hit the blue "Create a new integration" button.
3. Give it a name (whatever works for you) and click "Create".
4. In the dropdown menus under Scopes, give Read access to the following scopes:
   * Records
   * Object configuration
   * List entries
   * List configuration
   * Notes
   * Tasks
5. Scroll to Access tokens, click the password-looking field, and it’ll copy the access token (API key) to your clipboard.

Here’s a screenshot to help with the last two steps:

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

Allow read access to:

* Records
* Object configuration
* List entries
* List configuration
* Notes
* Tasks

During the signup wizard, select to import data from Attio and paste the generated API key and a link to your Sales Pipeline list (if you use it - this is optional).

<figure><img src="/files/80Tue8pAzuaAzhq6Nf3v" alt=""><figcaption></figcaption></figure>


---

# 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.zero.inc/getting-started/data-import/attio-import.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.
