# Data import

These tutorials explain how to import data from different technologies and tools into `InSituPy`.

```{eval-rst}
.. card:: Build an `InSituData` object from custom data
    :link: 09_InSituPy_build_objects_from_scratch
    :link-type: doc

    Tutorial on how to generate an `InSituData` object from scratch.

.. card:: Perform segmentation with Proseg and add the results to `InSituData`
    :link: 11_InSituPy_add_proseg_data
    :link-type: doc

    Tutorial on how to improve cell segmentation with Proseg and add the data to `InSituData` for downstream analysis.

```

```{toctree}
:hidden: false
:maxdepth: 1
:glob:

*
```