# Cursor

Follow these steps to generate an API key for integration with our system.

#### 1. Navigate to API Key Settings

* Go to [**cursor.com/dashboard**](https://cursor.com/dashboard)
* Open the **Settings** tab
* Select **Cursor Admin API Keys**

***

#### 2. Create a New API Key

* Click **Create New API Key**
* Enter a descriptive name (e.g., *“Typo Integration”*)

***

#### 3. Copy Your Key

* Copy the generated key **immediately** – it will not be shown again
* Example format:

  ```
  key_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  ```

***

#### 4. Connect to Typo dashboard

* Go to the [**AI Coding module**](https://app.typoapp.io/gen-ai-impact) or [**Integrations**](https://app.typoapp.io/settings/integration), click on **Connect Clursor**, enter your API key, and click **Connect**.

####

Once done, our team will set it up and you will be able to access all insights in the platform.


---

# 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://typo.gitbook.io/typo-help-docs/getting-started/integrations/ai-coding-assistants/cursor.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.
