# Logic Sheet Help Center

## Logic Sheet Help Center

- [Home](https://help.logicsheet.co/readme.md): Logic Sheet is the best automation solution for Google Sheets. Start using Logic Sheet as the center of your workflow automation.
- [How to install Logic Sheet](https://help.logicsheet.co/how-to-install-logic-sheet.md)
- [Automation overview](https://help.logicsheet.co/automation/overview.md): Automate your spreadsheet using Logic Sheet.
- [Trigger](https://help.logicsheet.co/automation/trigger.md): The trigger is an event that fires the automation.
- [Conditions](https://help.logicsheet.co/automation/conditions.md): Decide whether a workflow should run when it is triggered.
- [Actions](https://help.logicsheet.co/automation/actions.md): Actions to execute when the automation is triggered.
- [Conditional actions](https://help.logicsheet.co/automation/actions/conditional-actions.md): This feature allows you to add conditions to each of the actions you set, so that the actions will only run when the conditions are met.
- [Update Airtable](https://help.logicsheet.co/automation/actions/update-airtable.md): Update a table in your Airtable.
- [Recalculate the current sheet](https://help.logicsheet.co/automation/actions/recalculate-the-current-sheet.md)
- [Send a Slack message](https://help.logicsheet.co/automation/actions/send-a-slack-message.md)
- [Send an email](https://help.logicsheet.co/automation/actions/send-an-email.md)
- [Make HTTP request](https://help.logicsheet.co/automation/actions/make-http-request.md): Make an HTTP request as an automation action.
- [Add connections](https://help.logicsheet.co/automation/add-connections.md): In order for Logic Sheet to automatically send data from third-party apps to Google Sheets, you must first connect those apps to Logic Sheet.
- [Slack connection](https://help.logicsheet.co/automation/add-connections/slack-connection.md)
- [Airtable connection](https://help.logicsheet.co/automation/add-connections/airtable-connection.md): Connect your Airtable account to Logic Sheet/Google Sheets.
- [Webhook](https://help.logicsheet.co/automation/add-connections/webhook.md): Turn your Google Sheets into a webhook to receive data and trigger automations.
- [Merge tags](https://help.logicsheet.co/automation/merge-tags.md): Merge tags enable you to reference to dynamic data in your spreadsheet or the context data of the automated workflow you are building.
- [Work with APIs](https://help.logicsheet.co/functions/pull-from-an-api.md)
- [The LogicSheetAPI formula](https://help.logicsheet.co/functions/pull-from-an-api/the-logicsheetapi-formula.md): Use the =LogicSheetAPI custom function to import API directly to your worksheet using cell formulas.
- [Database connector](https://help.logicsheet.co/functions/database-connector.md): Connect Google Sheets to databases.
- [MySQL](https://help.logicsheet.co/functions/database-connector/mysql.md)
- [Get data](https://help.logicsheet.co/functions/get-data-from-a-database.md)
- [Clean and format data](https://help.logicsheet.co/functions/clean-and-format-data.md)
- [Calculate](https://help.logicsheet.co/functions/calculate.md)
- [Finance](https://help.logicsheet.co/functions/finance.md)
- [Data analysis](https://help.logicsheet.co/functions/data-analysis.md): Logic Sheet can be used to perform all kinds of data analysis tasks, including ANOVA, or Analysis of variance, correlation, covariance, and descriptive statistics.
- [Supported currencies](https://help.logicsheet.co/attachment/supported-currencies.md)
- [Page 1](https://help.logicsheet.co/additions/page-1.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://help.logicsheet.co/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.
