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

# Registration / Login

{% stepper %}
{% step %}
**Provide Your Basic Information to Darev**

Before using the system, you must complete account registration. You will need to provide Darev with the following three pieces of information:

1. Your affiliated research institution / laboratory
2. Email address
3. Role (Technician, Researcher, PI, Lab Admin)
   {% endstep %}

{% step %}
**Receive the Invitation Email**

Darev will send a verification email to your registered email address. Please open the email and click the verification link to activate your account.

<figure><img src="/files/y4TUNlG27qs1kzBKDAPH" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Access the Registration Page**

Follow the link to access the registration page and set your login password.

<figure><img src="/files/xI0F9ZfcupoIrRgHEqdI" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Set Your Password**

Enter your desired password and confirm it by entering it again.

<figure><img src="/files/sSc6POC9L6dfSOjErGmz" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Set Your Username**

Please enter your username.

<figure><img src="/files/1GcrtSJxLxLTLlqIcMN1" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2U8OvfJEqmKIzsXfeDkH" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Complete Registration**

Once you have filled in both your password and username, your account registration is complete.

<figure><img src="/files/RJDP4zO9mTy8hnvNwhIo" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Log In to the System**

Enter the email address you registered with and the password you just set to log in. After logging in, you will need to select the appropriate role before you can start using the system.

<figure><img src="/files/dV98BnWudX7xFosebV98" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://labark.gitbook.io/labark-docs/operation-method/editor.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.
