> For the complete documentation index, see [llms.txt](https://formulapro.shadebridge.com/formula-pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://formulapro.shadebridge.com/formula-pro/readme.md).

# Welcome

**Formula Pro** is an advanced app for the monday.com platform that enhances the native formula column, mirror column, and subitems with advanced calculations and automation.

## What's in this documentation

* **Getting Started** — Installation, quick start, and formula basics
* **Function Reference** — 40+ custom functions and 399 Excel-compatible functions, with examples and results
* **Automation Recipes** — 80+ recipes for column triggers, mirror columns, subitems, and scheduled runs
* **Recipe Examples** — Real-world formulas with explanations
* **Appendix** — Column syntax, supported types, common errors, FAQ, and troubleshooting

## Quick links

* [Quick Start](/formula-pro/getting-started/quickstart.md)
* [Formula Pro Custom Functions](/formula-pro/formula-pro-custom-functions/custom-functions-overview.md)
* [Excel Functions](/formula-pro/excel-compatible-functions/excel-functions.md)
* [Automation Recipes](/formula-pro/automation/automation-recipes.md)
* [Recipe Examples](/formula-pro/automation/recipe-examples.md)
* [Pricing Plans](/formula-pro/appendix/pricing.md)
* [Errors and Troubleshooting](/formula-pro/appendix/errors-and-troubleshooting.md)
* [FAQ](/formula-pro/appendix/faq.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://formulapro.shadebridge.com/formula-pro/readme.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.
