> For the complete documentation index, see [llms.txt](https://learn-kraken.insilicoterminal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn-kraken.insilicoterminal.com/setup/creating-an-api-key.md).

# Creating an API Key

On the welcome page for new users, click the **Settings** button to add your first API Key.

You can add multiple keys if you wish.

{% hint style="info" %}
Tip: it's good security practice to create a separate Key for each platform you use
{% endhint %}

<figure><img src="/files/E06ljobu2EnejIWWoutP" alt=""><figcaption></figcaption></figure>

Before you can add an API key, you need to create one on your exchange account.

If you already have a key you wish to use, you can skip to the final section:

{% content-ref url="/pages/uDH8Nsaigzfd4VV9IUwY" %}
[Adding your API Key to the Terminal](/setup/adding-your-api-key-to-the-terminal.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://learn-kraken.insilicoterminal.com/setup/creating-an-api-key.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.
