# Accounts

## API Keys

In the accounts window you can view and manage all your API Keys. You can also register new API Keys from the settings menu, accessed from the dropdown in the top left corner of the module.

<figure><img src="/files/MnFFqeHx0V0vMTH7hlPX" alt="API Keys, Crypto Trading "><figcaption></figcaption></figure>

{% content-ref url="/pages/A1nlAJwOBsjLnyviRrYW" %}
[How to add your API Key](/getting-started/how-to-add-your-api-key.md)
{% endcontent-ref %}

### Editing permissions

{% hint style="info" %}
Click the edit button (pencil, far right). Editing allow you to enable/disable Spot or Futures trading with the API Key, given that it has sufficient permissions.&#x20;

If you have multiple API Keys for an exchange, the key marked as "Main" will be the default API Key selected when you create a new strategy.
{% endhint %}

<figure><img src="/files/HzE14p7WZoBWtKc4UqwP" 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.volven.io/modules/ui-overview/accounts.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.
