# API Keys

You can manage your API keys in [API Keys page](https://app.chatbees.ai/api-keys). You can use API keys to communicate with ChatBees programmatically, via our REST APIs (see [API REFERENCES](https://docs.chatbees.ai/chatbees/api-references) for details).&#x20;

You can permanently disable an API key by deleting it.

{% hint style="warning" %}
Please keep this key secure, anyone with your API key can access ChatBees with the same permissions as you
{% endhint %}

<figure><img src="https://3491884457-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBw3brbwJZtJpCaf7knY9%2Fuploads%2Fwf4lVL6YPMC2lWAofeF6%2FScreenshot%202024-05-10%20at%201.39.08%E2%80%AFPM.png?alt=media&#x26;token=d56da506-bb18-4a55-b2be-9d9770f188df" alt=""><figcaption></figcaption></figure>


---

# 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.chatbees.ai/chatbees/web-app-references/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.
