# 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="/pages/-MORSNBvTU2p3o7NDonX" %}
[Python SDK Reference](/picsellia/references-1/python-sdk-reference-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M7Cj\_YVshw8kti7dP8x" %}
[API Reference](/picsellia/references-1/api-reference.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/references-1.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.
