# Binance

* Log in to your Binance account and go to your profile. Click on [\[API Management\]](https://www.binance.com/en/my/settings/api-management).
* Click the \[Create API] button.
* Choose \[System generated] and click \[Next].
* Add a name for your API key.
* Click \[Edit restrictions].
* Add 116.203.116.3 as IP address.
* Turn on \[Enable Futures].
* Copy your API keys and add them to the bot under **Settings > Edit API Keys**.


---

# 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://doginal.gitbook.io/doginal-buds-bot/terminal/create-exchange-api-key/binance.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.
