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

# Integrations

- [Overview](https://docs.claret.app/integrations/overview.md): Automate the maintenance of your master and transactional data with Claret's powerful data integrations.
- [Data Interface Requirements](https://docs.claret.app/integrations/data-interface-requirements.md): Below are some of the core data interfaces that are needed to drive Claret
- [Inbound File Feed](https://docs.claret.app/integrations/inbound-file-feed.md): The ERP-to-Claret file feed: a set of CSV files delivered on a regular cadence to keep Claret's master and transactional data in sync with your source systems.
- [Locations](https://docs.claret.app/integrations/inbound-file-feed/locations.md): Master data file describing the location hierarchy: Locations → Location Areas → Bins (vessels and tanks). One row per entity, with the hierarchy expressed via a parent\_name reference.
- [Finished Good Items](https://docs.claret.app/integrations/inbound-file-feed/finished-good-items.md): Master data file delivering Claret's finished-goods item hierarchy in a single flat file, with every level flattened across columns on each row.
- [Bulk Wine Items](https://docs.claret.app/integrations/inbound-file-feed/bulk-wine-items.md): Master data file delivering bulk wine (WIP) items as Parent WIP / Child WIP pairs, with the hierarchy flattened across columns on each row.
- [Crops](https://docs.claret.app/integrations/inbound-file-feed/crops.md): Master data file delivering crop master records (varietal groups and crops) used as recipe ingredients for bulk wine.
- [Recipes](https://docs.claret.app/integrations/inbound-file-feed/recipes.md): Master data file mapping each finished good or bulk wine item to its ingredient components. One row per ingredient; a blend produces multiple rows sharing the same fg\_item\_name.
- [Inventory](https://docs.claret.app/integrations/inbound-file-feed/inventory.md): Transactional file delivering an on-hand inventory snapshot for both bulk wine WIP and finished goods. Both flow through the same file format.
- [Bottling Schedule](https://docs.claret.app/integrations/inbound-file-feed/bottling-schedule.md): Transactional file delivering forward-looking planned bottling runs. One row per planned run at the item × location × date × quantity grain.
- [Work Plans](https://docs.claret.app/integrations/inbound-file-feed/work-plans.md): Transactional file delivering work orders and cellar tasks from the ERP system. Populates Claret's Work Planning 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:

```
GET https://docs.claret.app/integrations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
