> 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/enterprise-profile/making-a-producer-profile-searchable-by-product-category.md).

# Ein Herstellerprofil nach Produktkategorie durchsuchbar machen

Wenn Kunden das Open Food Network besuchen, können sie nach dem Namen oder dem Ort des Erzeugers suchen. Sie können die Erzeugerprofile auch danach filtern, welche Arten von Produkten die Erzeuger anbieten (siehe unten).

![](/files/-Lm4BMWW7Fc4L0TsDQUd)

Hersteller mit Online-Shops im OFN haben Produkte im System, die von dem Suchfilter-Tool erfasst werden. Produzenten, die keinen Shop im OFN haben (nur ein Profil), werden auf diese Weise jedoch nicht gefunden, es sei denn, sie fügen dem System einige Scheinprodukte hinzu. Indem Sie für jede Produktkategorie, unter der Sie suchbar sein wollen, ein Dummy-Produkt hinzufügen, werden Sie angezeigt, wenn Kunden nach Ihren Produkten suchen.

Und so geht's...

Klicken Sie im horizontalen blauen Menü auf **Produkte**, und klicken Sie dann auf **+ Neues Produkt**, um Ihre Dummy-Produkte hinzuzufügen.

![](/files/-MHVSbAmpZ7wqO2rFlU_)

Da Sie kein OFN-Schaufenster haben, wird dieses Produkt nirgendwo sichtbar sein. Daher können Sie es nennen, wie Sie wollen, und den Preis und die Einheiten beliebig festlegen. Wichtig ist nur, dass Sie die richtige **Produktkategorie** auswählen, unter der Sie gefunden werden wollen. Unten sehen Sie ein Beispiel für ein Dummy-Fleischprodukt. Das Profil dieses Herstellers wird nun angezeigt, wenn ein Kunde nach Fleischherstellern sucht.

![](/files/-Lm4BkoNGNLJkMwrQB2E)

In ihrem Profil wird auch angegeben, dass sie Fleischprodukte verkaufen (siehe unten).

![](/files/-Lm4C2n-rufdLZbEVvDG)


---

# 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://guide.openfoodnetwork.org/deutsch/basic-features/enterprise-profile/making-a-producer-profile-searchable-by-product-category.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.
