# Almacén de Datos

Hay tres formas alternativas de conectar datos desde su almacén de datos:

* **AI:** Esta es la opción preferida y suele ser la más sencilla. Utilice esta opción cuando desee que la IA le ayude a encontrar los datos correctos o realizar transformaciones ligeras de los datos antes de trabajar con ellos en su hoja de cálculo. Ver [Obtener Datos Usando IA](/espanol/usando-arcwise-ia/obtener-datos-usando-ia.md) por utilizar esta opción.
* **Catálogo de datos:** Utilice esta opción si desea conectar rápidamente una tabla conocida.
* **Conectar datos:** Utilice esta opción para explorar y buscar tablas manualmente.

{% hint style="info" %}
Si sus datos son grandes, los datos de la hoja se truncarán a 100 filas. ¡Sin embargo, aún puedes trabajar con estos datos! Ver [Trabajar con Grandes Datos](/espanol/usando-arcwise-en-google-sheets/trabajar-con-grandes-datos.md).
{% endhint %}

{% tabs %}
{% tab title="Catálogo de datos" %}
1\) Navegue hasta el ícono de Arcwise en la esquina superior derecha de su hoja y haga clic en él.

<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\) Desde la paleta de comandos, seleccione Ver todos los datos de conexión cerca de la parte inferior.

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

3\) Seleccione la pestaña Catálogo de datos.

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

4\) (Opcional) Si tiene varios almacenes de datos, seleccione el almacén de datos del que desea extraer datos.

5\) Seleccione el esquema que contiene su tabla y luego la tabla que desea conectar.

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

6\) En la esquina inferior derecha, haga clic en el botón verde Conectar.

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

{% tab title="Conectar datos" %}
1\) Navegue hasta el ícono de Arcwise en la esquina superior derecha de su hoja y haga clic en él.

<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\) En la paleta de comandos, seleccione Conectar datos cerca de la parte inferior.

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

4\) Haga clic en la sección Base de datos.

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

5\) (Opcional) busque y utilice el panel de navegación para encontrar los datos más relevantes para su tarea.

6\) Seleccione la mesa que desea conectar y haga clic en el botón verde Conectar en la esquina inferior derecha.

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

{% tab title="AI" %}
[Obtener Datos Usando IA](/espanol/usando-arcwise-ia/obtener-datos-usando-ia.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/espanol/conectando-datos/almacen-de-datos.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.
