# Attio

Attio is a collaborative CRM and workspace platform that enables teams to build custom workflows, manage contacts, and streamline communication with real-time collaboration and data organization tools.\
\
Step 1: Sign In to Attio

1. Go to [Attio.com](https://www.attio.com/) and log in to your account
2. You'll land on your main dashboard

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf_gCGjjreQInTr6s8K-w3_5xEsM078SQrAYJ8yiYrTtGe8-N7iPa9f3ljT7krF8gq1U9g_hTcpu3I7PGnHCY7c58cB5njE1Ryr5HbefEk0UgC9uVdCUpsh6bjeUrGBsGBlogLP?key=B7tqI3ctRltH_VsErWMcNi1J" alt=""><figcaption></figcaption></figure>

#### Step 2: Access Workspace Settings

1. On the left sidebar, click on your company name/profile
2. From the dropdown, select Workspace Settings

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf1k6wFC48hraXqizj_8HvD31whgO_58J-wUfCisMTxAewyADOpbdamaWUj-Jkf9LYLTmRFZnHUkpwGZ6CkPiEmjv1dg4vbK3jwMWEYIGX_Y4o6_vEks9Cwr8GfYlJJVRtbEC4W?key=B7tqI3ctRltH_VsErWMcNi1J" alt=""><figcaption></figcaption></figure>

#### Step 3: Navigate to Developer Settings

1. In the Workspace Settings, find and click on the Developers tab in the navigation bar
2. Select Access Tokens&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcfcIkkCBhS4VeFvc4TSduC0bSS_Sv6yqMOFWudCC7QRd0WHtMrF4WatTwjiqI4exqlMidsNUrsk0WjHnG9rYvrf3NHomi5BrFu5IOOEjPkDfOt5BqOqwb8RTQtT6XsKwR8atfl?key=B7tqI3ctRltH_VsErWMcNi1J" alt=""><figcaption></figcaption></figure>

#### Step 4: Create New Access Token

1. Click Access Token
2. Enter a descriptive name (e.g., "Questera Integration")
3. Configure permissions by enabling/disabling scopes as needed:
   * Enable all required permissions for your integration
   * (Typically you'll want read/write access to relevant objects)
4. Click Save Changes

![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXdn0qcM2XaNvM1XIIcrPJr6Zf006qdRPRl2Mj4SrDxa7-Mcw2H-Y0jL_hFONtx_X0tRVur3QAiPzHejN1Mkpkg1nX2chrRq0davqw7Pxp9IuJGa38Knv-O4Wt2xbbwnyaDWv6Kz?key=B7tqI3ctRltH_VsErWMcNi1J)

#### Step 5: Copy Your API Key and Integrate with Questera

1. The system will generate and display your API Key
2. Copy it immediately, Go to Questera's integration settings
3. Find the Attio integration option
4. Paste your copied API key in the designated field
5. Save/activate the integration

#### &#x20;&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXegdjGRgxalwbemzy1HpfWi_SD2mXtj9rMlupaGM4bLlOvqXGNysEosJjTT-1tU0QGdJMp5ItVeuAToEcguvILh_D7OyPSgiUNSRtCvczNcc5bsHzWarFgNpGr-Wa0d2D0ugB7SUg?key=B7tqI3ctRltH_VsErWMcNi1J" alt=""><figcaption></figcaption></figure>

That's it! You've successfully created a API key!


---

# 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.questera.ai/integrations/email/attio.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.
