# References

Today there are two main ways to interact with the platform remotely :

* our API, use traditional endpoints to retrieve some data or perform actions
* our Python SDK, a Python wrapper around our API that can be manipulated easily in your Python scripts

Here are some example of what you can do with our API or our SDK :

* Upload Images to your Datalake
* Configure your Datasets
* Download your data
* Create Experiments
* Retrieve Experiment parameters
* Log your Experiment results
* Store your Experiment files
* ...

Now you can check those pages if you want up-to-date documentation on how to interact with Picsellia :

{% content-ref url="references-1/python-sdk-reference-1" %}
[python-sdk-reference-1](https://picsellia.gitbook.io/picsellia/references-1/python-sdk-reference-1)
{% endcontent-ref %}

{% content-ref url="references-1/api-reference" %}
[api-reference](https://picsellia.gitbook.io/picsellia/references-1/api-reference)
{% endcontent-ref %}
