# Documentation

- [elinor 101](https://docs.elinor-app.com/documentation/elinor-101.md): What is elinor about and how does it work?
- [Getting started](https://docs.elinor-app.com/documentation/getting-started.md): Creating your organisation and getting started.
- [Ontologies](https://docs.elinor-app.com/documentation/getting-started/ontologies.md): Ontologies are a digital map of your domain.
- [Documents](https://docs.elinor-app.com/documentation/getting-started/documents.md): Upload and manage documents
- [Projects](https://docs.elinor-app.com/documentation/getting-started/projects.md)
- [Experiments](https://docs.elinor-app.com/documentation/getting-started/experiments.md): Experiments structure your annotation project: From testing the ontology to annotating a gold standard.
- [Annotation](https://docs.elinor-app.com/documentation/getting-started/annotation.md)
- [User Management](https://docs.elinor-app.com/documentation/user-management.md)
- [Setting roles](https://docs.elinor-app.com/documentation/user-management/setting-roles.md): How the permission system works.
- [Inviting Members](https://docs.elinor-app.com/documentation/user-management/inviting-members.md): Invite new members to your workspace.


---

# Agent Instructions: 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.elinor-app.com/documentation.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.
