# Element aus Collection lesen

Mit dem Plugin <img src="/files/ccRcjHFSlPVfI87uGGCP" alt="" data-size="line"> *Element aus Collection lesen* können Sie ein Element aus einer Collection über den Index auslesen, und in einer Variable speichern.

<figure><img src="/files/izw5e6zir9jyVolGzAQr" alt="" width="289"><figcaption></figcaption></figure>

## Parameter "Collection"

Wählen Sie in dem Auswahlfeld die Variable vom Typ `collection` aus, aus der Sie ein Element auslesen möchten.

## Parameter "Element-Index"

Hier geben Sie den Index des Elements an, dass Sie auslesen möchten. Wenn die Collection `n` Elemente beinhaltet, muss der Index zwischen `0` und `n - 1` liegen.

{% hint style="warning" %}
Das erste Element eine Collection hat den Index `0`.
{% endhint %}

## Parameter "Element"

Das Element mit dem angegebenen Index wird in der Variable gespeichert, die Sie in diesem Auswahlfeld auswählen.


---

# Agent Instructions: 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-aus-collection-lesen.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.
