# Attio

### Why don't I see any attributes to match on for "Create or update record"?

If you want to "Create or update" a new object like a Deal, you'll need to provide an attribute for Relay.app to match on. The Attio API requires that this attribute is unique and writeable.

If you don't see any options in the matching attributes menu, the object probably doesn't have any attributes that are unique and writeable. You can see all your object attributes and their constraints in Attio settings. Some attributes (like Record ID) are unique but not writeable.

You can create a new unique attribute if you need a writeable field to match on.

Note: If you just want to find and update existing records, you won't need this unique writeable attribute. This limitation is only for creating new records.

<figure><img src="https://647519108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXkKoEy3xMIYaIwd4mRAB%2Fuploads%2Fgit-blob-7c04fc99a07e39fbda644dd32f36f91d07d8b93e%2Fimage.png?alt=media" alt="Attio settings page showing Deal object attributes with columns for Name, Type, Unique, Required, and Writeable properties"><figcaption><p>Attio settings page listing attributes for a Deal object</p></figcaption></figure>

### I'm getting an "Integration not available" error when I try to connect Attio.

Enterprise Attio plans offer a security setting called "Disable data exports for non-admins." When this setting is enabled, non-admins will not be able to install apps like Relay.app that rely on OAuth.

If you're getting an error that the Relay.app isn't available when you try to connect Attio, check with an Attio admin to see if the "Disable data exports" setting can be turned off.

<figure><img src="https://647519108-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXkKoEy3xMIYaIwd4mRAB%2Fuploads%2Fgit-blob-0d77c130837a4abd68c4eec15c3b078fef19605b%2Fimage.png?alt=media" alt="Attio security settings page displaying the &#x27;Disable data exports for non-admins&#x27; toggle option"><figcaption><p>Attio security settings page with "Disable data exports for non-admins" setting</p></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.relay.app/app-specific-faqs/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.
