# Echo

## Echo Docs

- [Welcome](https://docs.systems-echo.com/start/readme.md)
- [Supported platforms](https://docs.systems-echo.com/start/supported-platforms.md)
- [Trade Card](https://docs.systems-echo.com/features/trade-card.md)
- [Spot Buy](https://docs.systems-echo.com/features/spot-buy.md)
- [Spot Sell](https://docs.systems-echo.com/features/spot-sell.md)
- [Copy-Trade](https://docs.systems-echo.com/features/copy-trade.md)
- [AFK](https://docs.systems-echo.com/features/afk.md)
- [Limit Orders](https://docs.systems-echo.com/features/limit-orders.md)
- [Positions](https://docs.systems-echo.com/features/positions.md)
- [Settings](https://docs.systems-echo.com/features/settings.md)
- [Fee / Tip](https://docs.systems-echo.com/features/settings/fee-tip.md)
- [Strategies](https://docs.systems-echo.com/features/settings/strategies.md)
- [Slippage](https://docs.systems-echo.com/features/settings/slippage.md)
- [Presets](https://docs.systems-echo.com/features/settings/presets.md)
- [Buy Presets](https://docs.systems-echo.com/features/settings/presets/buy-presets.md)
- [Sell Presets](https://docs.systems-echo.com/features/settings/presets/sell-presets.md)
- [Wallets](https://docs.systems-echo.com/features/wallets.md)
- [Withdraw](https://docs.systems-echo.com/features/withdraw.md)
- [Dashboard](https://docs.systems-echo.com/additionals/dashboard.md)
- [Analytics](https://docs.systems-echo.com/additionals/dashboard/analytics.md)
- [Positions](https://docs.systems-echo.com/additionals/dashboard/positions.md): Currently you can see here information about all your ACTUAL positions.
- [Limit Orders](https://docs.systems-echo.com/additionals/dashboard/limit-orders.md)
- [Copy Trade](https://docs.systems-echo.com/additionals/dashboard/copy-trade.md)
- [Wallets](https://docs.systems-echo.com/additionals/dashboard/wallets.md)
- [Extension](https://docs.systems-echo.com/additionals/dashboard/extension.md)
- [Extension](https://docs.systems-echo.com/additionals/extension.md)
- [General info](https://docs.systems-echo.com/additionals/extension/general-info.md)
- [Installation](https://docs.systems-echo.com/additionals/extension/installation.md)
- [Activation](https://docs.systems-echo.com/additionals/extension/activation.md)
- [Setup](https://docs.systems-echo.com/additionals/extension/setup.md)
- [Update](https://docs.systems-echo.com/additionals/extension/update.md)
- [Referrals](https://docs.systems-echo.com/additionals/referrals.md)
- [API](https://docs.systems-echo.com/additionals/api.md)
- [Extension](https://docs.systems-echo.com/additionals/api/extension.md)
- [/api/v1/extension/token/trade](https://docs.systems-echo.com/additionals/api/extension/api-v1-extension-token-trade.md): This endpoint allows you to buy or sell token
- [/api/v1/extension/token/limit\_order](https://docs.systems-echo.com/additionals/api/extension/api-v1-extension-token-limit_order.md)
- [/api/v1/extension/task/stop](https://docs.systems-echo.com/additionals/api/extension/api-v1-extension-task-stop.md)
- [/api/v1/extension/token/info](https://docs.systems-echo.com/additionals/api/extension/api-v1-extension-token-info.md)
- [/api/v1/extension/position/info](https://docs.systems-echo.com/additionals/api/extension/api-v1-extension-position-info.md)
- [/api/v1/extension/positions/info](https://docs.systems-echo.com/additionals/api/extension/api-v1-extension-positions-info.md)
- [/api/v1/extension/wallets/info](https://docs.systems-echo.com/additionals/api/extension/api-v1-extension-wallets-info.md)
- [Router](https://docs.systems-echo.com/additionals/api/router.md)
- [/api/v1/router/swap/generate](https://docs.systems-echo.com/additionals/api/router/api-v1-router-swap-generate.md)
- [/api/v1/router/swap/submit](https://docs.systems-echo.com/additionals/api/router/api-v1-router-swap-submit.md)
- [Examples](https://docs.systems-echo.com/additionals/api/router/examples.md)
- [Contact Us](https://docs.systems-echo.com/socials/contact-us.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.systems-echo.com/start/readme.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.
