> 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/marketplace-pakketten-en-power-ups/power-ups/objectbeheer/gebruik-bovenliggende-en-onderliggende-objecten.md).

# Gebruik bovenliggende en onderliggende Objecten

Ouder- en kindObjecten helpen u installaties met meerdere niveaus te modelleren.

Dit is nuttig voor locaties met gestructureerde apparatuurindelingen.

### Wanneer Objecthiërarchieën gebruiken

Gebruik ouder-kindrelaties wanneer:

* één installatie meerdere gerelateerde Objecten bevat
* technici context per sub-Object nodig hebben
* u een duidelijkere structuur wilt per locatie of systeem

{% stepper %}
{% step %}

### Open het onderliggende Object

Maak het Object dat onder een ander Object moet staan aan of open het.
{% endstep %}

{% step %}

### Selecteer het bovenliggende Object

Gebruik het bovenliggende veld 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 %}

### Bekijk de structuur

Open het bovenliggende Object en controleer de gekoppelde onderliggende Objecten.
{% endstep %}
{% endstepper %}

### Praktische voorbeelden

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

### Veelgestelde vragen

<details>

<summary>Kan één onderliggend Object meerdere bovenliggende Objecten hebben?</summary>

Nee.

Een onderliggend Object hoort normaal bij één bovenliggend Object.

</details>

<details>

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

Nee.

Gebruik een hiërarchie alleen wanneer die de structuur makkelijker te beheren maakt.

</details>

<details>

<summary>Helpen koppelingen tussen bovenliggende en onderliggende Objecten bij de navigatie?</summary>

Ja.

Ze maken complexe installaties makkelijker te begrijpen.

</details>

### Gerelateerde onderwerpen

* [**Beheer Objectonderdelen**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/objectbeheer/objectonderdelen-beheren.md)
* [**Objectbeheer**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-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/marketplace-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.
