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

# Products

Products are at the core of everything you do in Flow Retail – from sales and inventory to reports and campaigns. Taking time to set up your product data properly makes daily work smoother and reporting more useful.

***

### Before you add products

A few things need to be in place first:

<table><thead><tr><th width="157.3203125">What</th><th width="157.3046875">Required?</th><th>Why</th></tr></thead><tbody><tr><td>Product Groups</td><td>Yes</td><td>Required for every product. Used for reporting and campaigns</td></tr><tr><td>Brands</td><td>Yes</td><td>Required for every product. Track performance by manufacturer</td></tr><tr><td>Properties</td><td>Only for variants</td><td>Defines options like size and color for configurable products</td></tr><tr><td>VAT codes</td><td>For import</td><td>Required when importing products. Set up by Flow Retail – contact support if you're missing any</td></tr></tbody></table>

If you're not sure where to start, head to Catalog setup for a checklist.

***

### How do I add products?

<table><thead><tr><th width="199.734375">Method</th><th>Best for</th></tr></thead><tbody><tr><td>Manual entry</td><td>Single products or small batches</td></tr><tr><td>Spreadsheet import</td><td>Bulk additions, and families of similar products</td></tr><tr><td>API integration</td><td>Ongoing sync with ERP/PIM</td></tr></tbody></table>

For a range of the same item in different sizes or colours, set it up as a configurable product with variants rather than as separate products.

When adding products you can also include images and linked products such as accessories or insurance.

Need to look up a specific field? See Product fields reference.

***

### Shortcuts in the Client

Use Categories to add quick-access buttons in the Client for products your staff use often – like bags, gift cards, or popular product groups.


---

# 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://docs.flowretail.com/docs/day-to-day-operations/products.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.
