# Management API keys

To manage rules through our [Management Solver API](/doc/api/management-api.md) in your application, you need to have a Management API key.

## Getting the management API key

You can find all your management API keys on the API key page. On this page, you can copy, delete, or create a new management API key.

### Go to the API key page

To create a management API key, sign in, then go to API Keys item in the sidebar menu.

![](/files/-MhrBo44msPeriQZISCH)

### Create a management API key

1. Go to API key page
2. Click on ![](/files/-MhrKTCP1Wri6X5PP9i9) the button. After that, a new Management API key will be created.


---

# 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.decisionrules.io/doc/api/api-keys/management-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.
