# Supply Types

Just as Sales Types are used to capture sales demand and history, Supply Types are used to capture planned and actual supply - supply plans. A supply plan record contains an item, date and quantity, or an item at a location, date and quantity.

There are a minimum set of Supply Types required to be set up for each function to work. These supply types are:

| Function             | Supply Type      | Comments                                                                                                                                       |
| -------------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| Make Planning        | Make Plan - Main | This is the actual planned supply of vintage WIP items. When you enter 'Planned' quantities in Make Planning, this is where they will save to. |
| Crop Supply Planning | Crop Supply Plan | Planned supply of crop items                                                                                                                   |

To add your Supply Types go to the 'Supply Types' page and select 'Add' from the options (ellipses) menu.

<figure><img src="/files/XX3eaCqnSnYeknz7p4xV" alt=""><figcaption></figcaption></figure>

Enter a name and description (you can use the suggestions above or your own name) and select a category type from:

* items-only - for supply plans where location is not a parameter or not yet known (eg long-term plans)
* item-locations - for supply plans where the item-locations are a parameter

Hit 'Save', and the supply type will be created.

<figure><img src="/files/60ykuypixShOlZVOfUtN" alt=""><figcaption></figcaption></figure>


---

# 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://docs.claret.app/master-data/supply-types.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.
