> For the complete documentation index, see [llms.txt](https://docs.skolar.li/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skolar.li/getting-started/login-to-your-instance.md).

# Login to your instance

If you have reached this section, congratulations! Your Skolarli instance has been successfully created and verified.

Signing in to your Skolarli instance is a simple process. Please remember that your domain name and email ID serve as the unique identifiers for your account and at this point. Initially, only the admin user can access the newly created instance.

<figure><img src="/files/jGcyoNZDYKARqRG5fF92" alt=""><figcaption><p>Skolarli Login Page</p></figcaption></figure>

{% hint style="info" %}
**NOTE:** Please note that passwords are case sensitive, which means, "Password123" and "pASSWORD123" are distinct passwords and not the same, despite having the same combination of letters and numbers, the reversal of upper-case and lower-case characters makes them different.
{% endhint %}


---

# 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.skolar.li/getting-started/login-to-your-instance.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.
