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

# Change a project

> Ask Veryfront Agent to make a scoped project change.

Use this guide when you want Agent to change code, docs, configuration, or project settings.

## Start with the outcome

Describe the result, constraints, and verification you expect.

```text theme={null}
Add email sign-in to the app.
Use the existing auth pattern.
Update tests for the sign-in flow.
Run the relevant checks before opening a pull request.
```

## Add project context

Point Agent to the files, branch, preview, or issue that matters.

```text theme={null}
Use the current branch.
Start with the auth routes and the login form.
Keep the existing UI components.
```

## Ask for a plan when scope is unclear

Ask Agent to plan first when the change spans multiple files or systems.

```text theme={null}
Create a short implementation plan first.
Call out the files you expect to change.
Wait for confirmation before editing.
```

## Verify the result

Ask Agent to run the checks that prove the change works.

```text theme={null}
After editing, run the relevant tests and lint checks.
Summarize what changed and what you verified.
```

## Next

| Goal              | Page                                             |
| ----------------- | ------------------------------------------------ |
| Debug a failure   | [Debug a project](/agent/guides/debug-a-project) |
| Review the branch | [Review a branch](/agent/guides/review-a-branch) |

## Related

| Page                                                | Use it to                                    |
| --------------------------------------------------- | -------------------------------------------- |
| [Project instructions](/agent/project-instructions) | Define project rules Agent must follow.      |
| [Skills](/agent/skills)                             | Add reusable workflows for repeated changes. |
