> For the complete documentation index, see [llms.txt](https://docs.north.cloud/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.north.cloud/docs/features/visibility/forecast-costs.md).

# Forecast costs

Use **Forecast** to project future cloud spend using a machine learning model trained on your selected data.

#### To forecast cost data

1. Navigate to the Visibility tab in app.north.cloud
2. Click Forecast in the top-left navigation

<figure><img src="/files/fBEIToAXbn3N1ymlkK6G" alt=""><figcaption></figcaption></figure>

#### Configure forecast parameters

1. Click Filter & Forecast in the top-right corner
2. Configure the forecast settings:
   1. Granularity: Group costs by day, week, or month
   2. Lookback: Amount of historical data the model trains on, up to 14 months
   3. Projection: Number of future days to forecast, up to 90 days
3. Apply any filters you want the forecast to be based on, including linked account, service, region, usage type, instance type, record type, and purchase type

These filters define the exact dataset the model uses for training and projection.

#### Run and review the forecast

1. Click Filter and Forecast in the lower-right corner
2. Review the forecast results, including:
   1. A graph of projected spend
   2. Total actual spend
   3. Total forecasted spend
3. Toggle between linear and logarithmic views to better understand different cost patterns

<figure><img src="/files/LU50X1iOZmEkS05H7XDp" alt=""><figcaption></figcaption></figure>

Scroll down to view the data in chart and table formats. To analyze further or share results, use the Export option in the top-right corner of the chart.

### To sync filters across Explore, Compare, and Forecast

Use shared filters to keep the same filter context across Explore, Compare, and Forecast as you move between views in the Visibility tab.

1. In the Visibility tab, open Explore, Compare, or Forecast
2. Click the Filters control in the top-right corner
3. Toggle Sync on
4. Apply your filters as usual, then switch between tabs to keep the same filter setup

<figure><img src="/files/APvckFetIj8G9M9UK6p9" alt=""><figcaption></figcaption></figure>

To stop sharing filters, open the Filters control again and toggle Sync off.<br>


---

# 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.north.cloud/docs/features/visibility/forecast-costs.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.
