# API Key Management

You can create your API key pair in your admin page.

![](/files/-MQ6q3vIKQKC4Bq4Kf92)

When you add a new API key, you will be see the key pairs generated for you. You need to store these credentials in a secure place and you will not be able to recover your **Secret Key** after you close this popup.

![](/files/-MQ6qUr6ibUMKEAG1V_O)


---

# 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.statusentry.com/getting-started/api-key-management.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.
