> For the complete documentation index, see [llms.txt](https://help-en.cosmobots.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help-en.cosmobots.io/bot-builder/conversation-flow/existing-step.md).

# Existing Step

**Existing Step** is responsible for redirecting the conversation to an existing step and / or flow.

![](https://lh4.googleusercontent.com/cTHmZlNxrkQSFGuaQv6Ru_L1g7P7W40aMPEp9j0FN1Xv9M_ub9PwxeahZG6taey1HhYmqtVBTXl2uwg5PRkLUpyz-qSb9f6xgn5BujkJx0FanbtzduEzjc4yL5rG4Ihdlxd40J3q)

{% hint style="info" %}
Whenever a flow is over, create a "Get by Hand" flow that shows the initial options for the user. Use the existing Step to always send the user to that flow.
{% endhint %}

So the action of this step is quite simple. If the flow arrives at this step, the conversation is directed to another existing step.

The primary goal of using this step is to reuse steps that have already been created and consequently not to redo steps.[<br>](https://help.cosmobots.io/help/bot-builder/fluxo-da-conversa/filtro)
