# Linear

To authorize Linear, navigate to your **Workspace Settings**, open the **User Integrations** page, find the **Linear** integration, and click **Connect**. You'll then be prompted to enter your API key.

Once connected, DinoAI will be able to access Linear on your behalf using the [Linear Tool](/app-help/documentation/dino-ai/tools-and-features/linear-tool.md).

### Required Fields

{% hint style="info" %}
You will need a Personal API key from your Linear account. See the table below for instructions on where to find it.
{% endhint %}

| Field       | Description                                 | Where to find it                                                                                                               |
| ----------- | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| **API Key** | A personal API key to authenticate requests | Go to [linear.app](https://linear.app) → **Settings** → **Security & access** → **Personal API keys** → **Create new API key** |

Once the field is filled in, click **Connect** to complete the connection.

{% hint style="success" %}
Once connected, DinoAI will be able to access Linear on your behalf using the Linear Tool.
{% endhint %}


---

# 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.paradime.io/app-help/integrations/linear.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.
