# If Deleted by Mistake How To Connect A String Again

#### How to Reconnect the Flow

1. Open the relevant **Bot Flow** in the Bot Builder.
2. Identify the two blocks that were previously connected.
3. Locate the small **connector circle** (output point) on the edge of the first block.
4. Click and **drag the connector** to the second block.
5. Release to reconnect the flow.

Once reconnected, the string will be restored and the bot flow will function properly again.

If your bot stops responding unexpectedly, always check for broken or missing connections in the flow.

{% embed url="<https://youtu.be/lUbUZbjrYrk?si=3iHCWNN7v9qd5m_f>" %}


---

# 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://helpdocumentation.gitbook.io/user/bot-builder/if-deleted-by-mistake-how-to-connect-a-string-again.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.
