# Working With the SDK

Aquarium provides a Python SDK to make it easy to interact with your team's projects and datasets.&#x20;

We provide specific [guides](/aquarium/integrating-with-aquarium/uploading-data.md) around ingesting your data into the platform, as well as some code snippets to showcase how to work with parts of our SDK.

## Prerequisites

* Python >= 3.6
* Aquarium API Key - follow [this](/aquarium/getting-started/account-setup-and-team-onboarding.md) guide to access it

## Installing the SDK

```
pip install aquariumlearning

# for a specific version
pip install aquariumlearning==version_number
```


---

# 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://legacy-docs.aquariumlearning.com/aquarium/python-sdk/working-with-the-sdk.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.
