# Automation

- [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.


---

# 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://help.logicsheet.co/automation.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.
