> For the complete documentation index, see [llms.txt](https://docs.wrangle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wrangle.io/tickets/setting-up-your-inbox/ticket-slas.md).

# Ticket SLAs

SLAs can be as short as 15 minutes or as long as 10 working days (two weeks). Time spent outside of workspace-level [working hours](/account-administration/working-hours.md) will not count against your SLAs, nor will time spent in the `On Hold` status.

<figure><img src="/files/S7PfRFlPQ3Lzxssm9qiQ" alt=""><figcaption></figcaption></figure>

Once an SLA has been breached, Wrangle will at-mention your inbox agents and inbox admins in the ticket thread.&#x20;

<figure><img src="/files/1FBfm2JaLNC7y1RsXtPU" alt=""><figcaption></figcaption></figure>

***

### Use Automations to ensure SLA accuracy

Sometimes agents may forget to place a ticket On Hold or update the status of a ticket.  With the [Waiting for Reply automation](/tickets/setting-up-your-inbox/ticket-lifecycle/ticket-statuses.md#waiting-for-reply-automation), a ticket's status will automatically be updated to "Waiting for Reply" every time the assigned agent posts a message in the ticket thread, and will automatically go back to "In Progress" when the requester replies. &#x20;

***

### Who receives SLA pings?

By default, both **Agents** and **Inbox Admins** in an inbox receive SLA reminder notifications when tickets are late.

* If a ticket is **assigned**, only the assigned agent(s) receive pings.
* If a ticket is **unassigned**, Wrangle pings all Agents and Admins in the inbox (by default).

### Excluding admins from SLA reminders

A toggle in Inbox Settings → Ticket SLAs controls this:

<figure><img src="/files/NUOodzs4KHjdiKP6rbLe" alt="" width="563"><figcaption></figcaption></figure>

**"Include inbox admins in SLA reminders"**

* **On (default):** Both Agents and Admins receive SLA pings for unassigned late tickets.
* **Off:** Only Agents receive SLA pings. Inbox Admins are excluded from SLA notifications entirely.

{% hint style="info" %}
**What about account admins?** Account (workspace-level) admins have access to all non-confidential inboxes but are not inbox members. Because they are not added as inbox members, they never receive SLA pings — regardless of inbox SLA settings.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.wrangle.io/tickets/setting-up-your-inbox/ticket-slas.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
