# Wrangle App Home

The Wrangle App Home in Slack is where you'll find shortcuts to all the key Wrangle features and help resources, as well as any outstanding to-dos and requests you've created.<br>

### Create Wrangle Items

Use the "Start Ticket" and "Start Workflow" buttons to create a request directly from the App Home, and use the "Wrangle Dashboard" button to open the Wrangle web app.

### Find Wrangle Items

And in the **"My Items"** section, use the the following filters to find items associated to you:&#x20;

{% stepper %}
{% step %}

### Waiting on Me

View all workflows and tickets that require your immediate action. This filter ensures you can easily prioritize tasks that need your attention. These are tickets that you are assigned to as an agent, or workflows that are pending a task, form, or approval step from you.
{% endstep %}

{% step %}

### Created by Me

See all workflows and tickets that you initiated. Use this view to track progress and stay updated on the items you’ve created.
{% endstep %}

{% step %}

### Followed by Me

Find workflows and tickets you are following to stay informed about updates, even if you’re not directly responsible for the task.
{% endstep %}
{% endstepper %}

<figure><img src="/files/tIEiDAdvdeQ04zVt5K8j" alt=""><figcaption><p>Toggle between "Waiting on Me", "Created by Me", and "Followed by Me"  to track your personal to-dos and requests.</p></figcaption></figure>

The Wrangle App Home is also where you'll periodically receive messages from us, including information about new features being released, as well as any [workflow](/workflows/designing-a-workflow/editing-workflow-settings-and-design.md#export-history) or [ticket exports](broken://pages/EoclPbGUEAkvi6bNMgPX#export-history) you've requested.


---

# 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/best-practices/wrangle-app-home.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.
