> 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/user-guide/boarding.md).

# Boarding

### **Visit Our Exchange Website**:

Go to our official exchange website: [https://www.gcbex.com](https://www.gcbex.com/en_US/register)

<figure><img src="/files/qBGO31XYufVLyHlNml9M" alt=""><figcaption></figcaption></figure>

#### **Click on “Register”:**

* On the homepage, look for the “Register now!” button.
* Click it to begin the registration process.

### **Provide Required Information:**

* Fill in  your email address.
* Create a secure password for your account.

<figure><img src="/files/Wtw9ZSgzBeBfZrX5GoOQ" alt=""><figcaption></figcaption></figure>

#### **Complete Identity Verification**:.

* Follow the instructions to verify your identity.

[How To KYC](/ar/documentation/user-guide/how-to-kyc.md)

#### **Confirm Your Registration**:

* Once you’ve provided all the required information, confirm your registration.
* You’ll receive a confirmation email in your inbox.
* please head to your registered email inbox and copy paste the code you received.

#### **Log In to Your New Account**:

* Use your registered credentials to log in to your account.
* Explore the exchange platform and get started!

Remember to keep your login details secure and enable two-factor authentication (2FA) for added security.&#x20;


---

# 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/user-guide/boarding.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.
