# How do I manage API keys?

Tap on the Tools menu in the left navigation and choose API key management.

![](/files/02cf00c24ee384f3c5532dd40b94af855edf262a)

Here you can copy, add, refresh, and delete keys.

{% stepper %}
{% step %}

### Delete a key

Tap the trash icon to select a key to delete.
{% endstep %}

{% step %}

### Create a new key

Tap the + icon to create a new key.
{% endstep %}
{% endstepper %}

![](/files/6170b19a2c8f0e479ae7e399f080760305d40bca)


---

# 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.aiceberg.ai/tools/how-do-i-manage-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.
