> For the complete documentation index, see [llms.txt](https://docs.nexcore.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexcore.de/documentation/einstellungen-and-verwaltung/developer.md).

# Developer

Der Bereich Developer richtet sich an technisch versierte Anwender:innen und Administrator:innen, die nexcore über Schnittstellen, Automatisierungen oder Integrationen mit anderen Systemen verbinden oder erweitern möchten.

Er bündelt alle technischen Werkzeuge und Protokolle, die für den Datenaustausch, das Debugging und die Systemintegration relevant sind.

Im Einzelnen stehen hier folgende Unterbereiche zur Verfügung:

<table><thead><tr><th width="180.23828125">Bereich</th><th>Beschreibung</th></tr></thead><tbody><tr><td><strong>API</strong></td><td>Zugriff auf die REST-API von nexcore inkl. Authentifizierung und Dokumentation der verfügbaren Endpunkte.</td></tr><tr><td><strong>Logs</strong></td><td>Übersicht und Analyse von API-Aufrufen, um Abläufe und Fehler besser nachvollziehen zu können.</td></tr><tr><td><strong>Webhooks</strong></td><td>Verwaltung von Webhooks, mit denen externe Systeme über Ereignisse in nexcore automatisch informiert werden.</td></tr><tr><td><strong>Ereignisse</strong></td><td>Listet alle im System erfassten Events auf – nützlich für die Entwicklung, Integration und Fehleranalyse.</td></tr><tr><td><strong>Custom Attributes</strong></td><td>Möglichkeit zur Definition individueller Felder auf bestimmten Entities, um das Datenmodell flexibel zu erweitern.</td></tr></tbody></table>

{% hint style="danger" %}
Änderungen und Konfigurationen im Bereich „Developer“ sollten nur von technisch erfahrenen Anwender:innen vorgenommen werden, da sie direkten Einfluss auf die Systemarchitektur und den Datenaustausch mit anderen Anwendungen haben können.
{% 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.nexcore.de/documentation/einstellungen-and-verwaltung/developer.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.
