> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fetchhive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Browse workflow step categories and configuration pages

Workflow steps are the building blocks of a workflow. Each step performs one action — fetching data, transforming it, calling an API, writing to a knowledge base, and so on — and passes its output to the next step via workflow variables.

## Step groups

### AI

Generate text, structured data, or images using large language models.

* [AI Prompt](ai/ai-prompt)
* [Image Generation](ai/image-generation)
* [Google AI Overview](ai/google-ai-overview)
* [Google AI Mode](ai/google-ai-mode)

### Web Research

Search the web and scrape pages.

* [Google Search](web-research/google-search)
* [Google News](web-research/google-news)
* [Bing Search](web-research/bing-search)
* [Exa Search](web-research/exa-search)
* [Exa Similar](web-research/exa-similar)
* [Copilot Search](web-research/copilot-search)
* [Website Scrape](web-research/website-scrape)
* [RSS Feed](web-research/rss-feed)

### Knowledge Base

Write content to and retrieve content from your knowledge bases.

* [Write to Knowledge Base](knowledge-base/write-knowledge-base)
* [Search Knowledge Base](knowledge-base/search-knowledge-base)

### Utility

Transform data and generate files.

* [Human in the Loop](utility/human-in-the-loop)
* [Condition](utility/condition)
* [JSON Schema](utility/json-schema)
* [Data Transform](utility/data-transform)
* [Custom API](utility/custom-api)
* [Document to Text](utility/document-to-text)
* [PDF Generation](utility/pdf-generation)

### Integrations

Send data to connected third-party services.

* [Slack](integrations/slack)
* [Telegram](integrations/telegram)
* [Notion](integrations/notion)
* [Google Docs](integrations/google-docs)
* [Google Sheets](integrations/google-sheets)

### Advanced

Compose and orchestrate complex workflows.

* [Sub-workflow](advanced/sub-workflow)
