# Notify Requesters via DM for Private Workflows

If your requesters don't belong to the channel where your Wrangle workflow posts (for example, if you have a sensitive HR or finance workflow that posts to a private channel), you can still keep your requesters in the loop by enabling the "Notify requesters by Slack DM instead of in the thread?" [setting](/workflows/designing-a-workflow/editing-workflow-settings-and-design.md).&#x20;

Once enabled, your requesters will receive updates via DM from the Wrangle app to let them know how the workflow is progressing.

{% hint style="info" %}
Make sure your [approval](/workflows/designing-a-workflow/approvals.md) and [task list](/workflows/designing-a-workflow/task-lists.md) step names are descriptive enough that your requesters understand what each stage means, since they won't have the additional context of the Wrangle thread.
{% endhint %}

<div align="left"><img src="/files/sTVVO8J4tVrnVlejRwRn" alt="DM informing that the first step has been completed and the workflow has progressed to the second step."></div>

<div align="left"><img src="/files/1ugBpzWo6r7wOhatQORT" alt="DM informing that the request has been completed"></div>

<div align="left"><img src="/files/Exkn4Hh3ms3WTanHwZkr" alt="DM informing that the request was rejected."></div>


---

# 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/notify-requesters-via-dm-for-private-workflows.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.
