# FormattedCollection

Wie bereits unter [Feldformatierungen](/installation-konfiguration/backend-konfiguration/feldformatierungen.md) beschrieben, können Werte der verfügbaren Immobilien-Eigenschaften über verschiedene Aktionen formatiert, umgewandelt oder gar ausgetauscht werden. Beim abholen der anzuzeigenden Felder wird der Wert also immer unter Berücksichtigung dieser Konfiguration validiert und ausgegeben.

Eine `FormattedCollection` bezeichnet also ein Paket von validierten / formatierten Feldwerten und setzt sich aus folgenden Bestandteilen zusammen:

```php
// FormattedCollection
array(
    'value' // formatierter Wert
    'raw'   // unformatierter Wert
    'label' // übersetzter Bezeichner
    'key'   // Feldname (nicht übersetzt)
    'class' // individuelle CSS-Klasse
);
```


---

# 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://docs.contao-estatemanager.com/entwickler/immobilien-eigenschaften/formattedcollection.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.
