# 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)


---

# 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://help-en.cosmobots.io/bot-builder/conversation-flow/existing-step.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.
