# Making a producer profile searchable by product category

When customers come to the Open Food Network they are able to search for producers by name or location. They are also able to filter the producer profiles according to what kinds of products the producers stock (see below).&#x20;

![](/files/-Lm4BMWW7Fc4L0TsDQUd)

Producers with online shops on the OFN have products in the system, which get picked up by the search filter tool. However, producers who don’t have an OFN shop (just a profile) won’t be searchable in this way unless they add some fake products into the system. By adding a dummy product for each product category that you want to be searchable under, you’ll show up when customers search for your products.

Here’s how to do this…

Click **Products** on the main horizontal menu, and then click **+ New Product** to add your dummy products.

![](/files/Z9X5YNHrZURld2sLKWDM)

Because you don’t have an OFN shopfront, this product won’t be visible anywhere. Therefore you can call it whatever you like, and set the price and units to anything. The important thing is that you select the correct **Product Category** that you wish to be found under. Below is an example of a dummy meat product. This producer’s profile will now show if a customer searches for producers of meat.

![](/files/3YZ5vDTVURP42MIWX2a6)

Their summary profile will also indicate that they sell meat products (below).

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


---

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