# Basics

- [Create app from any py-script](https://developer.supervisely.com/app-development/basics/from-script-to-supervisely-app.md)
- [Configuration file](https://developer.supervisely.com/app-development/basics/app-json-config.md): Configuration that connects Python application with Supervisely
- [config.json](https://developer.supervisely.com/app-development/basics/app-json-config/config-json.md): Configuration file properties
- [Example 1. Headless](https://developer.supervisely.com/app-development/basics/app-json-config/example-1.-headless.md): config.json for headless app explained
- [Example 2. App with GUI](https://developer.supervisely.com/app-development/basics/app-json-config/example-2.-app-with-gui.md): config.json for app with GUI explained
- [v1 - Legacy](https://developer.supervisely.com/app-development/basics/app-json-config/v1-legacy.md): legacy app examples
- [Example 1. v1 Modal Window](https://developer.supervisely.com/app-development/basics/app-json-config/v1-legacy/example-1.-v1-modal-window.md): config.json for v1 app with Modal Window explained
- [Example 2. v1 app with GUI](https://developer.supervisely.com/app-development/basics/app-json-config/v1-legacy/example-2.-v1-app-with-gui.md): config.json for v1 app with GUI explained
- [Add private app](https://developer.supervisely.com/app-development/basics/add-private-app.md)
- [Add public app](https://developer.supervisely.com/app-development/basics/add-public-app.md)
- [App Compatibility](https://developer.supervisely.com/app-development/basics/compatibility.md)


---

# 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://developer.supervisely.com/app-development/basics.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.
