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

# Child Agent

> A reusable embedded agent node with its own prompt and variables.

## Configuration

* **Prompt**: behavior specific to the child agent
* **Child Variables**: input and capture variables managed separately
* **Tools & RAG**: optional, same as Master Agent when needed

<Info>
  Rendered via `src/components/nodes/child/` with configuration in `drawer/ChildDetails.tsx` and `drawer/ChildVariables.tsx`.
</Info>
