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

# Veryfront Agent

> Agent for the AI software lifecycle.

Veryfront Agent is the project agent in Studio chat.
It uses project context to build, debug, review, deploy, and operate Veryfront projects.

## Start in Studio

1. Open [Veryfront](https://veryfront.com), sign in, and open a project in Studio.
2. Open project chat.
3. Ask for the outcome you want.

Veryfront Agent reads project files, Studio state, logs, previews, project instructions, skills, and platform tools when the task needs them.

Common starter and task flows use canonical guide pages, not embedded runtime sub-skills.

## Current starter flows

* [Starter prompts](/agent/guides/starter-prompts): route Studio starter suggestions to canonical docs.
* [Create plan](/agent/guides/create-plan): turn a broad request into an implementation plan.
* [Create research](/agent/guides/create-research): research a topic with grounded evidence.
* [Create agent](/agent/guides/create-agent): create or update project agents from Studio chat and MCP tools.
* [Create skill](/agent/guides/create-skill): add a reusable project skill and optional reference resource.
* [Schedule agent](/agent/guides/schedule-agent): create a schedule that targets a project agent.

## Related guidance

* [Project instructions](/agent/project-instructions): guide the agent with project-specific rules.
* [Create agentic workflow](/agent/guides/create-agentic-workflow): create an orchestrator agent that delegates to specialized agents with `invoke_agent`.
* [Skills](/agent/skills): add reusable workflows and reference material.
* [Child forks](/agent/child-forks): delegate focused work when isolation helps.

## What to ask

| Goal            | Example request                                              |
| --------------- | ------------------------------------------------------------ |
| Plan work       | Create an implementation plan for usage-based billing.       |
| Build features  | Add a support agent with a refund lookup tool.               |
| Create agents   | Build me a Gmail agent.                                      |
| Create skills   | Add a skill for architecture diagram reviews.                |
| Debug issues    | Find why the preview route returns a server error.           |
| Review changes  | Review this branch before it ships.                          |
| Deploy          | Create a production release and check deployment status.     |
| Manage settings | Add this environment variable to preview and production.     |
| Research        | Compare the current auth flow with the product requirements. |

## How it works

Veryfront Agent chooses the right workflow for the request.

| Input                | How Agent uses it                                                         |
| -------------------- | ------------------------------------------------------------------------- |
| Project files        | Reads source, docs, config, and tests before changing code.               |
| Studio context       | Uses the open project, branch, preview, and selected file when available. |
| Project instructions | Follows project-specific rules from `AGENTS.md`.                          |
| Skills               | Loads focused workflows such as `plan`, `build`, `debug`, or `deploy`.    |
| Tools                | Uses Studio, Cloud, file, log, and runtime tools.                         |
| Child forks          | Delegates isolated work when a task benefits from a separate run.         |

## Write better requests

| Instead of         | Ask                                                                                |
| ------------------ | ---------------------------------------------------------------------------------- |
| Fix this           | Find the cause of the failing preview, then fix it and run the relevant check.     |
| Make the UI better | Tighten the settings page for repeated admin use. Keep the existing design system. |
| Add auth           | Add email sign-in. Use the existing auth pattern and update tests.                 |
| Review this        | Review the current branch for bugs, security risks, and missing tests.             |

## Next

| Section                                   | Use it for                                                  |
| ----------------------------------------- | ----------------------------------------------------------- |
| [Getting started](/agent/getting-started) | Set project rules and add reusable workflows.               |
| [Concepts](/agent/concepts)               | Understand delegation, context, and Agent runtime behavior. |
| [Guides](/agent/guides)                   | Follow task-focused paths for common Agent work.            |
