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

# User Registration

2\. Registration

* Employees can choose to register with an email address or log in directly with a mobile number (unregistered phone numbers will automatically create a new account)

### 2.1 Email address registration

* Click "Register" at the bottom of the homepage and enter your email address (the email address must be the same as the email address bound by the administrator in the system). After confirming that the information is correct, tick to read and agree to the relevant policies and terms (2). Click "Next" (3).  \
  **Note:** The email address must be valid to receive other emails (e.g. Gmail ), as some emails limited to the company's intranet will not be valid.
* The system will send a verification email to the employee's email address. If the verification is successful, the registration is completed and the email address can be used to log in to the app.
* Please check your mailbox (including spam mailbox) to see if you have received the verification email sent by the system. If you have not received the verification email, you can click "Resend" and the system will send the verification email again.

<div align="left"><figure><img src="/files/4qRl3woROmOYkpp9YCnV" alt=""><figcaption></figcaption></figure></div>

### 2.2 Mobile phone number registration

* Click "Login with phone number" at the top right of the  &#x20;homepage (picture on the right), then enter your phone  &#x20;number. After ensuring that the phone number is correct,  &#x20;click “Get verify code.”
* After verification, the system will send a six-digit  &#x20;verification code to your phone. After entering this code,  &#x20;you can successfully create an account.  \
  **Note**: An unregistered mobile phone number will  &#x20;automatically create a new account.

<div><figure><img src="/files/TMXUrzEm8tjA8yV46vwL" alt=""><figcaption></figcaption></figure> <figure><img src="/files/mBoqXxmztO11BCRBYrSr" alt=""><figcaption></figcaption></figure></div>

<div><figure><img src="/files/IgJvYp4VVSjoJuCemkLR" alt=""><figcaption></figcaption></figure> <figure><img src="/files/NBtbF0ln4l8fmqzlVSkN" alt=""><figcaption></figcaption></figure></div>


---

# 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.coreway.com/app/general-user-operations/user-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.
