# Data Warehouse

There are three alternative ways to connect data from your data warehouse:&#x20;

* **AI:** This is the preferred option and is often the simplest. Use this option when you would like the AI to assist in finding the correct data or doing light transformations of the data prior to working with it in your spreadsheet. See [Getting Data Using AI](/using-arcwise-ai-analyst/getting-data-using-ai.md) for using this option.
* **Data Catalog:** Use this option if you want to quickly connect a known table.
* **Connect Data:** Use this option to manually explore and search for tables.

{% hint style="info" %}
If your data is large the data in the sheet will be truncated to 100 rows. You can still work with this data, however! See [Working With Large Data](/using-arcwise-in-sheets/working-with-large-data.md).
{% endhint %}

{% tabs %}
{% tab title="Data Catalog" %}
1\) Navigate to the Arcwise icon at the top right corner of your sheet and click it.

<div data-full-width="false"><figure><img src="/files/vJPKMaDbBN9AqoCWEH6h" alt="" width="363"><figcaption><p>The Arcwise icon appears at the top right of your Google Sheet</p></figcaption></figure></div>

2\) From the command palette select **View all connect data** near the bottom.

<figure><img src="/files/f8XAPvNhoT47IOv0890m" alt="" width="375"><figcaption></figcaption></figure>

3\) Select the **Data catalog** tab.

<figure><img src="/files/vTAVXS4QGCrYrRNJNW7T" alt="" width="375"><figcaption></figcaption></figure>

4\) (Optional) If you have multiple data warehouses select the data warehouse you would like to pull data from.

5\) Select the schema the contains your table and then the table you would like to connect.

<figure><img src="/files/pVQbmaikoDYpWGEymTW5" alt="" width="375"><figcaption></figcaption></figure>

6\) In the bottom right corner click the green **Connect** button.

<figure><img src="/files/d5v1YxsJ3ouRWDC8VzxE" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Connect Data" %}
1\) Navigate to the Arcwise icon at the top right corner of your sheet and click it.

<div data-full-width="false"><figure><img src="/files/vJPKMaDbBN9AqoCWEH6h" alt="" width="363"><figcaption><p>The Arcwise icon appears at the top right of your Google Sheet</p></figcaption></figure></div>

2\) From the command palette select **Connect data** near the bottom.

<figure><img src="/files/f8XAPvNhoT47IOv0890m" alt="" width="375"><figcaption></figcaption></figure>

4\) Click on the **Database** section.

<figure><img src="/files/5tyAHIXCv7Z9QzXsnsSm" alt="" width="563"><figcaption></figcaption></figure>

5\) (Optional) search and use the navigation panel to find the data that is most relevant for your task.

6\) Select the table you would like to connect and click the green **Connect** button in the bottom right corner.

<figure><img src="/files/36yA5Qyw46VJRDD3QV5D" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="AI" %}
[Getting Data Using AI](/using-arcwise-ai-analyst/getting-data-using-ai.md)
{% endtab %}
{% endtabs %}


---

# 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://docs.arcwise.app/connecting-data/data-warehouse.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.
