# Keeping Everything in One Slack Thread

When your users start a workflow that has several approval or task list steps, it's nice to keep all of that work together in one Slack thread. That way, the conversation about early steps in the flow can be referred to when working on later steps in the flow.

Wrangle workflows will automatically handle keeping everything in one thread, as long as two or more steps are set to post in the same Slack channel.

For example, imagine you have a workflow that looks like this: *Intake form > Approval > Task list.* If the approval and task list steps are both set to post in the **#marketing-requests** channel, then Wrangle will automatically post the task list into the same thread as the earlier approval.


---

# 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://docs.wrangle.io/workflows/advanced-workflow-features/keeping-everything-in-one-slack-thread.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.
