# Formula PRO for monday.com

## Formula Pro for monday.com

- [Welcome](https://formulapro.shadebridge.com/formula-pro/readme.md)
- [Introduction](https://formulapro.shadebridge.com/formula-pro/getting-started/introduction.md)
- [Quick Start](https://formulapro.shadebridge.com/formula-pro/getting-started/quickstart.md)
- [Authenticating and Re-authenticating Formula Pro](https://formulapro.shadebridge.com/formula-pro/getting-started/authenticating-and-re-authenticating-formula-pro.md)
- [Formula Basics](https://formulapro.shadebridge.com/formula-pro/getting-started/formula-basics.md)
- [Overview](https://formulapro.shadebridge.com/formula-pro/formula-pro-custom-functions/custom-functions-overview.md)
- [Date & Time Functions](https://formulapro.shadebridge.com/formula-pro/formula-pro-custom-functions/date-time.md)
- [Timeline Functions](https://formulapro.shadebridge.com/formula-pro/formula-pro-custom-functions/timeline.md)
- [Text Functions](https://formulapro.shadebridge.com/formula-pro/formula-pro-custom-functions/text.md)
- [Math & Arithmetic](https://formulapro.shadebridge.com/formula-pro/formula-pro-custom-functions/math.md)
- [Value Checking](https://formulapro.shadebridge.com/formula-pro/formula-pro-custom-functions/value-checking.md)
- [Mirror Column Functions](https://formulapro.shadebridge.com/formula-pro/formula-pro-custom-functions/mirror.md)
- [Control Flow](https://formulapro.shadebridge.com/formula-pro/formula-pro-custom-functions/control-flow.md)
- [Excel Functions Reference](https://formulapro.shadebridge.com/formula-pro/excel-compatible-functions/excel-functions.md)
- [Automation Recipes Reference](https://formulapro.shadebridge.com/formula-pro/automation/automation-recipes.md)
- [Recipe Examples](https://formulapro.shadebridge.com/formula-pro/automation/recipe-examples.md)
- [Pricing Plans](https://formulapro.shadebridge.com/formula-pro/appendix/pricing.md)
- [Column Reference Syntax](https://formulapro.shadebridge.com/formula-pro/appendix/column-syntax.md): Formula Pro supports reading values from all standard monday.com columns.
- [Supported Column Types](https://formulapro.shadebridge.com/formula-pro/appendix/column-types.md)
- [Common Errors and Troubleshooting](https://formulapro.shadebridge.com/formula-pro/appendix/errors-and-troubleshooting.md)
- [FAQ](https://formulapro.shadebridge.com/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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
