> 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/site-closures.md).

# Site closures

The Site closures page gives you a centralized view of all closure periods across your sites. During a closure, the site cannot receive or ship goods, and Flowlity's planning engine automatically shifts orders around the gap.

### Closure list

The main table lists all closures with their **description**, **site**, **start date**, and **end date**. Use the search bar and filters to narrow the list.

### Creating or editing a closure

Click **Create** to add a new closure, or click an existing one to edit it:

* **Description** — A short label for the closure (e.g. "Summer shutdown", "Public holiday").
* **Site** — The site affected by the closure.
* **Start date / End date** — The period during which the site is closed.

{% hint style="info" %}
You can also manage closures directly from a site's configuration panel on the [Sites](/settings/sites.md) page.
{% endhint %}


---

# 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/site-closures.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.
