# Accounts

- [Adding API Keys](https://docs.tradestream.xyz/accounts/adding-api-keys.md): How to add API Keys to TradeStream
- [Add a ByBit Account](https://docs.tradestream.xyz/accounts/adding-api-keys/add-a-bybit-account.md): Adding your ByBit account
- [Add a Binance Account](https://docs.tradestream.xyz/accounts/adding-api-keys/add-a-binance-account.md): Adding a Binance account
- [Add a Hyperliquid Account](https://docs.tradestream.xyz/accounts/adding-api-keys/add-a-hyperliquid-account.md): Adding your Hyperliquid account
- [Add a BitGet Account](https://docs.tradestream.xyz/accounts/adding-api-keys/add-a-bitget-account.md): Adding your BitGet account
- [Add a BloFin Account](https://docs.tradestream.xyz/accounts/adding-api-keys/add-a-blofin-account.md): Adding your BloFin account
- [Add a WOOX Account](https://docs.tradestream.xyz/accounts/adding-api-keys/add-a-woox-account.md): Adding your WOOX account
- [Account Manager](https://docs.tradestream.xyz/accounts/account-manager.md): Managing accounts
- [Resync an account](https://docs.tradestream.xyz/accounts/resync-an-account.md): Resyncing fetches all your data from the start
- [Deleting an API Key or your account](https://docs.tradestream.xyz/accounts/deleting-an-api-key-or-your-account.md): How to delete an account/API Key from TradeStream


---

# 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.tradestream.xyz/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.
