> ## Documentation Index
> Fetch the complete documentation index at: https://allhandsai-vertex-agent-server-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Contributing

> Contribute to Agent Canvas development.

Agent Canvas is open source. To work on it from source:

1. Clone the repo and install dependencies:
   ```bash theme={null}
   git clone https://github.com/OpenHands/agent-canvas.git
   cd agent-canvas
   npm install
   ```

2. Start the full development stack:
   ```bash theme={null}
   npm run dev
   ```

For development workflows, environment variables, testing, and advanced configuration, see the [Development Guide](https://github.com/OpenHands/agent-canvas/blob/main/docs/DEVELOPMENT.md) in the repository.
