> ## Documentation Index
> Fetch the complete documentation index at: https://docs.xpertai.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# Answer

It can serve as a termination point for a workflow or directly return a specified result to the user or caller within the process, suitable for scenarios such as quick responses or conditional interception.

<img src="https://mintcdn.com/xpertai/CUk-Ab9Rv7YWeJmd/public/img/ai/workflow/answer-node.png?fit=max&auto=format&n=CUk-Ab9Rv7YWeJmd&q=85&s=94280e3d334e968f8bb1f3a11474bdfa" alt="Answer node" width="1788" height="912" data-path="public/img/ai/workflow/answer-node.png" />

### Core Features

1. **Instant Response**
   * Outputs results at the required point in the process.
2. **Flexible Return**
   * Supports returning static data, dynamic variables (e.g., `{{ output }}`), or a mix of both.
3. **Multi-Format Response** (Under Development)
   * Configurable data structures such as JSON/XML/text, adaptable to different calling protocols.
