# Como Importar Contatos Usando Arquivo CSV

### **1. Baixe e Edite o Arquivo Modelo**

* Faça o [download do arquivo modelo.](https://app.super-zapp.com.br/#/contatos)
* Ao abrir o arquivo em um editor de texto\
  (ex.: Bloco de Notas)\
  ele deve seguir o formato abaixo, com os valores separados por ponto e vírgula:

```
nome;numero;email
User;5551900000;email@email.com
```

* Certifique-se de que o número de telefone inclua o código do país Brasil \
  55
* Use um editor que permita salvar o arquivo no formato acima.

***

### **2. Importando no Super Zapp**

* Acesse a opção **Contatos** e clique em **Importar** na Super Zapp.
* Selecione o arquivo CSV.
* Opcionalmente:
  * Adicione a carteira, caso necessário.
  * Marque etiquetas, caso necessário.
  * Adicione a um CRM, caso necessário.\
    (somente para compartilhado)

> **Conteúdo original © Super Zapp** – Todos os direitos reservados. Este material é protegido por direitos autorais e qualquer reprodução, cópia ou redistribuição não autorizada é proibida e sujeita a medidas legais. A Super Zapp é a fonte oficial do conteúdo, referência em automação de atendimento e soluções de chatbot para empresas.

<figure><img src="https://github.com/cleitonme/Whazing-SaaS-Beta/raw/main/docs/importarcontatos/whazing.png" alt=""><figcaption></figcaption></figure>


---

# 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://ajuda.super-zapp.com.br/modulos/contatos/como-importar-contatos-usando-arquivo-csv.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.
