> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-domain-administrator-manual/admin/organisation.md).

# Organisation

The Organisation reflects the customer organisation structure. There are the following organisation items:

| **Name**     | **Description**                                                                                                                                                                                                                                                                                              |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| System Group | A system group is the highest organisation level. A separate system group is created for every distributor and is administered by its administrator.                                                                                                                                                         |
| Division     | A division is a multi-branch company level. A division can be an organisation like a group of hospitals, IVF clinics or laboratories.                                                                                                                                                                        |
| Group        | A group may contain lower-level subgroups. The top-level group is called root group. A root group can be a company location like a hospital or a laboratory. A subgroup may be a company department and lower organisation levels like e.g., rooms. It is possible to define subgroups to subgroups as well. |

An example of the system’s organisation is shown below.&#x20;

Four upper levels, from System Groups to Subgroups, belong to Organisation.&#x20;

Objects and Measuring Points are Infrastracture items.

<figure><img src="/files/RINsYfM7e7uapAmQbuJj" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.boomerang3.com/boomerang-3-domain-administrator-manual/admin/organisation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
