# Connect exchange API key

Copy and paste the generated **API Key** and the **Secret** into the inputs; you can choose anything you want for "**Name**" (which is used for switching between your different accounts into tuleep).

{% hint style="info" %}
To ensure security, the API keys for exchanges are never sent to a server and are stored locally in your browser's [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).&#x20;

If you clear your browser cache, you must add them again, as they will be erased.
{% endhint %}

<figure><img src="/files/Feq4XG5K9dmWB9MSvf7c" alt=""><figcaption><p>tuleep.trade add exchange</p></figcaption></figure>

When ready, click the "**Connect**" button; it should close the modal and let you trade!

If you are running into issues, please join [Discord](https://discord.gg/KWJzaB6K5z) and ask for #help


---

# 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.tuleep.trade/getting-started/connect-exchange-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.
