# Duplicando e excluindo fluxos

### Duplicando um fluxo

Duplicar é útil quando você quer criar um fluxo parecido com outro que já existe — assim você não precisa montar tudo do zero.

#### Como duplicar

1. Acesse o menu Fluxos
2. Encontre o fluxo que deseja copiar
3. Selecione Duplicar
4. Uma cópia do fluxo será criada com o nome "Cópia de \[nome original]"

#### Quando duplicar é útil?

* Criar uma versão de feriado do seu fluxo principal
* Fazer um fluxo semelhante para outro produto ou serviço
* Testar mudanças sem alterar o fluxo original que já está funcionando

***

### Excluindo um fluxo

Antes de excluir, certifique-se de que o fluxo não está ativo ou sendo usado. Fluxos excluídos não podem ser recuperados.

#### Como excluir

1. Acesse o menu Fluxos
2. Encontre o fluxo que deseja remover
3. Selecione Excluir

⚠️ Atenção: A exclusão é permanente. Se tiver dúvida, pause o fluxo em vez de excluí-lo.


---

# 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://zaptria.gitbook.io/ajuda/criando-fluxos-de-conversa/duplicando-e-excluindo-fluxos.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.
