# Introduction

***

### What You'll Need

Before we begin, make sure you have the following tools and knowledge:

* **Windows PC** (Windows 11 only; we recommend using version 24H2, 23H2, or 22H2 for optimal performance)
* **Visual Studio** (2022 or newer recommended)
* Basic knowledge of **C++**, **C**, and the **.NET Framework**

{% stepper %}
{% step %}
**Download Visual Studio**

If you don't already have Visual Studio, you can download it here: [Download Visual Studio](https://visualstudio.microsoft.com/downloads/)

For the best experience, we recommend downloading **Visual Studio Community Edition**. During the installation process, ensure that you select the following options:

* **.NET Desktop Development** (for the best compatibility with Cloudy API)

Once installed, launch **Visual Studio** and you're ready to move on to the next step!
{% endstep %}

{% step %}
**Download the Cloudy API**

To get started with the Cloudy API:

1. Visit the official **Cloudy API website**:\
   <https://getcloudy.xyz>
2. Click the **Download API** button.
3. You will be redirected to a **Linkvertise** page. Complete the required steps to support the developers and the project.
4. After completing the steps, you’ll be redirected to **Gofile.io**, where you can download the actual API file: **CloudyApis.dll**
5. **Note**: Please avoid using third-party services like **bypass.vip** to bypass the Linkvertise page. This can result in downloading an outdated version of the API, and bypassing it, removes support for the developers who work hard to maintain Cloudy API.
   {% endstep %}
   {% endstepper %}

***

### **Contributing to Cloudy API**

Cloudy API is **open source**, and encourage contributions from the community. If you'd like to contribute:

* Visit Cloudy Git service [repository](https://git.getcloudy.xyz/CLOUDY/CloudyApi/src/branch/main).
* Fork the repository and make your changes.
* Submit a pull request, and we’ll review your contributions.

By contributing, you help improve the API and ensure it remains up-to-date with the latest features and bug fixes.

***

### **Getting Help**

If you encounter any issues or need help, check out our official community forum or join Cloudy [**Discord server**](https://discord.gg/getcloudy). Cloudy community and the developers are here to help!

***

### **Conclusion**

Now you’re ready to start using the **Cloudy API**! With its powerful features like **External Injection**, **Internal Injection**, and more, you’ll have everything you need to build advanced applications in Roblox. Don't forget to support the developers by completing the steps on **Linkvertise** and contributing to the open-source project if you can!


---

# 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://arcane-3.gitbook.io/cloudy-api-documentation/setup/introduction.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.
