# Web Research

- [Google Search](https://docs.fetchhive.com/workflows/workflow-steps/web-research/google-search.md): Configure a workflow step that searches Google and stores the results for later steps
- [Google News](https://docs.fetchhive.com/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](https://docs.fetchhive.com/workflows/workflow-steps/web-research/bing-search.md): Configure a workflow step that searches Bing and stores the results for later steps
- [Exa Search](https://docs.fetchhive.com/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](https://docs.fetchhive.com/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](https://docs.fetchhive.com/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](https://docs.fetchhive.com/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


---

# 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/web-research.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.
