Start in Studio
- Open Veryfront, sign in, and open a project in Studio.
- Open project chat.
- Ask for the outcome you want.
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. |
| 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, logs, and runtime tools when the task needs them. |
| 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 | Set project rules and add reusable workflows. |
| Concepts | Understand delegation, context, and Agent runtime behavior. |
| Guides | Follow task-focused paths for common Agent work. |