# API Key Guide

### Create API Key

1. Navigate to **Account** menu
2. Select [**API Management**](https://www.pionex.com/my-account/api)
3. Click **Create API**

<div align="left"><figure><img src="/files/bCjKfQoL7nxr6atQiJpp" alt="" width="375"><figcaption></figcaption></figure></div>

### Permissions

For details on how to choose the right permissions for your API key, see [API Key Permissions](/docs/api-docs/references/api-key-permissions.md).


---

# 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://www.pionex.com/docs/api-docs/references/api-key-guide.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.
