# Contributing on top-level scripts

Start / update scripts are the first contact users have with the application, but are also one on the most brittle things.&#x20;

Cushy aims to be able to self-install, and not require anything prior => so it's practical to use native shell scripts to bootstrap a working environment..

## Working on Windows Scripts

If possible, try to follow the style guide defined here:

{% embed url="<https://github.com/trgwii/Batch-Style-Guide>" %}

## Working on MacOS scripts

For now, linux scripts are the same as linux scripts

## Working on Linux Scripts

For now, linux scripts are the same as macos scripts


---

# 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/going-further/contribution/contributing-on-top-level-scripts.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.
