# Ticketing for Field Teams and Mobile Users

In this guide, we’ll cover best practices for using a Wrangle inbox when your requesters primarily work from mobile. While you can configure your inbox a number of different ways, we have some specific recommendations for reducing friction for your requesters on mobile.

### Inbox setup

For the most seamless experience for your requesters, enable [automatic ticket creation](/tickets/creating-tickets.md#auto-creating-tickets) in your inbox settings, and *don’t* include any custom form fields. This ensures that requesters only need to add a message in your inbox channel in order to create a ticket. And to ensure they’re kept in the loop as you work on their ticket, enable [requester notifications](broken://pages/EoclPbGUEAkvi6bNMgPX#automations).

### Creating and tracking tickets on mobile

Once you have your inbox ready with automatic ticket creation and requester notifications, your requesters just need to add a message to your inbox channel in order to submit their request. They’ll immediately see the Wrangle ticket show up in their threads, and if you’ve enabled requester notifications, they’ll also get a notification whenever an agent claims and resolves the ticket.

<figure><img src="/files/stTt89PC2kzI9hOau1S2" alt="" width="222"><figcaption><p>Automatic ticket creation on mobile</p></figcaption></figure>

Requesters can see a list of all their tickets from the Wrangle Slack app. Rather than trying to hunt through the inbox channel or their threads for the ticket thread, requesters can simply open the app, scroll to “My Items,” and use the “Created by me” filter. They’ll get a list of all their tickets and can open any ticket thread directly to check the status, ask questions, etc.&#x20;

<div data-full-width="true"><figure><img src="/files/kEEarGQpLC6pAYWDHALb" alt="" width="375"><figcaption><p>My Items on mobile</p></figcaption></figure></div>

{% hint style="info" %}
We recommend that any Wrangle users, both agents and requesters, star the Wrangle Slack app to ensure it’s always visible from the Slack sidebar.
{% endhint %}


---

# 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/ticketing-for-field-teams-and-mobile-users.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.
