# Quick Start

## Installation

1. Install Formula Pro from the [monday.com marketplace](https://auth.monday.com/oauth2/authorize?client_id=9a814fa236e3dbae292fba0d3549111e\&response_type=install)
2. Connect your monday.com account and grant permissions
3. Add an automation recipe to your board

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

## Deploy Your First Recipe

1. Open a board in monday.com
2. Go to **Integrations** → Search for **Formula Pro Automation**
3. Choose a recipe (e.g., "When column changes, execute formula and project the result to column")
4. Configure the trigger column, formula, and destination column
5. Save and test

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

## Formula Migration

Formula Pro supports native monday.com and Excel formula syntax. You can copy existing formulas with minimal or no changes. See [Formula Basics](/formula-pro/getting-started/formula-basics.md) for syntax details.


---

# 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/getting-started/quickstart.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.
