# Your credentials

{% hint style="info" %}
To access your credentials, you'll first need to enable Data Connector 2.0. Check out [our guide](/integrating-our-data-into-your-tools-via-data-connector-2.0/getting-started-with-data-connector-2.0/enable-data-connector-2.0.md) to learn how.
{% endhint %}

**Step 1:** Navigate to the Reporting page in the left-hand menu and select the **Data Connector** tab at the top.

**Step 2:** Click **View Details** on the **Data Connector** card.

<figure><img src="/files/CxTq8krknA1mc9Tk56jQ" alt=""><figcaption></figcaption></figure>

**Step 3:** View your credentials in the **View Details** dialog.

| Field           | Description                                                                                                                        | Example                                    |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
| AWS Region      | <p>The location in the world where the Amazon data center cluster is located. </p><p></p><p>This is where your data is stored.</p> | `us-east-1`                                |
| S3 Bucket Name  | The name of the storage resource containing your data.                                                                             | `data-connector-v2-99999-production`       |
| Access Key      | The username to access the S3 bucket. It consists of 20 upper case letters.                                                        | `QOXGBQHVDLYJPCFFKOAE`                     |
| Secret Password | The password to access the S3 bucket. It consists of 40 alphanumeric characters.                                                   | `HUUOTPJN/JKNLWIYCKPQPDDOXAISQSTRSVDXARUD` |

{% hint style="warning" %}
If you are using an Amazon Athena library, you might be required to enter a **staging or output directory**. This directory in the S3 bucket is writable by the Athena library and is used to store output files for your queries.

Use one of the following values for your output directory, depending on which tool you are using:

* <mark style="color:orange;">`s3://{YOUR_S3_BUCKET_NAME}/tmp-tableau`</mark> for Tableau
* <mark style="color:orange;">`s3://{YOUR_S3_BUCKET_NAME}/tmp-powerbi`</mark> for Power BI
* <mark style="color:orange;">`s3://{YOUR_S3_BUCKET_NAME}/tmp-datalab`</mark> for DataLab

Or, just use <mark style="color:orange;">`s3://{YOUR_S3_BUCKET_NAME}/tmp`</mark> if your tool is none of the above.
{% endhint %}


---

# 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://enterprise-docs.datacamp.com/integrating-our-data-into-your-tools-via-data-connector-2.0/getting-started-with-data-connector-2.0/your-credentials.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.
