# Overview

The Platform is designed to support three essential workloads related to the use of AI in production scenarios: data management, model training/testing, and deployment of validated models. The diagram below shows a high-level representation of the different workloads supported by the Platform.

![](https://1860215519-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LY12YhLSCDWlqNaQqWT%2F-MITix5K22FRLMIESa0l%2F-MITmZGie2XQJ0Buml7O%2FBrevetti%20AI%20Platform.png?alt=media\&token=98d1b10b-e012-43a2-bf23-e8142ff0449d)

The documentation of the Platform is organized into four sections: one for each of the workloads of the Platform as well as a dedicated section for data scientists who wish (1) to make use of data in the Platform for local development or (2) develop models that can be published in the Model Zoo and be used by (non-technical) users—such as inspection specialists, operators, QA professionals, and others.

Go to one of the sections of the documentation to learn more about the Platform:

* [Data management](https://docs.brevetti.ai/data-management/intro)
* [Model training and testing](https://docs.brevetti.ai/model-training-and-testing/intro)
* [Device management](https://docs.brevetti.ai/device-management/intro)
* [Technical documentation (for data scientists)](https://docs.brevetti.ai/developers/intro)

If you have any questions about the Platform that is not answered by our documentation, please do not hesitate to reach out to our support team: <support@brevetti.ai>


---

# 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.brevetti.ai/readme.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.
