> 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/documentation/plan/intelligence-sheets/how-tos.md).

# How-tos

- [Get started with Intelligence sheets](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/get-started-with-intelligence-sheets.md)
- [Get started with reporting](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/get-started-with-reporting.md)
- [Apply conditional formatting](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-conditional-formatting.md)
- [Showcase data points in charts](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-conditional-formatting/showcase-data-points-in-charts.md)
- [Highlight tabular data with conditional formatting](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-conditional-formatting/highlight-tabular-data-with-conditional-formatting.md)
- [Create rules](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-conditional-formatting/create-rules.md)
- [Build financial reports](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/build-financial-reports.md)
- [Collaborate on reports with comments](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/collaborate-on-reports-with-comments.md)
- [Pagination and formatting for reports](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/pagination-and-formatting-for-reports.md)
- [Export high-quality PDF & Excel reports](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/export-high-quality-pdf-and-excel-reports.md)
- [Visualize simulations, budgets, and forecasts](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/visualize-simulations-budgets-and-forecasts.md)
- [Monitor project progress with Gantt charts](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/plan-projects-with-gantt-charts.md)
- [Retain report data with Writeback](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/retain-report-data-with-writeback.md)
- [Build multi-measure charts](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/build-multi-measure-charts.md)
- [Use themes for consistent color schemes](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/use-themes-for-consistent-color-schemes.md)
- [Ranking data](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/ranking-data.md)
- [Sorting data](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/sorting-data.md)
- [Filter data](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/filter-data.md)
- [Add date filters](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/filter-data/add-date-filters.md)
- [Create a filter panel](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/filter-data/create-a-filter-panel.md)
- [Add a treemap filter](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/filter-data/add-a-treemap-filter.md)
- [Add a hierarchy filter](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/filter-data/add-a-hierarchy-filter.md)
- [Build a dashboard](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/build-a-dashboard.md)
- [Apply IBCS formats](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats.md)
- [Column and bar charts](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/column-and-bar-charts.md)
- [Waterfall charts](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/waterfall-charts.md)
- [Area and line charts](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/area-and-line-charts.md)
- [Scatter and bubble charts](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/scatter-and-bubble-charts.md)
- [Small multiples](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/small-multiples.md)
- [Table templates](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/apply-ibcs-formats/table-templates.md)
- [Visualization library](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/visualization-library.md)
- [Sankey chart](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/visualization-library/sankey-chart.md)
- [Boxplot](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/visualization-library/boxplot.md)
- [Multi axis chart](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/visualization-library/multi-axis-chart.md)
- [Slope graph](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/visualization-library/slope-graph.md)
- [Network graph](https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos/visualization-library/network-graph.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, and the optional `goal` query parameter:

```
GET https://docs.fabricplan.com/documentation/plan/intelligence-sheets/how-tos.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.
