> For the complete documentation index, see [llms.txt](https://docs.loci-dev.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loci-dev.net/loci-inspector/sign-in-to-loci.md).

# Sign-in to LOCI

To access LOCI, you need to sign in. Signing in gives you secure access to your company workspace, lets you manage your data, and allows you to continue your work seamlessly - whether you’re analyzing results, collaborating with your team, or tracking progress.

LOCI supports two ways to sign in:

## **Sign in with a LOCI account**

If your account was created directly in LOCI, go to the LOCI sign-in page and enter your email address and password.\
If you’re logging in for the first time, make sure you’ve confirmed your account via the invitation or confirmation email before attempting to sign in.

## **Sign in with GitHub**

You can also sign in using your GitHub account. This option allows you to authenticate directly through GitHub and automatically links your GitHub identity with your LOCI workspace, enabling seamless access to repositories and related features.

<figure><img src="/files/EQhacQV9NhEfyyEPrtSq" alt=""><figcaption><p>Sign In to LOCI</p></figcaption></figure>

Once signed in, you’ll have full access to LOCI features relevant to your company, with your information kept secure at all times.


---

# 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:

```
GET https://docs.loci-dev.net/loci-inspector/sign-in-to-loci.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
