> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/en-moontrader-docs/getting-started/working-with-moontrader.com/website-registration.md).

# Website Registration

To work with the MoonTrader trading terminal, you need to create an account on the official website. Registration is free and takes just a few minutes. After creating an account, you can download the terminal and create licenses for specific exchanges.

### Creating an Account

1. Open the MoonTrader website
2. Click the "Login" button in the upper right corner of the screen
3. At the bottom of the login form, click "Register"
4. Fill out the registration form:
   * Enter your email
   * Create a strong password
   * Check the box "I agree to the Terms of Use and Privacy Policy"
5. Click the "Register" button

### Email Confirmation

1. Check your inbox — you will receive a confirmation email
2. Open the email and click the link to activate your account
3. If the email doesn't arrive within a few minutes — check your "Spam" or "Promotions" folder

### Next Steps

Registration is complete. Now in your personal account you can:

1. **Create a license for an exchange** — select the exchange you plan to work with and activate the license
2. **Download the MoonTrader terminal** — download and install the terminal

After completing these steps, you can connect the terminal to your chosen exchanges and start trading.


---

# 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://guide.moontrader.com/en-moontrader-docs/getting-started/working-with-moontrader.com/website-registration.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.
