> 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/manager-self-service/understanding-service-dependencies-basis-services.md).

# Understanding Service Dependencies (Basis Services)

Not every service in equipme can stand on its own. In many cases, one service depends on another. To make sure everything is set up correctly and nothing important is missing, equipme uses what we call **Basis Services**.

A Basis Service is like the foundation of a house. Before you can add the upper floors, you first need a solid base. The same applies here: a Basis Service must be active before additional services can be assigned.

Take an example: your company uses **mobile device management (MDM)**. The MDM setup would be created as a Basis Service. Only once this service is in place can employees order mobile devices that are managed through it. Without the Basis Service, the system simply doesn’t allow the additional order.

This logic has two big advantages:

* It **prevents mistakes**, because employees can’t accidentally request services that don’t make sense without the foundation.
* It **keeps everything structured**, since the relationships between services are clear and transparent.

For you as a manager, Basis Services make the process much easier. You don’t have to constantly double-check whether something is missing or whether the order is valid. The system automatically ensures that only services which fit together are available.


---

# 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/manager-self-service/understanding-service-dependencies-basis-services.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.
