# Descripción General

Arcwise also has the ability to pull data via integrations with third-party software services (e.g. Salesforce, Hubspot, etc). Follow the subpages for information on each one.

One important thing to note: **Arcwise requires an attached database or data warehouse connection for each integration**. This is so that we can store persistent snapshots of your data, allowing efficient scheduled refreshes (without having to re-sync everything every time.)

Refer to the [Connect Data Warehouse](/espanol/configuracion-de-arcwise/conectar-el-almacen-de-datos.md) section for information on connecting a data warehouse. We support saving data into any [S3-compatible storage bucket](https://aws.amazon.com/s3/), which you can set up on all of the major cloud providers. We're also happy to set one up on your behalf 😊

* If you're comfortable with storing the data in an Arcwise-managed storage bucket, you can also select "File Uploads" as the destination warehouse. This will store imported data alongside  any CSV files you've uploaded to Arcwise (see:[Subir Archivos CSV](/espanol/conectando-datos/subir-archivos-csv.md))


---

# 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/configuracion-de-arcwise/integraciones/descripcion-general.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.
