# BI API keys

To get data about the rule solver activity for business intelligence, you need to have a BI API Key.

## Getting the BI API key

You can find all your BI API Keys on the API Keys page. On this page, you can instantly copy, delete, or create a new BI API Key.

### Go to the API Keys page

To create a BI API Key, sign in and click the API Keys item in the sidebar menu.

![](/files/-MhrBo44msPeriQZISCH)

### Create a new BI API Key

1. Go to the API Keys page
2. In the BI API Keys section, click the Add BI API Key button.

{% hint style="danger" %}
Please note that anyone with access to a Business Intelligence API Key can also inherently access your Solver keys, as Audit Logs keep record of the Solver key used for the Solver invocation.
{% endhint %}


---

# 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/v1/api/api-keys/management-api-keys-1.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.
