> For the complete documentation index, see [llms.txt](https://docs.cushystudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cushystudio.com/getting-started.md).

# Getting Started

- [Installation](https://docs.cushystudio.com/getting-started/installation.md)
- [Installing Cushy](https://docs.cushystudio.com/getting-started/installation/windows.md)
- [Updating Cushy](https://docs.cushystudio.com/getting-started/installation/updating-cushy.md)
- [Scripts](https://docs.cushystudio.com/getting-started/installation/scripts.md)
- [Installing Modules](https://docs.cushystudio.com/getting-started/installation/installing-modules.md)
- [Install ComfyUI](https://docs.cushystudio.com/getting-started/installation/installing-modules/cloud.md)
- [Install FFMpeg (optional)](https://docs.cushystudio.com/getting-started/installation/installing-modules/install-ffmpeg-optional.md)
- [Installing Models](https://docs.cushystudio.com/getting-started/installation/installing-modules/installing-models.md)
- [Install ImageMagick (optional)](https://docs.cushystudio.com/getting-started/installation/installing-modules/install-imagemagick-optional.md)
- [First Steps](https://docs.cushystudio.com/getting-started/getting-started.md)
- [Intro to Generative AI](https://docs.cushystudio.com/getting-started/getting-started/intro-to-generative-ai.md)
- [Making an image](https://docs.cushystudio.com/getting-started/getting-started/making-an-image.md)
- [Coming From...](https://docs.cushystudio.com/getting-started/getting-started/coming-from....md)
- [Built-in apps](https://docs.cushystudio.com/getting-started/built-in-apps.md): Cushy apps cover a wide range of use-cases.....
- [CushyDiffusion](https://docs.cushystudio.com/getting-started/built-in-apps/cushydiffusion.md)
- [Rotate anything](https://docs.cushystudio.com/getting-started/built-in-apps/rotate-anything.md)
- [Cushy Cascade](https://docs.cushystudio.com/getting-started/built-in-apps/cushy-cascade.md)
- [Remove Background](https://docs.cushystudio.com/getting-started/built-in-apps/remove-background.md)
- [Slay the Spire - Art Pack](https://docs.cushystudio.com/getting-started/built-in-apps/slay-the-spire-art-pack.md)
- [Manga Coloring](https://docs.cushystudio.com/getting-started/built-in-apps/manga-coloring.md)
- [Cushy Interface](https://docs.cushystudio.com/getting-started/cushy-interface.md)
- [Draft Panel](https://docs.cushystudio.com/getting-started/cushy-interface/draft-panel.md)
- [Welcome Panel](https://docs.cushystudio.com/getting-started/cushy-interface/welcome-panel.md): Welcome panel is visible when you open the app for the first time, or when you reset your interface.
- [Minipaint](https://docs.cushystudio.com/getting-started/cushy-interface/minipaint.md)
- [File Explorer](https://docs.cushystudio.com/getting-started/cushy-interface/file-explorer.md)
- [Quick-Civitai](https://docs.cushystudio.com/getting-started/cushy-interface/quick-civitai.md)
- [Iframes](https://docs.cushystudio.com/getting-started/cushy-interface/iframes.md)
- [Minipaint](https://docs.cushystudio.com/getting-started/cushy-interface/iframes/minipaint.md)
- [Civitai](https://docs.cushystudio.com/getting-started/cushy-interface/iframes/civitai.md)
- [Image Comtext menu](https://docs.cushystudio.com/getting-started/cushy-interface/image-comtext-menu.md)
- [Images, Videos, 3d scenes](https://docs.cushystudio.com/getting-started/features.md)
- [Quick Actions](https://docs.cushystudio.com/getting-started/features/quick-actions.md)
- [LLM (Large Language Model)](https://docs.cushystudio.com/getting-started/features/llm.md)
- [Unified canvas](https://docs.cushystudio.com/getting-started/unified-canvas.md)
- [Starin](https://docs.cushystudio.com/getting-started/unified-canvas/starin.md)
- [Inpainting](https://docs.cushystudio.com/getting-started/unified-canvas/inpainting.md)
- [Outpainting](https://docs.cushystudio.com/getting-started/unified-canvas/outpainting.md)
- [Prompting](https://docs.cushystudio.com/getting-started/prompting.md)
- [adding Loras](https://docs.cushystudio.com/getting-started/prompting/adding-loras.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.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.
