> For the complete documentation index, see [llms.txt](https://help.aiaibot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aiaibot.com/robot/plugins/collections/element-zur-collection-hinzufugen.md).

# Element zur Collection hinzufügen

Mit dem Plugin <img src="/files/gQchzhgt09nJXViGIQYM" alt="" data-size="line"> *Element zur Collection hinzufügen* können Sie Elemente in die Collection einfügen. Neue Elemente werden immer am Ende der Collection angehängt.

<figure><img src="/files/W3FD2YctF5zinsCkICY2" alt="" width="287"><figcaption></figcaption></figure>

## Parameter "Collection"

Hier wählen Sie die Variable vom Typ `collection` aus, in der neue Elemente eingefügt werden sollen.

## Parameter "Element-Typ"

Die Option *Neue Elemente hinzufügen* ermöglicht es Ihnen, die Elemente selbst zu definieren, die Sie hinzufügen möchten.

\
Wenn Sie die Option *Hinzufügen von Elementen aus einer bestehenden List*e wählen, wird eine zweite Collection als Quelle verwendet, deren Elemente der hier ausgewählten Collection hinzugefügt werden.

<figure><img src="/files/KH6Y6j1SKNsXGPdQdh8B" alt="" width="288"><figcaption></figcaption></figure>

## Parameter "Hinzuzufügende Elemente"

In diesem mehrzeiligen Eingabefeld definieren Sie die Elemente, die Sie hinzufügen möchten. Jede Zeile wird als separates Element in die Collection eingefügt.

Sie können auch Variablen einfügen: Handelt es sich um eine Variable vom Typ `text`, wird diese an Zeilenumbrüchen (`\n`) aufgeteilt, und jeder Abschnitt wird als eigenständiges Element in die Collection übernommen.


---

# 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:

```
GET https://help.aiaibot.com/robot/plugins/collections/element-zur-collection-hinzufugen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
