> For the complete documentation index, see [llms.txt](https://doc.plustools.de/map+plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.plustools.de/map+plus/experteneinstellungen/mapplussettings-json.md).

# MapPlusSettings.json

{% hint style="danger" %}
Die Datei sollten Sie nicht selbstständig ändern, da diese das Verhalten von MAP+PLUS ändert. Wir geben auf sämtliche Funktionen aus diesem Kapitel keinerlei Support.
{% endhint %}

### ClusterItems

Die Einstellung ermöglicht ein "Clustering", also ein zusammenfassen von Punkten auf der digitalen Landkarte.

Diese Option benötigt im Hintergrund sehr viel Speicher, dadurch kann es vorkommen, dass das cobra einfriert, bzw. abstürzt.

Standardwert:

```
"ClusterItems": false,
```

Ausgabe auf der digitalen Landkarte:

![Ausgabe bei "ClusterItems": false](/files/-Ma7W5enVOeH8My7Z0MI)

Ändert man die Einstellung auf:

```
"ClusterItems": true,
```

Werden auf der Landkarte die "nah beieinander liegenden" Punkte zu einem Cluster zusammen aggregiert.

![Ausgabe bei "ClusterItems": false,](/files/-Ma7Wils41OWLmQXlQls)

Zoomt man mit dieser Einstellung weiter in die Karte hinein, werden die einzelnen Cluster in einzelne Kundenpunkte aufgelöst.


---

# 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://doc.plustools.de/map+plus/experteneinstellungen/mapplussettings-json.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.
