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


---

# Agent Instructions: 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://formulapro.shadebridge.com/formula-pro/readme.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.
