> For the complete documentation index, see [llms.txt](https://docs-v3.activeloop.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v3.activeloop.ai/v3.0.x/storage-and-credentials/managed-credentials.md).

# Managed Credentials

## Managing your Credentials with Activeloop

### Connecting Deep Lake Datasets to Activeloop Platform

Datasets in Activeloop storage are automatically connected to [Activeloop Platform](https://app.activeloop.ai/). Datasets in non-Activeloop storage (S3, GCS) can be connected to Activeloop Platform using the UI below.

**It's is also necessary to** [**enable CORS**](/v3.0.x/storage-and-credentials/managed-credentials/enabling-cors.md) **in the bucket containing any source data.**

{% embed url="<https://www.loom.com/share/1bc7a52dd1604d89b88d0a3643a6af54>" %}

Once connected, datasets can be loaded in the Python API using their Deep Lake path or their cloud path:

* Using the Deep Lake path (`hub://org_name/dataset_name`) will automatically load the managed credentials required to authenticate with the cloud storage provider.
* Using the cloud path (`s3://bucket/...)`will require the user to specify credentials using the [API here](/v3.0.x/storage-and-credentials/storage-options.md).

### Managed Credentials UI

All managed credentials that are used by Deep Lake and Activeloop Platform can be added, renamed, edited, or deleted via the UI below:

{% embed url="<https://www.loom.com/share/36fdc1120fe1498d91236a6cb70df1e0>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-v3.activeloop.ai/v3.0.x/storage-and-credentials/managed-credentials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
