# Start here

First of all, you will need a new API key.

### Generate your API key

To create a new key:&#x20;

1. Go to [Integrations & API](https://app.emailchaser.com/settings/integrations) in your settings
2. Click "Create API key"
3. Enter an API key name (used for display purposes only)&#x20;
4. Select the scopes you would like this API key to have&#x20;
5. Click the "Create" button&#x20;
6. Copy the key and store it in a secure place&#x20;

**For security reasons, the API key will be displayed only once, and there is no way to recover it if you loose it.**

You are ready to go now, proceed to the Authentication section below to see how to use your 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://run.emailchaser.com/getting-started/start-here.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.
