> ## 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.

# Inspector Panel

> Configure the selected node’s prompts, RAG, tools, and variables.

## Inspector tabs

The Inspector appears when you select a node. It’s implemented as `NodeDrawer` in `studio/components/NodeDrawer.tsx`.

* **Details**: name, description, and main prompt (`task_prompt`)
* **RAG**: attach data sources and items to ground the agent
* **Variables**: manage input variables and capture variables
* **Decision**: choose variables used for conditional edges
* **Agent Graph**: configure sub-flow parameters (for `flow` nodes)

<Tip>
  Use the prompt refinement feature in Details to improve clarity and consistency before publishing.
</Tip>
