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

# Grundlagen

Netzwerkgutscheine sind Stadtgutscheine, die innerhalb eines lokalen Netzwerks bei mehreren teilnehmenden Unternehmen eingelöst werden können. Sie fördern den regionalen Handel und sorgen dafür, dass Kaufkraft in der Stadt / Region bleibt.

### **Wie funktionieren Netzwerkgutscheine?**

* Kunden kaufen einen Netzwerkgutschein online oder an einer Verkaufsstelle.
* Der Gutschein kann bei allen teilnehmenden Akzeptanzstellen eingelöst werden.
* Als Akzeptanzstelle akzeptiert Ihr den Gutschein als Zahlungsmittel und bekommt den Betrag nach Einlösung automatisch gutgeschrieben.

### **Vorteile für Euch als Akzeptanzstelle**

✅ **Neue Kunden gewinnen** – Netzwerkgutscheine locken Kunden in Euer Geschäft, die Euch vielleicht noch nicht kannten.\
✅ **Zusätzlicher Umsatz** – Gutscheinkunden geben oft mehr aus als den Gutscheinwert.\
✅ **Kein Risiko** – Ihr erhaltet den eingelösten Betrag sicher ausgezahlt.\
✅ **Kostenlose Werbung** – Euer Geschäft wird als Akzeptanzstelle in Marketingmaßnahmen des Netzwerks mitbeworben.

Netzwerkgutscheine sind eine einfache Möglichkeit, ohne eigenen Aufwand am lokalen Gutscheinmarkt teilzunehmen und neue Kunden zu gewinnen. 🚀

***

{% hint style="warning" %}
**Hinweis:** Mit der Anmeldung erhaltet Ihr automatisch einen [zmyle Store-Account](/storegutscheine/grundlagen.md) und erscheint auf [zmyle.de](https:///www.zmyle.de). Falls Ihr keinen eigenen Gutscheinverkauf anbieten möchtet, könnt Ihr diese Funktion im Stores-Backoffice deaktivieren.
{% 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://stores-docs.zmyle.de/netzwerkgutscheine/grundlagen.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.
