# Integrations

- [Slack](https://docs.fetchhive.com/workflows/workflow-steps/integrations/slack.md): Configure a workflow step that posts a message to a Slack channel using a connected Slack account
- [Notion](https://docs.fetchhive.com/workflows/workflow-steps/integrations/notion.md): Configure a workflow step that creates a Notion page from workflow content using a connected Notion account
- [Google Docs](https://docs.fetchhive.com/workflows/workflow-steps/integrations/google-docs.md): Configure a workflow step that creates a Google Doc from workflow content using a connected Google account
- [Google Sheets](https://docs.fetchhive.com/workflows/workflow-steps/integrations/google-sheets.md): Configure a workflow step that creates a Google Sheet from structured workflow data using a connected Google account
- [Airtable](https://docs.fetchhive.com/workflows/workflow-steps/integrations/airtable.md): Configure a workflow step that reads or writes Airtable records using a connected Airtable account
- [Linear](https://docs.fetchhive.com/workflows/workflow-steps/integrations/linear.md): Configure a workflow step that creates or queries Linear issues and teams using a connected Linear account


---

# 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://docs.fetchhive.com/workflows/workflow-steps/integrations.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.
