# Setting Up Your Development Environment

To start building with Raydius, developers need to set up their development environment. This section provides step-by-step instructions on how to get started.

## **Steps:**

1. **Install Required Tools:** List the necessary tools and software required to develop on Raydius, such as Node.js, npm, and a code editor like VSCode.
2. **Clone the Raydius SDK Repository:** Provide instructions on how to clone the SDK from GitHub.
3. **Set Up Your Project:** Walk through the process of setting up a new project using the Raydius SDK.
4. **Run Your First dApp:** Provide a simple example of how to build and run a basic dApp using Raydius.


---

# 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.raydius-research.com/getting-started/setting-up-your-development-environment.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.
