> For the complete documentation index, see [llms.txt](https://soporte.optiwe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://soporte.optiwe.com/crm/importacion-de-base-de-datos.md).

# Importación de base de datos

Para migrar tus contactos pre-existentes a Optiwe, deberás importarlos cargando un archivo .csv en la **opción clientes -->Contactos en** [**app.optiwe.com**](https://app.optiwe.com/)**:**&#x20;

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

#### **CREACIÓN DE ARCHIVO .CSV**

El archivo **.csv**  debe contar con las siguientes columnas:

<figure><img src="/files/9xPuRNaTjCPYfXponKNW" alt=""><figcaption></figcaption></figure>

Para crearlo desde **Excel,** en los campos de texto es preciso **anteponer ' al texto. Ej '+54, 'True**

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

Luego al momento de **descargar** se debe elegir el **formato valores separados por como (.csv)**

<figure><img src="/files/2mPgjV3ln7F36oWmXCPP" alt=""><figcaption></figcaption></figure>

Una vez descargado ya esta listo para subir a [app. optiwe.com](https://app.optiwe.com/)

#### **IMPORTADO**

Para subir la base, deberás seguir los siguientes pasos:

<figure><img src="/files/9jDYwJvRVCdSuyuFCH5x" alt=""><figcaption></figcaption></figure>

En el historial de archivos verás el detalle de cada importación:

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

* **Estado:** para bases muy grandes, podrá quedar en proceso hasta que se complete.
* **Resultados:** indica la cantidad de clientes importados <img src="/files/p8mIE9tRzVvhZn2fotwy" alt="" data-size="line">exitosa o <img src="/files/ZHv2hYDcYDe8OfIGGHmr" alt="" data-size="line">erróneamente.
* **Acciones:** permite descargar la importación:&#x20;

![](/files/nb0xc2giMlppbYrUCXI1): descarga la base que efectivamente impactó en el sistema.

![](/files/wAs90yIcC6b2dOZvXll1): descarga las lineas de clientes que por tener algún error no se importaron,                                 para que puedan modifcarse y volver a subirse.

{% hint style="info" %}
**El sistema creará automáticamente el grupo de clientes mencionado en la columna de "groupName"  y quedará listo para utilizarse en las campañas de envíos masivos.**
{% endhint %}


---

# 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://soporte.optiwe.com/crm/importacion-de-base-de-datos.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.
