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

# Create agent

> Add or configure a project agent in Veryfront Studio.

Use Agents to create project-specific agents with their own instructions and capabilities.

## Steps

1. Open [Agents](/studio/panels/agents).
2. Create a new agent.
3. Name the agent.
4. Add instructions that describe the agent's role and boundaries.
5. Connect the tools, skills, prompts, or knowledge available to the agent.
6. Turn on **Require approval** if the agent should ask before using tools. This is separate from `security_enabled`.
7. Save the agent.

## Verify

1. Confirm the agent appears in [Agents](/studio/panels/agents).
2. Open [Chat](/studio/panels/chat).
3. Select the agent.
4. Send a short test message.

## Add approval for tool use

Use [Human approval for agent tools](/studio/guides/human-approval) when an agent can change code, call integrations, deploy, or take other actions that should be reviewed first.

Do not use `security_enabled` for tool approval. `security_enabled` controls default security guardrails for the agent document; it is not runtime HITL approval and does not pause tool calls.
