> 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-1.md).

# 註冊/登入

{% stepper %}
{% step %}
**提供 Darev 您的基本資料**

在開始使用系統之前，需要先完成帳號註冊。您必須先提供 Darev 三項資訊：

1. 您所隸屬的研究機構/LAB
2. email
3. 身份（Techinician、Researcher、PI、Lab Admin）
   {% endstep %}

{% step %}
**接收邀請信件**

&#x20;Darev 會寄送系統會寄送一封驗證信到你的 Email，請開啟信件並點擊驗證連結，完成帳號啟用。

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

{% step %}
**進入註冊頁面**

透過網址進入註冊頁面，設定登入密碼

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

{% step %}
**設定密碼**

輸入您所要使用的密碼，並再次確認

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

{% step %}
**設定使用者名稱**

請輸入您的使用者名稱

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

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

{% step %}
**完成註冊**

完成密碼與使用者名稱填寫，及完成帳號註冊

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

{% step %}
**登入系統**

輸入您所提供的 email 與剛才設定的密碼即可登入，登入後您需要選擇正確的角色權限後即可開始使用系統！

<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-1.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.
