> For the complete documentation index, see [llms.txt](https://help.modelreef.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.modelreef.io/syntax/timing-syntax/timing-preview.md).

# Timing Preview

This article explains the **Timing preview** shown in the Timing modal.

You will learn:

* What the preview represents.
* How to interpret accrual and cash curves.
* How to use the preview to debug timing issues.

The preview is a quick visual check on timing before you look at full statements.

{% stepper %}
{% step %}

### What the Timing preview shows

The Timing preview typically displays:

* A curve or bars for **accrual values** over time.
* A curve or bars for **cash values** over time when delays or payment terms apply.
* Sometimes a visual indication of working capital build up and release.

It gives a compact view of how timing settings translate into patterns.
{% endstep %}

{% step %}

### When the preview updates

The preview updates automatically when you change:

* Start or end dates.
* Frequency or schedule settings.
* Payment terms and delay fields.
* Seasonality inputs.

If timing settings are incomplete or invalid, the preview may be disabled until you correct them.
{% endstep %}

{% step %}

### Reading the preview

Use the preview to check that:

* Accrual starts and stops in the right periods.
* Cash lags accrual by the expected amount.
* Seasonal peaks and troughs appear in the correct places.
* There are no surprise gaps or spikes.

If the preview shape does not match your expectations, revisit the relevant timing fields.
{% endstep %}

{% step %}

### From preview to full statements

After confirming the preview looks sensible:

* Save the timing settings.
* Check P\&L, Balance Sheet, Cashflow and Cash Waterfall to see the full impact.
* Pay particular attention to working capital and net cash movement for timing heavy variables.

The preview is a fast filter, not a substitute for full statement review.
{% endstep %}

{% step %}

### Troubleshooting with the preview

When timing issues arise, for example odd cash or working capital patterns:

* Open the variable's Timing modal.
* Inspect the preview to see if accrual and cash shapes look wrong.
* Adjust delays, frequency or seasonality and watch the preview change.
* Iterate until the pattern looks correct, then confirm in statements.

This loop is much faster than guessing from statements alone.
{% endstep %}
{% endstepper %}

## Related articles

* [Formula Output Preview](/syntax/formula-syntax/formula-output-preview.md)
* [Timing Modal](/syntax/understanding-the-interface/timing-modal.md)
* [Consolidation Logic](/help/building-your-model/consolidation-logic.md)
* [Dashboards & Reporting](/how-tos/dashboards-and-reporting.md)


---

# 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://help.modelreef.io/syntax/timing-syntax/timing-preview.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.
