# API Keys

An API token acts like a permanent password for you to connect to an API. API connections are handled this way because usernames and passwords may change, then instead of needing to change connection settings within the API, the token will remain constant. It is always recommended that you set a minimum of two API tokens, one for TX and one for RX binds.

This guide will assist you in creating, viewing, and deleting an API token.

From your login screen click on the **Tools > Advanced/Developers** option. You will then be taken to the **API Access Manager** page. From this page, select **New API Token** as pictured below and click on the selected option.

<figure><img src="/files/SwwXkOwnwJIH8MiSVrTu" alt=""><figcaption><p>API Access Manager</p></figcaption></figure>

You will then be asked to name your token. Once you are satisfied with the name, you can click on the **Create** button to proceed.

<figure><img src="/files/NzyR1KDg9z8N2lasIcpT" alt=""><figcaption><p>New API Token</p></figcaption></figure>

Your token is now created and you will see it listed on the page tab.

<figure><img src="/files/jfjtd85PYYpFdDa5KQic" alt=""><figcaption><p>View and manage API Tokens</p></figcaption></figure>

You can now click on the **Actions** icon to view the details of your API token.&#x20;


---

# 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://panaceamobile.gitbook.io/panacea-mobile-help-centre/developers/https-api/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.
