> For the complete documentation index, see [llms.txt](https://help.cosmobots.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cosmobots.io/help/outros/dicas/pular-etapa-de-cadastro.md).

# Pular Etapa de Cadastro

Sempre ao iniciar a conversação com o seu assistente Cosmo, ele lhe pede os seus dados para cadastro, mesmo que você já tenha realizado esse processo?

![](/files/-MhxEft2Aaq7YsO-XQay)

Para evitar a repetição na etapa de cadastro do Cliente, realize a criação do fluxo da seguinte forma:

![](/files/-MhxEjPTMh7z3B0W0Vqj)

1. Logo após a mensagem de Boas Vindas, adicione um Filtro.
2. No Campo do Filtro, selecione um dado que você tenha salvo na sua etapa de Cadastro.

![](/files/-MhxEqoE0Qr1lQTc0M8M)

&#x20;  3\. Em Condição do Filtro, adicione a opção "Não Vazio", a lógica é de que se o Campo salvo do Usuário      ⠀    aprovar como "Não Vazio" é por que está preenchido, e caso siga o fluxo negativo do Filtro é de que o ⠀⠀  usuário não possui o campo preenchido.

![](/files/-MhxEzxYwJJzAhmVMEHd)

&#x20; 4\. Para o lado Negativo do Filtro, adicione as etapas de Cadastro, ou adicione o Fluxo de Cadastro, com           ⠀    a opção "Etapa Existente", que fica ao lado da opção de Filtro.

![](/files/-MhxF85D1nvtVXQX_iCf)


---

# 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://help.cosmobots.io/help/outros/dicas/pular-etapa-de-cadastro.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.
