# Workflow Steps

- [Overview](/workflows/workflow-steps/steps.md)
- [AI](/workflows/workflow-steps/ai.md): Utilize the latest in AI in your Workflows
- [AI Prompt](/workflows/workflow-steps/ai/ai-prompt.md): Configure a workflow step that runs an LLM prompt with messages and returns text or structured output
- [Image Generation](/workflows/workflow-steps/ai/image-generation.md): Configure a workflow step that generates one or more images and returns uploaded asset records for later steps
- [Google AI Overview](/workflows/workflow-steps/ai/google-ai-overview.md): Configure a workflow step that retrieves Google's AI Overview result for a search query
- [Google AI Mode](/workflows/workflow-steps/ai/google-ai-mode.md): Configure a workflow step that runs a Google AI Mode search and stores the returned result for later steps
- [Web Research](/workflows/workflow-steps/web-research.md)
- [Google Search](/workflows/workflow-steps/web-research/google-search.md): Configure a workflow step that searches Google and stores the results for later steps
- [Google News](/workflows/workflow-steps/web-research/google-news.md): Configure a workflow step that searches Google News and stores article results for later steps
- [Bing Search](/workflows/workflow-steps/web-research/bing-search.md): Configure a workflow step that searches Bing and stores the results for later steps
- [Exa Search](/workflows/workflow-steps/web-research/exa-search.md): Configure a workflow step that searches the web with Exa and stores the results for later steps
- [Exa Similar](/workflows/workflow-steps/web-research/exa-similar.md): Configure a workflow step that finds pages similar to a source URL and stores the results for later steps
- [Copilot Search](/workflows/workflow-steps/web-research/copilot-search.md): Configure a workflow step that searches the web with Microsoft Copilot and stores the results for later steps
- [Website Scrape](/workflows/workflow-steps/web-research/website-scrape.md): Configure a workflow step that scrapes a website URL and returns selected content types for later steps
- [Utility](/workflows/workflow-steps/utility.md): Utilize custom tools in your Workflows
- [JSON Schema](/workflows/workflow-steps/utility/json-schema.md): Configure a workflow step that defines structured fields and returns JSON-shaped output for later steps
- [Custom API](/workflows/workflow-steps/utility/custom-api.md): Configure a workflow step that makes an HTTP request and stores the response for later steps
- [Document to Text](/workflows/workflow-steps/utility/document-to-text.md): Configure a workflow step that fetches a document from a URL and extracts text for later steps
- [PDF Generation](/workflows/workflow-steps/utility/pdf-generation.md): Configure a workflow step that converts markdown content into a PDF result inside Fetch Hive
- [Integrations](/workflows/workflow-steps/integrations.md)
- [Slack](/workflows/workflow-steps/integrations/slack.md): Configure a workflow step that posts a message to a Slack channel using a connected Slack account
- [Notion](/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](/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](/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
- [Advanced](/workflows/workflow-steps/advanced.md)
- [Sub-workflow](/workflows/workflow-steps/advanced/sub-workflow.md)
- [Agent Step](/workflows/workflow-steps/advanced/agent-step.md)
