> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/german-documentation-1/zusatzliche-funktionen/cas-ai-assistant.md).

# Cas AI-Assistent

{% embed url="<https://www.youtube.com/watch?v=XJinxJLCWVg>" %}

Der **AI-Assistent Cas** von Incogniton hilft Ihnen, sich durch die App zu navigieren. Genießen Sie eine schnelle und einfache Einrichtung und beginnen Sie sofort mit der Verwaltung von Browserprofilen. Sehen wir uns an, wie es funktioniert.

### Wobei kann Cas Ihnen helfen?

* **Durch die App navigieren:** Gehen Sie einfach zu Proxys, Einstellungen oder Teammanagement mit nur einer Frage.
* **Hilfe bei Aktionen erhalten:** Lassen Sie sich von Cas beim Erstellen von Browserprofilen helfen, [Proxys hinzufügen](/documentation/german-documentation-1/proxy-verwaltung/integrating-proxies.md), Gruppen verwalten und [Erweiterungen hinzufügen](/documentation/german-documentation-1/zusatzliche-funktionen/extension-manager.md).
* **Fragen stellen:** Sammeln Sie mehr Informationen über Proxy-Einrichtung, Fingerabdrücke, Team-Berechtigungen oder jede Funktion.
* **Workflows optimieren:** Automatisieren Sie einfache Startaufgaben, um Zeit zu sparen und Ihre Workflows zu optimieren.
* **Tools für Schnellbefehle verwenden:** Durchsuchen Sie die Tool-Bibliothek nach Navigations- und Aktionsoptionen für Schnellbefehle.

### Wie es funktioniert

{% stepper %}
{% step %}

#### **Gehen Sie zur Incogniton-App**

Melden Sie sich in der Incogniton-App an und klicken Sie auf das Textblasen-Symbol unten rechts, um den AI-Assistenten zu öffnen.
{% endstep %}

{% step %}

#### **Schreiben Sie eine Eingabeaufforderung**

Geben Sie Ihre Frage oder Ihren Befehl in das Textfeld ein, um zu beginnen. Cas wird Ihnen sofort helfen, egal ob Sie [ein neues Profil erstellen](/documentation/german-documentation-1/erste-schritte/create-your-first-browser-profile.md) oder zu den Kontoeinstellungen navigieren möchten.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Brauchen Sie Hilfe oder haben Sie Fragen? Zögern Sie nicht, unser [Support-Team](https://incogniton.com/contact/) zu kontaktieren.
{% endhint %}


---

# 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://docs.incogniton.com/documentation/german-documentation-1/zusatzliche-funktionen/cas-ai-assistant.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.
