# Suggest a Workflow

If you'd like to suggest a workflow to one of your colleagues in Slack, you can use the "Suggest a workflow" message shortcut. The "Suggest a workflow" shortcut is great for highlighting a specific workflow to someone who isn't yet familiar with Wrangle. For example, if you have an expense reimbursement workflow and see a question in Slack about how to submit an expense report, you can use the shortcut to send the commenter a direct link to start the workflow.&#x20;

To suggest a workflow, open the "More actions" menu on a comment, then choose "Suggest a workflow." Then, select the specific workflow you're like to suggest.

<figure><img src="/files/ZWdK1ifZTv9mtfTjVIZ5" alt=""><figcaption><p>Send your colleagues a link to your workflow.</p></figcaption></figure>

The original commenter will see a reply from Wrangle that directs them to complete your intake form and launch the workflow. Once they launch the workflow, Wrangle will create a new comment with a link to the workflow thread where the requester can follow along.

<figure><img src="/files/qOPQGjAybSIF0u0swWmd" alt=""><figcaption><p>Requesters can easily launch the workflow.</p></figcaption></figure>


---

# 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/suggest-a-workflow.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.
