> 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/advanced-features.md).

# Advanced features

- [Subsidy](https://docs.flowretail.com/docs/advanced-features/subsidy.md): Let a supplier carry part of a product's cost for a period, without touching what the customer pays.
- [Inter-store trade](https://docs.flowretail.com/docs/advanced-features/inter-store-trade.md): The Inter-store trade extension is perfect for professional retailers with multiple stores and one (or even multiple) central warehouse(s).
- [Set up inter-store trade](https://docs.flowretail.com/docs/advanced-features/inter-store-trade/set-up-inter-store-trade.md): Switch on inter-store trade and create the supplier and customer records that let your stores trade with each other.
- [Buy from another store](https://docs.flowretail.com/docs/advanced-features/inter-store-trade/buy-from-another-store.md): Order stock from your central warehouse, or take goods off another shop's incoming delivery for a waiting customer.
- [Sell to another store](https://docs.flowretail.com/docs/advanced-features/inter-store-trade/sell-to-another-store.md): Fill the orders your shops raise, or push allocations out to them, from a central warehouse or any other store.
- [What inter-store trade does to your figures](https://docs.flowretail.com/docs/advanced-features/inter-store-trade/what-inter-store-trade-does-to-your-figures.md): What moving goods between your own stores does to cost prices, stock value, VAT and your reports — and what it deliberately leaves to you.


---

# 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/advanced-features.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.
