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

# Getting Started

- [Materials](https://help.inventora.com/getting-started/materials.md): Materials are supplies that you create products with.
- [Deduct Materials for Testing](https://help.inventora.com/getting-started/materials/deduct-materials-for-testing.md): In addition to adding the materials used to make your products, you can also deduct materials used for testing with the following options.
- [Products](https://help.inventora.com/getting-started/products.md): Products are items that are created from materials. These products also sync with your connected shop.
- [Product Types](https://help.inventora.com/getting-started/products/product-types.md): Create products made in batches, made one at a time and product variants.
- [Reusable Formulas](https://help.inventora.com/getting-started/products/reusable-formulas.md)
- [Set up a Product Bundle](https://help.inventora.com/getting-started/products/set-up-a-product-bundle.md)
- [Product Syncing](https://help.inventora.com/getting-started/products/product-syncing.md): How to sync one product to your eCommerce shop.
- [Production](https://help.inventora.com/getting-started/production.md): What is essentially a Trello board inside Inventora, Production helps you plan and manufacture what products need to be made.
- [Sales](https://help.inventora.com/getting-started/sales.md): Track your sales by channel preventing overselling and ensuring inventory accuracy.
- [Importing Sales from CSV](https://help.inventora.com/getting-started/sales/importing-sales-from-csv.md)
- [Supply Orders](https://help.inventora.com/getting-started/supply-orders.md): Track your supply orders, send purchase orders, and manage lead times.
- [Importing Supply Orders from CSV](https://help.inventora.com/getting-started/supply-orders/importing-supply-orders-from-csv.md)
- [Categories](https://help.inventora.com/getting-started/categories.md): Categorizing your materials and products helps you manage and organize your items effectively.


---

# 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.inventora.com/getting-started.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.
