# Installing Cushy

## Installation Guide

Follow the instructions below to set up CushyStudio on your machine. If you encounter any problems please check out our [Troubleshooting](/going-further/wip-pad.md)steps.

### Windows

{% hint style="info" %}
{% code overflow="wrap" %}

```
If you encounter any permission issues, try running the script as an administrator by right-clicking on `_windows-install.bat` and selecting "Run as administrator".
```

{% endcode %}
{% endhint %}

1. **Download the Repository:**
   * You can download the CushyStudio repository from [GitHub](https://github.com/rvion/CushyStudio) by either:

     * Cloning the repository using Git:&#x20;

     <pre class="language-batch" data-full-width="false"><code class="lang-batch">git clone https://github.com/rvion/CushyStudio.git
     </code></pre>

     * Or downloading the latest stable release directly from the [releases page](https://github.com/rvion/CushyStudio/releases).

2. **Run the Install Script:**

   * After downloading the repository, extract the contents of the downloaded `.zip` file to a directory of your choice.
   * Navigate to the extracted directory and locate the `_windows-install.bat` script.
   * Double-click on `_windows-install.bat` to run the installation script.
   * This script will automatically install Cushy, as well as any required dependencies.

3. Start Cushy:
   * Start Cushy with the `_windows-start.bat`

***

### Mac and Linux

1. **Download the Repository:**
   * You can download the CushyStudio repository from [GitHub](https://github.com/rvion/CushyStudio) by either:

     * Cloning the repository using Git:&#x20;

     <pre class="language-batch" data-full-width="false"><code class="lang-batch">git clone https://github.com/rvion/CushyStudio.git
     </code></pre>

     * Or downloading the latest stable release directly from the [releases page](https://github.com/rvion/CushyStudio/releases).

2. **Run the Install Script:**

   ```bash
   cd CushyStudio
   ./_mac-linux-install.sh
   ```

   * This script will automatically install Cushy, as well as any required dependencies.

3. **Start Cushy**

   ```bash
   ./_mac-linux-start.sh
   ```


---

# 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.cushystudio.com/getting-started/installation/windows.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.
