# Setup local development for Sonic SVM

Sonic's local development environment should be very similar to setting up the Solana's local development environment.

## 1. Install the Solana CLI

Follow this [official guide](https://solana.com/developers/guides/getstarted/setup-local-development) to setup the Solana CLI locally. If you already have it setup, you may skip this step.

## 2. Configure your Sonic Cluster&#x20;

After setting up the Solana CLI, you can configure it to point to the Sonic Devnet Cluster for development. Learn more about Sonic's clusters [here](/architecture/clusters.md).

After installing the Solana CLI you can run the following command to ensure that it's correctly installed.

```bash
solana config get
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sonicsvm.org/developers/getting-started/setup-local-development.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
