> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/classes/readme.md).

# Welcome

This space is designed to help you get started with the platform. Since everyone uses equipme differently, we have organized our training into two main areas: the initial setup and the daily tasks for each specific role.

### Getting the portal ready

#### For Administrators

If you are setting up your organization for the first time, start with the Portal Quick Setup. These steps cover everything from registration to configuring your first services. Completing this section ensures that the platform is ready for your team to use.

{% content-ref url="/pages/4MJK4p4qdjRKkzsz2eNs" %}
[Portal Quick Setup](/classes/portal-quick-setup/welcome.md)
{% endcontent-ref %}

### Daily use by role

Once the initial setup is finished, you can choose the path that fits your job. These courses focus on the tasks you will handle in your day to day work.

{% content-ref url="/pages/PbYb0GukRhiS4qCHdRal" %}
[Employee Self-Service](/classes/employee-self-service/quickstart.md)
{% endcontent-ref %}

{% content-ref url="/pages/aOjs4gC5WzIpifbjuGsn" %}
[Manager Self-Service](/classes/manager-self-service/quickstart.md)
{% endcontent-ref %}

{% content-ref url="/pages/YxfqElLl261gfwhJsNgP" %}
[Administrative functions](/classes/administrative-functions/quickstart.md)
{% endcontent-ref %}

All classes are modular. You can jump into any topic at any time or use them as a reference later on. When a topic requires more technical background, you will find direct links to the documentation to provide more context.

Explore the sections above to begin.


---

# 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://hub.equipme.io/classes/readme.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.
