> For the complete documentation index, see [llms.txt](https://bimil.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bimil.gitbook.io/docs/account/sign-up.md).

# Sign-up

If you've signed up, let's move on to [the next step](/docs/account/log-in.md)!

{% hint style="warning" %}
Please check your **internet connection**.
{% endhint %}

1. **ID (Email)** :\
   \- Enter your valid **email address**. A verification code will be sent to this email, so ensure the email is accurate.
2. **Password** :\
   \- Create your password. Re-enter the same password in the field below to confirm.
3. **First Name / Last Name** :\
   \- Enter your First Name / Last Name.
4. **Country :**\
   \&#xNAN;**-** Select your country from the dropdown list.
5. **Company (optional)** :\
   \- Enter your company name (optional). You can leave this blank if you are not affiliated with a company. This field is also optional.
6. **Industry :**\
   \&#xNAN;**-** Select your industry from the dropdown list (e.g., Architecture, Engineering, Construction).
7. **Role** :\
   \- Choose your role (e.g., Staff, Manager, Team Leader, CEO, etc.).
8. **Agreement** :\
   \- **Terms and Service** : You must agree to the terms and conditions.\
   \- **Privacy Policy** : You must agree to the privacy policy.\
   \- Marketing Emails(optional) : Opt-in to receive marketing emails and offers.
9. **Submit** Button :\
   \- Once all required fields are filled and agreements are checked, click **Submit** to complete the sign-up process.\
   \- If you already have an account, click **Sign In** at the bottom of the page.

<figure><img src="/files/wFRACPR0zb4LunjqEpsF" alt="" width="375"><figcaption></figcaption></figure>

10. **Verification Code**\
    \- Enter the verification code you received **via email**. You will receive the code at the email address you entered in Marker ❶.
11. **Submit** Button :\
    \- After entering the verification code, click the Submit button to complete the verification process.
12. Resend Email :\
    \- If you didn't receive the email, click the Resend Email link to receive the verification code again.

<figure><img src="/files/mjJ3Hm9r9epIUchaz7en" alt="" width="375"><figcaption></figcaption></figure>

13. The "Registration Complete" message indicates that your registration has been successfully completed.

<figure><img src="/files/mc0BR2y9yptUNc60I9Bj" alt="" width="271"><figcaption></figcaption></figure>


---

# 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://bimil.gitbook.io/docs/account/sign-up.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.
