# Getting started

## Tutorials

1. [Start using Picsellia](/picsellia/getting-started-2/start-using-picsell.ia.md): Covers all the main features of the platform
2. [Create, annotate, review a Dataset](/picsellia/getting-started-2/create-annotate-review-a-dataset.md): Get your image Dataset ready in no time
3. [Create a new Dataset Version](/picsellia/getting-started-2/create-a-new-dataset-version-with-merged-labels.md): Learn how to manipulate your Datasets easily from our UI
4. [Train a custom Object Detector](/picsellia/getting-started-2/train-a-custom-object-detection-model.md): Learn how to use our wrappers around the most popular frameworks
5. [Deploy model in production](/picsellia/getting-started-2/deploy-model-in-production-tensorflow-only.md): Learn how to deploy your model once your training is over
6. [Feedback Loop](/picsellia/getting-started-2/feedback-loop-send-predictions-from-models-to-datalake-or-datasets.md): Send your model's predictions back to your Datalake or Datasets

## In-depth

For more in-depth explanations on the different topics, you should check the corresponding part of the documentation :

{% content-ref url="/pages/-Ma2aw65RkiqQpgou32U" %}
[Data Management](/picsellia/data-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Ma2b8QDfI9VcM9ZLS8w" %}
[Experiment Tracking](/picsellia/experiment-tracking.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZCMRJv\_pbllD2xL3pd" %}
[Hyperparameter tuning](/picsellia/hyperparameter-tuning.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Ma2b\_Sw32W0hAVopQ5u" %}
[Models](/picsellia/models-1.md)
{% endcontent-ref %}

## References

For strict details on how to use our APIs or the Python SDK, please check the reference pages :

{% content-ref url="/pages/-Ma2aoM\_XeAA-pdeSnRP" %}
[References](/picsellia/references-1.md)
{% endcontent-ref %}


---

# 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://picsellia.gitbook.io/picsellia/getting-started-2.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.
