# Create API Keys

To create your API keys follow these steps

1.Go to the top right menu and click the green round  icon next to support to display the “Account Settings”

<img src="https://cdn.filestackcontent.com/iCxHwzsWSBuTba3zFos0" alt="" width="188">

2.Select “API Key” from the Account Settings menu

<img src="https://cdn.filestackcontent.com/E5A3XLIVScynPK8ti1zi" alt="" width="188">

3.Click “Create New API Key”

<img src="https://cdn.filestackcontent.com/ZzvrZGRFQJurocO5xB9b" alt="" width="375">

\* **Important**: remember that if the environment toggle is in “Test Mode” you will be creating API Keys for your staging environment and in Live mode for production.

4.Add a name to the API Key and click “Create API Key”

<img src="https://cdn.filestackcontent.com/6Fg65IkQI85GVl4csZEQ" alt="" width="188">

5.The API key will be displayed.

<img src="https://cdn.filestackcontent.com/tTP7Kp7TSo2FTdkLH5Xj" alt="" width="375">

**Important**: Secret keys are not saved, be sure to copy and save your key in a secure place.


---

# 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.changeup.com/app/account-settings/create-api-keys.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.
