# AI

- [AI Prompt](https://docs.fetchhive.com/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](https://docs.fetchhive.com/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](https://docs.fetchhive.com/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](https://docs.fetchhive.com/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


---

# 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/ai.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.
