> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.meetgail.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.meetgail.com/_mcp/server.

# Web & HTTP

> Nodes that reach out to the web to call a service, pull data from a page, or search for information.

Web & HTTP nodes connect a workflow to the world outside Gail. Use them to call
another system's API, look something up on the public web, or pull specific
details off a page that has no API of its own. They are how a workflow gathers
outside information mid-run, so later steps can act on it.

#### [HTTP Request](/platform/workflows/node-reference/web-and-http/http-request)

Call any external API and read back its status, body, and headers.

#### [Web Extract](/platform/workflows/node-reference/web-and-http/web-extract)

Pull specific fields off a web page, even one behind a search form.

#### [Web Search](/platform/workflows/node-reference/web-and-http/web-search)

Find current information on the web and return a list of matching pages.