> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/planning-sheets/concepts/forecasting/closing-forecast-period.md).

# Closing forecast period

Closing forecast period finalizes the forecast values for a completed period and prepares the forecast for the next planning period. When you close a period, you prevent further changes to the forecast values for that period and can extend the forecast horizon to include a new period. You can also close a forecast period after the actual values are available for that period.

Closing a forecast period helps maintain a continuous planning cycle as forecast periods become actual periods.

### How closing a forecast period works

1. Review the forecast values for the period you want to close.
2. Close the completed forecast period.
3. The closed period is no longer available for forecast updates.
4. Extend the forecast horizon to open a new period for planning.
5. Use reforecasting to input the newly opened period with values from an existing period, if needed.

### When to close a forecast period

Close a forecast period when:

* Actual value flows in for completed period.
* Finalize forecast values for a completed period.
* Prevent changes to a completed period.
* Extend the forecast horizon for continued planning.
* Start the next forecast period using the latest available values.
* Month-end closing process.

### Closing a forecast period and reforecasting

Closing a forecast period and reforecasting support a continuous forecasting process. After you close a completed period and extend the forecast horizon, you can use reforecasting to populate the newly opened period. You can copy values from an existing period and apply updated assumptions, such as growth.

### Key takeaway

Closing a forecast period finalizes a completed period and makes the next period available for forecasting. Combined with forecast extension and reforecasting, it helps you maintain a continuous forecast as actual periods become available.


---

# 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.fabricplan.com/planning-sheets/concepts/forecasting/closing-forecast-period.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.
