> For the complete documentation index, see [llms.txt](https://docs.chatcaptain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatcaptain.com/bot-verwalten/app-marktplatz/app-erstellung-und-struktur/einstellungen.md).

# Einstellungen

In den Einstellungen ist es möglich grundlegenden Änderungen an der App vorzunehmen.

<figure><img src="/files/iyVv4k0fA7KPpoykObFD" alt=""><figcaption><p>App-Einstellungen</p></figcaption></figure>

## Name

Der Name der App kann vollständig angepasst werden.

## Event-Emitter

Der Event-Emitter sendet ausgelöste Events der App an den von dir angegebenen Endpunkt. Dadurch erhältst du beispielsweise Informationen wenn die App installiert wird. Jede Anfrage enthält die dazugehörige Chatbot-Id und App-Id in den Query Parametern. Für das Empfangen der Anfragen muss die URL des Endpunktes angegeben werden.

## App löschen

Die App kann komplett gelöscht wird. Hierbei gehen alle Daten verloren und die App wird vom Marktplatz entfernt. Sie ist dann auch für andere Nutzer nicht mehr nutzbar.&#x20;


---

# 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:

```
GET https://docs.chatcaptain.com/bot-verwalten/app-marktplatz/app-erstellung-und-struktur/einstellungen.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.
