# HTTP to Flow

**HTTP to Flow** agents utilize HTTP-In nodes to receive and respond to HTTP requests, enabling them to serve as efficient interfaces for web-based communications. This type of agent is particularly effective for creating dynamic endpoints that interact with users or external systems via the web.

**Key Features:**

* **HTTP Interfaces**: Capable of handling direct HTTP requests, these agents facilitate the development of RESTful APIs, webhooks, and other web services.
* **Customizable Workflows**: Developers have the flexibility to create complex processing sequences that start from an HTTP request, allowing for intricate interactions within web applications.
* **Use Cases**: These agents are best suited for building web APIs, managing user interactions through web forms, or providing gateway services that connect different web-based applications and services.


---

# 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.contextual.io/documentation-and-resources/components-and-data/agents/types-of-agents/http-to-flow.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.
