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

# Sites

The Sites page lets you manage the physical or logical locations used across Flowlity. Each site has its own products, suppliers, and planning parameters.

### Site list

The main screen shows all sites in a table. Use the search bar to find a site by name.

### Editing a site

Click a site to open its configuration panel. The following fields are available:

* **Name** — Display name of the site.
* **Address** — Physical address (street, city, postal code, country).
* **Currency** — The currency used for cost and value calculations at this site.
* **Demand distribution** — How demand is distributed across periods (e.g. evenly, front-loaded).

#### Site closures

Declare periods when the site is closed. During a closure the site cannot receive or ship goods, and planning calculations account for the gap. You can also manage closures from the dedicated [Site closures](/settings/site-closures.md) page.

#### Dashboard properties

Configure which KPIs and metrics are displayed on the Dashboard for this site.

#### Stock properties

Define stock-related parameters such as stock valuation method and default units. The secondary unit dropdown supports both Purchase and Sales currency options, letting you display values in a second unit of measure alongside the primary unit.


---

# 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.flowlity.com/settings/sites.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.
