# Agent Node

## Agent Node

In a Multi-Agent, any of your **published Agents** can be imported into the orchestration as a node and used as a reusable module.

<figure><img src="/files/CQMNLEqGm9wdFfJAZRx3" alt=""><figcaption></figcaption></figure>

As shown in the figure above, each **Agent Node** corresponds to a **single Agent**. You can configure the required input variables and user query for the selected agent within the node, and make use of its output accordingly.


---

# 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.workfx.ai/workfx-companion-agent-knowledge/workforce-factory/multi-agent/agent-node.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.
