> For the complete documentation index, see [llms.txt](https://docs.xcadnetwork.com/xcad-network-public-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xcadnetwork.com/xcad-network-public-documentation/xcad-ecosystem/creator-exchange/account.md).

# Account

Creating an account is very simple, just tap "Start Now" on the main page, and fill in your details.

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

You can use your existing XCAD account or create a new one by linking a Google account or with just a username and password.

### Two-Factor Authentication

{% hint style="info" %}
Multi-factor authentication is still required so if you already have an account make sure to have your authenticator at hand
{% endhint %}

It is important to set up a 2FA app to further secure access to your account. We recommend [Google Auth](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\&pcampaignid=web_share) or [Authy](https://authy.com/download/).

Once you have one of these apps installed, log in and go to your account settings (top-right corner), and then security.

<img src="/files/cLWO3CUns2IyXIAOONIB" alt="" data-size="original"> ![](/files/0tXTf8Ixyw40Idjg0v5P)

Once in the security section, follow the steps under the **Two-Factor Authentication** section to link your app by generating a code or scanning the provided QR

### Anti-Phishing Code

Once you've set up 2FA, it is also recommended to create a custom code that you can identify on the emails we send you, to identify legitimate messages coming from the XCAD CEX.


---

# 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.xcadnetwork.com/xcad-network-public-documentation/xcad-ecosystem/creator-exchange/account.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.
