> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/early-access/objektmodell/objekte.md).

# Objekte

Im Reiter **Objekte** werden konkrete Instanzen der zuvor definierten Objekttypen angelegt und in eine Hierarchie (Baumstruktur) einsortiert.

### Objektübersicht und Hierarchie <a href="#objektubersicht-und-hierarchie" id="objektubersicht-und-hierarchie"></a>

Links wird die **Objekthierarchie** als Baum dargestellt. Wählst du dort einen Knoten aus, erscheinen rechts dessen **Allgemeine Informationen** und **Eigenschaften**.

<figure><img src="https://3339060361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvMteK3U7MMGqZjK9wrxh%2Fuploads%2FrmWRHsGvvDXAXhlvNvrG%2Fimage.png?alt=media&amp;token=abc725e2-4597-47db-a720-4b054e49df9b" alt=""><figcaption></figcaption></figure>

### Ansicht anpassen <a href="#ansicht-anpassen" id="ansicht-anpassen"></a>

Über den Reiter **Ansicht** lässt sich per Checkbox steuern, welche Bereiche eingeblendet werden: **Objekthierarchie**, **Objektliste** und **Eigenschaften**.

<figure><img src="https://3339060361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvMteK3U7MMGqZjK9wrxh%2Fuploads%2F7pJFK2R4cDJckvAGw4zd%2Fimage.png?alt=media&amp;token=66c95263-46c6-4b92-99fb-688084e9e87c" alt=""><figcaption></figcaption></figure>

### Neues Objekt anlegen <a href="#neues-objekt-anlegen" id="neues-objekt-anlegen"></a>

1. Unten links auf **„+ Neues Objekt"** klicken.
2. **Bezeichnung** eingeben.
3. **Objekttyp** auswählen – dieses Feld ist Pflicht und wird rot markiert, solange kein Typ gewählt wurde.

<figure><img src="https://3339060361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvMteK3U7MMGqZjK9wrxh%2Fuploads%2FJaY0gR0jSc3YwlCqsY2i%2Fimage.png?alt=media&amp;token=581d78c9-e3f4-43bd-ac55-2f537ee3cfc9" alt=""><figcaption></figcaption></figure>

4. Optional eine **Beschreibung** ergänzen und auf **Speichern** klicken. Das neue Objekt wird angelegt und ist zunächst **außerhalb** der eigentlichen Baumstruktur sichtbar – das Feld *Parent-Objekt* bleibt dabei leer.

<figure><img src="https://3339060361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvMteK3U7MMGqZjK9wrxh%2Fuploads%2FMUdylXXIeepAqvI3m0sD%2Fimage.png?alt=media&amp;token=1e941417-6081-4712-8f5c-f941b90846f2" alt=""><figcaption></figcaption></figure>

5. Um das Objekt an der richtigen Stelle einzusortieren, ziehst du es im Baum per **Drag & Drop** auf den gewünschten übergeordneten Knoten. Eine Erfolgsmeldung bestätigt den Vorgang („… wurde erfolgreich verschoben").

<figure><img src="https://3339060361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvMteK3U7MMGqZjK9wrxh%2Fuploads%2FAGE9of34Lu84LuX8rSrl%2Fimage.png?alt=media&amp;token=31203683-ea9b-4d7b-8ec9-b41037417047" alt=""><figcaption></figcaption></figure>

### Bestehendes Objekt duplizieren <a href="#bestehendes-objekt-duplizieren" id="bestehendes-objekt-duplizieren"></a>

Auch für einzelne Objekte steht über das **„…"-Menü** die Aktion **Duplizieren** zur Verfügung (bei Objekten mit Unterelementen zusätzlich **Duplizieren inkl. Unterelemente**).

<figure><img src="https://3339060361-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvMteK3U7MMGqZjK9wrxh%2Fuploads%2FgSH2lCSOiekazEHzg42j%2Fimage.png?alt=media&amp;token=e810adac-6ecf-452a-b36b-8d9f764c518e" alt=""><figcaption></figcaption></figure>

### Datei an ein Objekt anhängen <a href="#datei-an-ein-objekt-anhangen" id="datei-an-ein-objekt-anhangen"></a>

In der Detailansicht eines Objekts kann über **Datei wählen** und **Hochladen** eine Datei (z. B. ein Datenblatt als PDF) angehängt werden. Der Upload-Status wird angezeigt; die Datei kann anschließend heruntergeladen oder wieder entfernt werden.


---

# 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://docs.videc.de/early-access/objektmodell/objekte.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.
