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

# Create an account

To access the CORAYE Dashboard, open your preferred web browser and go to the following URL address:\
[**https://dashboard.coraye.com**](https://dashboard.coraye.com)

![](/files/-M1_Ujk1XWptpQ_4tuNM)

Click on "[**Create your account**](https://dashboard.coraye.com/register)" then fill in the form

* **First name**
* **Last name**
* **Company** (optional)
* **Email** (This Email will serve as your Login and will also be the address to recover your password in the event of loss).
* **Password** (If you do not specify a password, the server will randomly create one for you). Passwords are encrypted in the database. If you forget this one, we will not be able to communicate it to you. But you will be able to have a new temporary password sent to you, allowing you to access your account to change it later.

![](/files/-M1_Uw8mGYnXY1P4TA8e)

If you activate the option "**Je préfère parler français**", you will receive the following Email in French (By default it is in English).

![](/files/-M1_h4doW6lBml_ZHDXD)

Activate the option "I agree to the terms and privacy" before clicking on the "**Create Account**" button

![](/files/-M1za4DrxzZO_C6PxvXn)


---

# 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.coraye.com/dashboard/creation-dun-compte.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.
