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

# Entwickler-Dokumentation

This tutorial targets developers intending to integrate their applications with QVANTUM via the QVANTUM Public API. With completion of this tutorial, readers will be able to use the QVANTUM Public API to prepare a QVANTUM plan, update data and metadata of a plan and export data collected with a plan in QVANTUM.

## Overview

This tutorial is organized in the following topics:

1. [Getting a Tenant](/dev/get-tenant.md): request tenant
2. [General Information](/dev/general-information.md): general information about the structure of the API and how to access it
3. [Planning Models](/dev/model.md): upload, update and export of models
4. [Key Figures](/dev/key-figures.md): upload, update and export of key figures (formulas)
5. [Handling Cell Data](/dev/cell-data.md): uploading, deleting and exporting cell data
6. [Define Team](/dev/team.md): inviting an initial team an updating it
7. [Managing Folders and Forms](/dev/forms.md): import and export folders and forms

## Tools

For most relevant use cases, this tutorial documents the interaction with the QVANTUM Public API using the wide-spread tool [curl](https://curl.haxx.se/), thus allowing developers with access to a valid QVANTUM tenant context to follow along and prototype their integration. For each QVANTUM Public API call, this tutorial provides an executable curl command line and a description of the most relevant details of request and response payloads.

## Feedback

If you have questions, comments, etc. please email us at <support@qvantum-plan.de>.
