> For the complete documentation index, see [llms.txt](https://kennisbank.ettekoven-it.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kennisbank.ettekoven-it.nl/woocommerce/categorie-aanmaken.md).

# Categorie aanmaken

{% hint style="info" %}
Categorieën worden gebruikt om producten te categoriseren op de winkel pagina of om specifieke kortingscodes aan te maken per categorie.
{% endhint %}

1. Ga naar het admin dashboard van je website, in de meeste gevallen is dat \<domeinnaam.nl>/admin, /seclog of /wp-admin

2. Zoek in de linkerzijbalk naar Producten -> Categorieën

   <div align="left"><figure><img src="/files/6qaCQxqRQkneLwcYWutV" alt=""><figcaption></figcaption></figure></div>

3. Vul hier alle gegevens in die je wilt gebruiken voor je nieuwe categorie

   <div align="left"><figure><img src="/files/XNJKg5JRzw6NBMAw09oD" alt=""><figcaption></figcaption></figure></div>

Bij de naam voeg je de naam in van de nieuwe categorie bijvoorbeeld de categorie Hoesjes Bij de slug hoef je niets in te vullen, deze zal worden gegenereerd op basis van de naam Als hoofdcategorie hoef je enkel iets invullen als je een subcategorie wilt aanmaken, bijvoorbeeld de subcategorie Telefoonhoesjes in de hoofdcategorie hosjes Als beschrijving kun je een paar zinnen neer zetten over jouw categorie, tenzij je thema dit ondersteunt en anders kun je het overslaan Weergavetype hoeft niets te gebeuren Thumbnail is de afbeelding die op de website zal worden getoond, die kan je gemakkelijk uploaden door op de knop ‘Afbeelding uploaden’ te drukken.<br>


---

# 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://kennisbank.ettekoven-it.nl/woocommerce/categorie-aanmaken.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.
