> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/es/red/herramientas/importar-datos/importar-anunciantes.md).

# Importar anunciantes

1. **Ir a Herramientas » Importar datos**

![](/files/a00c0c3efdae47ab005f75245cf09efff3a3645d)

2\. **Seleccionar plantilla de importación de anunciante (archivo CSV)**

![](/files/5d2230d6a6f77c69b1166290d91cd109b0817e22)

Una vez que se cargue el archivo, los datos del anunciante se mostrarán en formato de tabla. Los usuarios deben hacer coincidir todos los encabezados de columna según la hoja CSV ordenada de datos.\
(Eliminar la primera fila de encabezado después de asignar las columnas)

***

#### **Campos importantes en el CSV para importar anunciantes**

1. Nombre, Apellido&#x20;
2. Correo electrónico ( **Obligatorio** )
3. Nombre de la empresa
4. País
5. Estado ( aprobado, pendiente, rechazado )
6. Sitio web
7. Teléfono
8. Dirección
9. Moneda

Descargue el archivo de plantilla de importación de anunciantes desde aquí y ordene los datos de su anunciante según los encabezados de la plantilla.

{% file src="/files/43cad6e94cc9a748a8d8e3859e2e92af845b4633" %}
Descargar plantilla de importación de anunciantes
{% endfile %}


---

# 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://knowledgebase.offer18.com/es/red/herramientas/importar-datos/importar-anunciantes.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.
