> For the complete documentation index, see [llms.txt](https://help.supplyd.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.supplyd.co/supplyd-erp/production/production-flow.md).

# Production Flow

#### Welcome to Supply'd Production!

Supply’d is your digital sidekick - helping you transform ingredients and labour into finished products, minus the headaches.&#x20;

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

### The Essentials You Need First

Before you dive in, make sure your foundation is solid:

* **Products:** Set them up right - [How-to guide](https://help.supplyd.co/products).
* **Inventory:** Keep it accurate - [How-to guide](https://help.supplyd.co/inventory/managing-inventory).
* **Production Settings:** Configure Product Type (“PRODUCTION”), Stages, and Items.

&#x20;

A little effort here saves a lot of pain later!

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

### Recipes & Stages: Map Your Magic

&#x20;Break your process into clear, manageable steps:

* **Simple Recipes:** Think “cookie production” - one step after another.\
  \ <br>

  <figure><img src="/files/9iiIyRyi7SnUoJ5FzVox" alt=""><figcaption></figcaption></figure>

* **Complex Recipes:** Got parallel tasks? Structure your stages to show hand-offs and teamwork.\
  \
  \ <br>

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

{% hint style="success" %}
**Pro tip:** Smaller, logical stages = better control - [Set up Production Stages & Items](https://help.supplyd.co/production/creating-a-production-product).
{% endhint %}

### Sub-Recipes: Your Secret Weapon

&#x20;Got components used in multiple products or made in big batches? Create sub-recipes!

* Track inventory precisely
* Reduce waste with efficient batches
* Simplify your main recipes

&#x20;Example: Make “Red Sauce” as a sub-recipe for both Lasagna and Spaghetti Bolognese.

<figure><img src="/files/9Wl1necwGr2uvmmDfTZp" alt=""><figcaption></figcaption></figure>

The way you create a Production Sub-Recipe on Supply'd is identical to how you create a Production Product. You will simply use it as one of the Production Items for Production Product - [Creating a Production Product](/supplyd-erp/production/creating-a-production-product.md).

### Production Runs: Where the Magic Happens

Once you’re set up, it’s go time! A Production Run is your command to make a batch - Supply’d handles the details.

* Tracks ingredient use
* Logs labour
* Records output

&#x20;

&#x20;

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

{% hint style="success" %}
**Pro tip:** Assign batches and track labour at every stage for accurate costs and margins - [How to run production](https://help.supplyd.co/production/creating-and-performing-a-production-run)
{% endhint %}

### Why It’s Awesome

&#x20;With Supply’d Production, you get:

* Consistency and control
* True product costing (labour included!)
* Confident scheduling
* Less waste, more efficiency

&#x20;

Ready to make production a breeze? Let’s get started!


---

# 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://help.supplyd.co/supplyd-erp/production/production-flow.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.
