> For the complete documentation index, see [llms.txt](https://help.vario-software.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.vario-software.de/vario-cloud-changelog/2026/2026.18.0.md).

# 2026.18.0

## Verbesserungen

### <mark style="color:$primary;">CRM/DMS:</mark> CRM-Typen zu CRM-Status zuordnen

In den [**Einstellungen** ](/vario-cloud-handbuch/einstellungen/einstellungen-crm-dms.md)für **Aufgaben**, **Deals** und **Projekte** kannst Du jetzt festlegen, welche **Typen** einem bestimmten **Status** zugeordnet sind. Dadurch wird gesteuert, bei welchen CRM-Objekten ein Status überhaupt zur Auswahl steht. Ein [**Aufgabenstatus** ](/vario-cloud-handbuch/einstellungen/einstellungen-crm-dms/aufgaben.md#aufgabenstatus)wird somit nur noch bei **Aufgaben** angezeigt, die den passenden **Aufgabentyp** besitzen – Gleiches gilt entsprechend für Deals und Projekte.

<figure><img src="/files/1FSsdStL0vDVq2bc8JXL" alt="Aufgabenstatus anlegen" width="474"><figcaption></figcaption></figure>

Zusätzlich steht Dir ab sofort der neue [**Bereich "Abstimmungen"**](/vario-cloud-handbuch/crm-dms/aufgaben.md#bereich-abstimmung) in **Aufgaben** zur Verfügung, sobald im **Bereich "Aufgabenbeteiligte"** ein Beteiligter ausgewählt wird. Jeder Beteiligte kann hier eine Bewertung per **Daumen hoch oder runter** abgeben und optional einen **Kommentar** hinterlassen. Oberhalb der Beteiligten siehst Du eine kompakte **Gesamtauswertung**, darunter werden auch noch nicht abgegebene oder enthaltene Abstimmungen transparent dargestellt. So erhältst Du schnell ein Stimmungsbild und kannst Entscheidungen effizienter treffen.

<figure><img src="/files/e5KMo7AlZ98kVcuoV8SC" alt="Bereich Abstimmung" width="495"><figcaption></figcaption></figure>


---

# 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://help.vario-software.de/vario-cloud-changelog/2026/2026.18.0.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.
