> For the complete documentation index, see [llms.txt](https://whitepaper.aitech.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.aitech.io/agentforge/connections.md).

# Connections

Connections are the pathways that allow data to flow between blocks in your workflow. They define how information is passed from one block to another, enabling you to create sophisticated, multi-step processes.

{% hint style="info" %}
Properly configured connections are essential for creating effective workflows. They determine how data moves through your system and how blocks interact with each other.
{% endhint %}

## Connection Types

Agent Forge supports different types of connections that enable various workflow patterns:

<table data-view="cards"><thead><tr><th>Title</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td>Connection Basics</td><td><a href="file:///connections/basics">file:///connections/basics</a></td></tr><tr><td>Connection Tags</td><td><a href="file:///connections/tags">file:///connections/tags</a></td></tr><tr><td>Data Structure</td><td><a href="file:///connections/data-structure">file:///connections/data-structure</a></td></tr><tr><td>Accessing Data</td><td><a href="file:///connections/accessing-data">file:///connections/accessing-data</a></td></tr><tr><td>Best Practices</td><td><a href="file:///connections/best-practices">file:///connections/best-practices</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://whitepaper.aitech.io/agentforge/connections.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.
