> For the complete documentation index, see [llms.txt](https://docs.gcbex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gcbex.com/ar/documentation.md).

# Documentation

- [GCB CryptoCurrency Exchange](https://docs.gcbex.com/ar/documentation/gcb-cryptocurrency-exchange.md)
- [Introduction](https://docs.gcbex.com/ar/documentation/gcb-cryptocurrency-exchange/quickstart.md): this page is dedicated to the Exchange GCB.
- [Deposit Fiat/Crypto](https://docs.gcbex.com/ar/documentation/gcb-cryptocurrency-exchange/deposit-fiat-crypto.md)
- [Trade Crypto](https://docs.gcbex.com/ar/documentation/gcb-cryptocurrency-exchange/trade-crypto.md)
- [Leverage](https://docs.gcbex.com/ar/documentation/gcb-cryptocurrency-exchange/leverage.md)
- [Trader experience UI](https://docs.gcbex.com/ar/documentation/gcb-cryptocurrency-exchange/trader-experience-ui.md)
- [Reward (Coming Soon)](https://docs.gcbex.com/ar/documentation/gcb-cryptocurrency-exchange/reward-coming-soon.md)
- [KYC](https://docs.gcbex.com/ar/documentation/gcb-cryptocurrency-exchange/kyc.md): Know Your Customer (KYC) process
- [Platform fee](https://docs.gcbex.com/ar/documentation/gcb-cryptocurrency-exchange/platform-fee.md)
- [Customer Support](https://docs.gcbex.com/ar/documentation/gcb-cryptocurrency-exchange/customer-support.md)
- [Report an Issue](https://docs.gcbex.com/ar/documentation/gcb-cryptocurrency-exchange/report-an-issue.md)
- [Business Guide](https://docs.gcbex.com/ar/documentation/business-guide.md)
- [Listing](https://docs.gcbex.com/ar/documentation/business-guide/listing.md)
- [Ambassador](https://docs.gcbex.com/ar/documentation/business-guide/ambassador.md): Coming Soon
- [GCB Broker](https://docs.gcbex.com/ar/documentation/business-guide/broker.md): Affiliate
- [Referrals](https://docs.gcbex.com/ar/documentation/business-guide/referrals.md)
- [Agent](https://docs.gcbex.com/ar/documentation/business-guide/agent.md)
- [User Guide](https://docs.gcbex.com/ar/documentation/user-guide.md)
- [Boarding](https://docs.gcbex.com/ar/documentation/user-guide/boarding.md)
- [Reset Password](https://docs.gcbex.com/ar/documentation/user-guide/reset-password.md)
- [How To KYC](https://docs.gcbex.com/ar/documentation/user-guide/how-to-kyc.md): Step-by-Step guide to complete the KYC process for onboarding to GCBex
- [How to set 2FA](https://docs.gcbex.com/ar/documentation/user-guide/how-to-set-2fa.md): step-by-step guide to set up Two-Factor Authentication (2FA) for added security
- [Copy Trade](https://docs.gcbex.com/ar/documentation/user-guide/copy-trade.md)
- [How To Trade for Beginners](https://docs.gcbex.com/ar/documentation/user-guide/how-to-trade-for-beginners.md)
- [How To Leverage Trade](https://docs.gcbex.com/ar/documentation/user-guide/how-to-leverage-trade.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 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, and the optional `goal` query parameter:

```
GET https://docs.gcbex.com/ar/documentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
