> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-de/mit-ki-erstellen.md).

# Mit KI erstellen

- [Übersicht](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-de/mit-ki-erstellen/overview.md): Verbinden Sie Ihren KI-Assistenten mit dem Avonni-MCP-Server und installieren Sie die Avonni Skills, um Avonni-Komponenten auf Ihren Experience-Site-Seiten anhand von Eingabeaufforderungen in natürlicher Sprache zu erstellen und zu aktualisieren.
- [Einrichtung](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-de/mit-ki-erstellen/setup.md): Installieren Sie die Avonni Skills und verbinden Sie den Avonni-MCP-Server mit Ihrem KI-Assistenten.
- [Den KI-Assistenten verwenden](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-de/mit-ki-erstellen/using-the-ai-assistant.md): Beschreiben Sie in natürlicher Sprache, was Sie möchten, und die passende Skill wird aktiviert und ruft über den MCP-Server präzises Komponentenwissen ab.
- [Prompt-Bibliothek](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-de/mit-ki-erstellen/prompt-library.md): Kopieren-und-einfügen-Prompts zum Erstellen von Experience-Site-Seiten mit Avonni-Komponenten, nach Ziel geordnet.
- [Einschränkungen & FAQ](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-de/mit-ki-erstellen/limitations-and-faq.md): Was der Avonni-MCP-Server und die Skills nicht abdecken, sowie Lösungen für häufige Einrichtungsprobleme.
- [Für KI-Agenten](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-de/mit-ki-erstellen/for-ai-agents.md): Alles auf dieser Website ist maschinenlesbar: Markdown-URLs, ein vollständiger Index, ein Frage-Antwort-Endpunkt und der Avonni-MCP-Server.


---

# 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.avonnicomponents.com/experience-cloud/experience-cloud-de/mit-ki-erstellen.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.
