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

# Production

- [Production Management](https://manual.unosofbooks.com/production/production-management.md)
- [Manage Products](https://manual.unosofbooks.com/production/production-management/product-management.md): Go to Production > Production management > Manage manage products. This is one of the most important modules to manage well in UNOSOF. It is very dynamic and can be called "complex".
- [Create SKU's GYP](https://manual.unosofbooks.com/production/production-management/product-management/create-skus-gyp.md): In this page we can see how to create SKU's for gyp
- [Manage Product Api Mappings](https://manual.unosofbooks.com/production/production-management/product-management/manage-product-api-mappings.md): This option helps to assign internal IDs of products(SKUs, Varieties) from other systems in UNOSOF.
- [Production Data](https://manual.unosofbooks.com/production/production-data.md)
- [Double Life Cycle Bunches](https://manual.unosofbooks.com/production/production-data/two-cicle.md)
- [Product Inventory Life](https://manual.unosofbooks.com/production/production-data/productinventorylife.md): In this module its possible to manage the rotation days allowed in inventory per SKU.
- [Daily Input Page](https://manual.unosofbooks.com/production/production-data/daily-input-page.md): Here we register all the un-classified flowers. Meaning, any stem that is not being registed as "Flor National" or "Exportable", needs to get registered in this module.


---

# 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://manual.unosofbooks.com/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.
