# Creating apps

- [Creating a new App file](https://docs.cushystudio.com/going-further/creating-apps/creating-a-new-app-file.md): this page explains how to create a new app
- [Prefabs](https://docs.cushystudio.com/going-further/creating-apps/prefabs.md)
- [App Structure](https://docs.cushystudio.com/going-further/creating-apps/app-structure.md)
- [Contextual Apps](https://docs.cushystudio.com/going-further/creating-apps/contextual-apps.md): CushyApps can be started form both context menu. this page shows how your custom app can support that
- [For loops](https://docs.cushystudio.com/going-further/creating-apps/for-loops.md): CushyApps supports any kind of control flow. This page show how to do so
- [App UI](https://docs.cushystudio.com/going-further/creating-apps/app-ui.md)
- [Using ImageMagick in your app](https://docs.cushystudio.com/going-further/creating-apps/using-imagemagick-in-your-app.md): This page show how to use ImageMagick in your apps


---

# 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/creating-apps.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.
