> 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/readme.md).

# Welcome

Welcome to the **LabArk** operation manual.

This system helps researchers manage the full lifecycle of an animal study — registering protocols, setting up experiments, creating studies, and recording experimental data — all in one place, with built-in support for IACUC compliance and the 3Rs principle.

#### How this manual is organized

The four chapters under **Operation Method** follow the natural workflow of using the system:

<table><thead><tr><th width="92.3359375">Step</th><th>Chapter</th><th>What you'll do</th></tr></thead><tbody><tr><td>1</td><td>Registration / Login</td><td>Create your account and sign in</td></tr><tr><td>2</td><td>Experiment Setup</td><td>Configure protocols and parameters</td></tr><tr><td>3</td><td>Create a Study</td><td>Define animals, groups, and timeline</td></tr><tr><td>4</td><td>Experimental Data Entry</td><td>Record observations and results</td></tr></tbody></table>

#### How to use this manual

* New to the system? Read the chapters in order — each one builds on the previous step.
* Looking for a specific task? Use the sidebar to jump straight to the chapter you need.

#### Need help?

* **Technical support :** <team@darev.io>

***

*Version 1.0 · Last updated: May 2026*


---

# 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/readme.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.
