> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/de-documentation/elemente/allgemeine-funktionen-in-den-elementen/elementvorlage-standardwerte.md).

# Elementvorlage (Standardwerte)

Sie können Vorlagen für neue Elemente definieren, einschließlich Text- und Feldwerte. Dadurch können Sie Zeit bei der Erstellung neuer Elemente sparen. Um eine Vorlage zu erstellen, erstellen Sie zuerst ein neues Element. Definieren Sie Ihre Standardwerte, z.B. für 'Zugewiesen an' und 'Priorität', sowie den Standardtext.

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

Wechseln Sie nun zur Registerkarte 'Standardwerte'. Als Administrator können Sie die Vorlage als Projektstandard oder als Ihre eigene Standardvorlage speichern. Andere Benutzer können nur ihre eigenen Standardvorlagen speichern.

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

Alle neuen Elemente mit demselben Elementtyp haben jetzt die in der Vorlage definierten Vorauswahl.

{% hint style="info" %}
**Hinweis:** Die Vorlagen überschreiben die Funktion zum [Übernehmen von Feldwerten zwischen Elementen](/documentation/de-documentation/elemente/allgemeine-funktionen-in-den-elementen/ubernahme-von-feldwerten-zwischen-elementen.md). Das bedeutet zum Beispiel, wenn Sie ein Auswahlfeld mit einem [gemeinsamen Wertesatz](/documentation/de-documentation/projektkonfiguration/alt-konfiguration-der-projektvorlage-felder/geteilte-wertesatze.md) und demselben Namen in beiden Testfällen und Fehlern konfiguriert haben, wird der Wert aus dem Testfall nicht übernommen, wenn ein Fehler aus einem Testfall erstellt wird, vorausgesetzt, Sie haben einen Standardwert für dieses Feld im Fehler festgelegt. Darüber hinaus können Sie sowohl [Workflow](/documentation/de-documentation/projektkonfiguration/alt-workflow-konfiguration.md)- als auch [Feldregeln ](/documentation/de-documentation/projektkonfiguration/feldregeln.md)verwenden, um Einschränkungen für Felder festzulegen.&#x20;
{% endhint %}


---

# 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.aqua-cloud.io/documentation/de-documentation/elemente/allgemeine-funktionen-in-den-elementen/elementvorlage-standardwerte.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.
