# Workflows

- [Workflows](https://guides.noloco.io/workflows/workflows.md): Learn how Workflows allow you to trigger complex series of actions.
- [Troubleshooting Workflows](https://guides.noloco.io/workflows/workflows/troubleshooting-workflows.md): Troubleshoot common workflow issues including trigger failures, execution errors, and browser problems
- [On-demand workflows](https://guides.noloco.io/workflows/workflows/on-demand-workflows.md): Learn how to set up on-demand workflows triggered by action buttons.
- [Comment Added Trigger](https://guides.noloco.io/workflows/workflows/comment-added-trigger.md): Learn how to set up workflows triggered by new comments on your data records
- [Watched Fields](https://guides.noloco.io/workflows/workflows/watched-fields.md): Triggering a workflow when certain fields are updated
- [Trigger webhooks](https://guides.noloco.io/workflows/workflows/trigger-webhooks.md): Learn how to trigger Zapier & Make webhooks via Noloco workflows
- [Send automated emails](https://guides.noloco.io/workflows/workflows/send-automated-emails.md): Learn how to send automated emails via Noloco workflows
- [For each item in a list...do...](https://guides.noloco.io/workflows/workflows/for-each-item-in-a-list...do....md): Loop over a related field to run an action many times
- [Only continue if](https://guides.noloco.io/workflows/workflows/only-continue-if.md): Define conditions for which the workflow should continue running
- [Create a Record Action](https://guides.noloco.io/workflows/workflows/create-a-record-action.md): Create a new record in a given table
- [Update a Record Action](https://guides.noloco.io/workflows/workflows/update-a-record-action.md): Learn how to automate record updates with Noloco workflows
- [Delete a Record Action](https://guides.noloco.io/workflows/workflows/delete-a-record-action.md): Delete an existing record from a given table
- [Deactivate a User Action](https://guides.noloco.io/workflows/workflows/deactivate-a-user-action.md): Deactivate an active user through a workflow
- [Reactivate a User Action](https://guides.noloco.io/workflows/workflows/reactivate-a-user-action.md): Reactivate an active user through a workflow
- [Send an Invitation Email Action](https://guides.noloco.io/workflows/workflows/send-an-invitation-email-action.md): Send an automated invitation email to a new user with the 'Send an Invitation Email' Action
- [Add a comment to a record](https://guides.noloco.io/workflows/workflows/add-a-comment-to-a-record.md): Programatically comment on a record
- [Send a Push Notification](https://guides.noloco.io/workflows/workflows/send-a-push-notification.md): Programatically send a push notification from a workflow
- [Ask Chat GPT Action](https://guides.noloco.io/workflows/workflows/ask-chat-gpt-action.md): Ask your AI assistant to help you with any task, from generating a description, extracting highlights, or suggesting next steps
- [Summarize Text Action](https://guides.noloco.io/workflows/workflows/summarize-text-action.md): Summarize long blocks of text such as call notes into a more condensed, manageable summary with OpenAI
- [Correct Grammar Action](https://guides.noloco.io/workflows/workflows/correct-grammar-action.md): Keep your team moving and let your AI assistant catch any typos or grammar mistakes you make before you publish
- [Extract Keywords Action](https://guides.noloco.io/workflows/workflows/extract-keywords-action.md): Extract the important keywords from a block of text with AI so you can identify trends, or quickly find your records
- [Analyze Sentiment](https://guides.noloco.io/workflows/workflows/analyze-sentiment.md): Use AI to automatically detect when a customer is upset, or delighted, or when the email you wrote needs to be re-reviewed
- [Finish Text Action](https://guides.noloco.io/workflows/workflows/finish-text-action.md): Get advanced with the ability to provide any prompt to OpenAI and let your AI assistant finish the text
- [Send a message to a Slack Channel](https://guides.noloco.io/workflows/workflows/send-a-message-to-a-slack-channel.md): Keep your team in sync with status updates in Slack
- [Send a message to a Slack User](https://guides.noloco.io/workflows/workflows/send-a-message-to-a-slack-user.md): Notify individual team members about relevant updates or tasks in Slack
- [Generate a PDF with DocsAutomator](https://guides.noloco.io/workflows/workflows/generate-a-pdf-with-docsautomator.md): Automate the creation of professional documents and PDFs from your data using DocsAutomator and Noloco


---

# 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://guides.noloco.io/workflows.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.
