> 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.md).

# Production

- [Bakers Mode](https://help.supplyd.co/supplyd-erp/production/bakers-mode.md): Baker’s Mode in Supply’d simplifies recipe scaling by automatically converting ingredients into baker’s percentages, making it easier to maintain consistent formulas and adjust batch sizes accurately.
- [Creating a Breakdown Product](https://help.supplyd.co/supplyd-erp/production/creating-a-breakdown-product.md): The Breakdown feature helps you accurately track and manage products that are split into multiple outputs, improving inventory control, reducing waste, and simplifying production.
- [Creating a Production Product](https://help.supplyd.co/supplyd-erp/production/creating-a-production-product.md): Creating a production product in Supply’d streamlines manufacturing, tracks materials, and improves planning, cost control, and order fulfillment.
- [Creating & Performing a Production Run](https://help.supplyd.co/supplyd-erp/production/creating-and-performing-a-production-run.md): Using Supply'd for production runs streamlines manufacturing, tracks progress, and ensures efficient resource use, while maintaining accurate inventory and reducing waste.
- [Guided Weigh-Up (with Wedderburn)](https://help.supplyd.co/supplyd-erp/production/guided-weigh-up-with-wedderburn.md): Guided Weigh-Up improves accuracy, reduces weighing errors and manual data entry, speeds up production, and helps ensure consistent recipe outcomes across all production runs.
- [Scale-Based Breakdown (with Wedderburn)](https://help.supplyd.co/supplyd-erp/production/scale-based-breakdown-with-wedderburn.md): Scale-Based Breakdown improves accuracy, reduces manual data entry, speeds up breakdown processing, and helps ensure consistent and reliable stock records.
- [Smart Production Plan](https://help.supplyd.co/supplyd-erp/production/smart-production-plan.md): Using Smart Production Plan in Supply’d helps you save time, reduce waste, and ensure you produce exactly what’s needed based on real-time orders and stock levels.
- [Production Flow](https://help.supplyd.co/supplyd-erp/production/production-flow.md): Supply’d’s production flow makes it easy to manage everything from raw ingredients to finished products, so you can keep things moving smoothly and stay on top of every step.
- [Copy of Production Flow](https://help.supplyd.co/supplyd-erp/production/copy-of-production-flow.md): Supply’d’s production flow makes it easy to manage everything from raw ingredients to finished products, so you can keep things moving smoothly and stay on top of every step.
- [Copy of Copy of Production Flow](https://help.supplyd.co/supplyd-erp/production/copy-of-copy-of-production-flow.md): Supply’d’s production flow makes it easy to manage everything from raw ingredients to finished products, so you can keep things moving smoothly and stay on top of every step.


---

# 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.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.
