# Custom import app

- [Overview](https://developer.supervisely.com/app-development/create-import-app/overview.md)
- [From template - simple](https://developer.supervisely.com/app-development/create-import-app/create-import-app-from-template.md): A step-by-step tutorial of how to create custom import app using import template from SDK class \`sly.app.Import\`.
- [From scratch - simple](https://developer.supervisely.com/app-development/create-import-app/create-import-app-without-template.md): A step-by-step tutorial of how to create custom import Supervisely app from scratch.
- [From scratch GUI - advanced](https://developer.supervisely.com/app-development/create-import-app/create-import-app-without-template-gui.md): A step-by-step tutorial of how to create custom import Supervisely app from scratch with GUI.
- [Finding directories with specific markers](https://developer.supervisely.com/app-development/create-import-app/finding-directories-with-specific-markers.md): A tutorial on how to find directories with specific markers (filename) and check them for some conditions using \`sly.fs.dirs\_with\_marker()\` function.


---

# 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/create-import-app.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.
