> For the complete documentation index, see [llms.txt](https://guide.openfoodnetwork.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.openfoodnetwork.org/deutsch/basic-features.md).

# Funktionen

Sie können diese Funktionen jederzeit durchsuchen, aber für diejenigen, die gerade erst anfangen, empfehlen wir unsere [Schnellstartanleitungen](/deutsch/quick-start-guides.md).

{% hint style="info" %}
Um die Erklärung einer bestimmten Funktion zu finden, die Sie benötigen, verwenden Sie bitte das Feld "Suchen" (oben rechts).
{% endhint %}

Im Folgenden werden die Funktionen des OFN in einer "doppelten Chronologie" erläutert, wobei die Reihenfolge der Abschnitte auf der Grundlage einer logischen Reihenfolge für die Einrichtung organisiert ist:

* [Anmeldung](/deutsch/basic-features/register-and-create-your-profile.md)
* [Einrichtung eines Unternehmensprofils](/deutsch/basic-features/enterprise-profile.md)
* [Produkte](/deutsch/basic-features/products-1.md)
* [Shop](/deutsch/basic-features/shopfront.md)
* [Bestellungen](/deutsch/basic-features/orders.md)
* [Abonnements](/deutsch/basic-features/subscriptions.md)
* [Berichte](/deutsch/basic-features/reports.md)
* [Dashboard](/deutsch/basic-features/dashboard.md)
* [Gruppen](/deutsch/basic-features/groups.md)

und die Inhalte werden von den Grundlagen bis hin zu den fortgeschrittenen Anwendungen vorgestellt.


---

# 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://guide.openfoodnetwork.org/deutsch/basic-features.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.
