> For the complete documentation index, see [llms.txt](https://developer.supervisely.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.supervisely.com/advanced-user-guide/automate-with-python-sdk-and-api.md).

# Automate with Python SDK & API

- [Start and stop app](https://developer.supervisely.com/advanced-user-guide/automate-with-python-sdk-and-api/start-and-stop-app.md): This guide explains how to manage application sessions using API
- [User management](https://developer.supervisely.com/advanced-user-guide/automate-with-python-sdk-and-api/user-management.md): Guide explains how to manipulate user and team members using Supervisely SDK and API
- [Labeling Jobs](https://developer.supervisely.com/advanced-user-guide/automate-with-python-sdk-and-api/labeling-jobs.md): Guide explains how to manage labeling jobs using Supervisely SDK and
- [Webhooks](https://developer.supervisely.com/advanced-user-guide/automate-with-python-sdk-and-api/webhooks.md): Guide explains how to manage webhooks using Supervisely SDK and API
- [Training API](https://developer.supervisely.com/advanced-user-guide/automate-with-python-sdk-and-api/training-api.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://developer.supervisely.com/advanced-user-guide/automate-with-python-sdk-and-api.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.
