> 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-de/marketplace-pakete-und-power-ups/power-ups/objektverwaltung/objektteile-verwalten.md).

# Objektteile verwalten

Objektteile helfen Ihnen, Komponenten innerhalb eines größeren Objekts zu erfassen.

Dies ist nützlich für Installationen, die mehrere wartbare Teile enthalten.

### Warum Teile verwenden

Teile liefern mehr Details, ohne für jede Komponente eine vollständige separate Objektstruktur zu erstellen.

Sie können sie verwenden, um Komponentendaten wie Menge, Serienangaben oder Serviceinformationen zu erfassen.

{% stepper %}
{% step %}

### Öffnen Sie das Objekt

Öffnen Sie das übergeordnete Objekt im BackOffice.
{% endstep %}

{% step %}

### Öffnen Sie den Teilebereich

Gehen Sie zum Teile- oder Komponentenbereich des Objekts.
{% endstep %}

{% step %}

### Teil hinzufügen

Erstellen Sie ein neues Teil und geben Sie die grundlegenden Details ein.
{% endstep %}

{% step %}

### Fügen Sie relevante Datumsangaben und Felder hinzu

Fügen Sie Menge, Datumsangaben und alle zusätzlichen Felder hinzu, die Sie benötigen.
{% endstep %}

{% step %}

### Speichern

Speichern Sie das Teil.

Es ist jetzt mit dem Objekt verknüpft.
{% endstep %}
{% endstepper %}

### Häufig gestellte Fragen

<details>

<summary>Wann sollte ich ein Teil statt eines separaten Objekts verwenden?</summary>

Verwenden Sie ein Teil, wenn die Komponente eindeutig zu einem Hauptobjekt gehört.

Verwenden Sie ein separates Objekt, wenn es seinen eigenen, umfassenderen Lebenszyklus und seine eigene Nutzung benötigt.

</details>

<details>

<summary>Kann ich Teile später bearbeiten?</summary>

Ja.

Sie können Teildetails später aktualisieren.

</details>

<details>

<summary>Helfen Teile bei der Servicehistorie?</summary>

Sie helfen Ihnen, mehr Details am Objekt zu erfassen.

Das genaue Verhalten der Historie hängt von Ihrer Konfiguration ab.

</details>

### Verwandte Themen

* [**Übergeordnete und untergeordnete Objekte verwenden**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/objektverwaltung/uber-und-untergeordnete-objekte-verwenden.md)
* [**Objektverwaltung**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marketplace-pakete-und-power-ups/power-ups/objektverwaltung.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-de/marketplace-pakete-und-power-ups/power-ups/objektverwaltung/objektteile-verwalten.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.
