> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/objectbeheer/gebruik-bovenliggende-en-onderliggende-objecten.md).

# Gebruik bovenliggende en onderliggende objecten

Bouw objecthiërarchieën voor complexe installaties.

Bovenliggende en onderliggende objecten helpen u installaties met meerdere niveaus te modelleren.

Dit is handig voor locaties met een gestructureerde indeling van apparatuur.

### Wanneer objecthiërarchieën gebruiken

Gebruik ouder-kindrelaties wanneer:

* één installatie meerdere gerelateerde objecten bevat
* technici per onderobject context nodig hebben
* u een duidelijkere structuur per locatie of systeem wilt

{% stepper %}
{% step %}

### Open het onderliggende object

Aanmaken of open het object dat onder een ander object moet vallen.
{% endstep %}

{% step %}

### Selecteer het bovenliggende object

Gebruik het veld Parent om het object op hoger niveau te kiezen.
{% endstep %}

{% step %}

### Sla de relatie op

Sla het object op.

De hiërarchie is nu opgeslagen.
{% endstep %}

{% step %}

### Controleer de structuur

Open het bovenliggende object en controleer de gekoppelde onderliggende objecten.
{% endstep %}
{% endstepper %}

### Praktische voorbeelden

* gebouw → installatie → eenheid
* locatie → ruimte → apparaat
* hoofdmachine → gekoppeld subsysteem

### Veelgestelde vragen

<details>

<summary>Kan één onderliggend object meerdere bovenliggende objecten hebben?</summary>

Nee.

Een onderliggend object hoort normaal gesproken bij één bovenliggend object.

</details>

<details>

<summary>Moet elke opstelling meerdere niveaus gebruiken?</summary>

Nee.

Gebruik een hiërarchie alleen als de structuur daardoor makkelijker te beheren is.

</details>

<details>

<summary>Helpen ouder-kindkoppelingen bij de navigatie?</summary>

Ja.

Ze maken complexe installaties makkelijker te begrijpen.

</details>

### Gerelateerde onderwerpen

* [**Object onderdelen beheren**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/objectbeheer/object-onderdelen-beheren.md)
* [**Objectbeheer**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/objectbeheer.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/objectbeheer/gebruik-bovenliggende-en-onderliggende-objecten.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.
