# App-Erstellung und Struktur

## Allgemeine Informationen zur Dokumentation

Um eine App zu erstellen, ist die Konfiguration eines JSON-Dokuments für alle Komponenten erforderlich. Die gesamte Dokumentation basiert auf der "[Chuck Norrs Jokes Api](https://api.chucknorris.io/)". Diese stellt echte Endpunkte bereit, die alle erreichbar sind, sofern sie nicht als "Dummy" gekennzeichnet sind.

Folgend eine kurze Übersicht über die Bestandteile einer App und die einzelnen Schritten einer App-Erstellung:

## Basisdaten

Dies umfasst Werte und Einstellungen, die in jedem Modul wiederverwendet werden können, wie beispielsweise die Basis-URL.

## Verbindungen

Hierbei handelt es sich um die Authentifizierung/Autorisierung eines Endpunktes, in der Regel durch Verwendung eines API-Keys.

## Module

Diese beinhalten Aktionen/Anfragen an Endpunkte, die aus dem Flow heraus ausgeführt werden können.

## DataCards

Dies sind Elemente im Posteingang, die in jeder Konversation auf der rechten Seite bei den Konversationsinformationen angezeigt werden.


---

# Agent Instructions: 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.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.
