> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/sac-360/sac-360-common-questions/sac-360-returning-a-ticket-to-the-queue.md).

# SAC 360° - Returning a Ticket to the Queue

In some situations, an ongoing support interaction needs to be returned to the queue, allowing another agent to take it over or for it to be redistributed according to the team’s operation.

This feature is useful when the agent needs to end their shift, cannot continue the support interaction, or has identified that another department will be responsible for continuing the conversation.

> **Important:** Only support interactions that are assigned to an agent can be returned to the queue.

{% embed url="<https://youtu.be/hsOEVKa9AjE>" %}

***

## Accessing SAC 360º

Access the **SAC 360º** through the menu:

**Menu → General → SAC 360º**

Or use the field **Find Services** (magnifying glass icon) to locate the module quickly.

***

## How to return a support interaction to the queue

1. Locate and open the desired support interaction.
2. In the support interaction’s top bar, click the button **Return to Queue**.
3. Confirm the action, if the system requests it.

After confirmation, the support interaction will be removed from the responsibility of the current agent and will return to the corresponding queue.

***

## What happens when it is returned to the queue?

When performing this action:

* The support interaction is no longer linked to the current agent.
* The support interaction returns to the configured support queue.
* The full conversation history is kept.
* Another agent will be able to take over the support interaction normally.

***

## When should this feature be used?

It is recommended to return a support interaction to the queue in the following situations:

* End of the agent’s shift.
* Need for redistribution among the team.
* Support interaction sent to the wrong department.
* Unavailability of the responsible agent.
* Continuation of the support interaction by another operator.

***

## Best practices

* Make sure all important information has already been recorded before returning the support interaction to the queue.
* Whenever possible, inform the customer that the support interaction will be transferred to another agent.
* Use this option only when redistribution is really necessary, avoiding unnecessary movement between queues.

***

## Conclusion

The feature **Return to Queue** allows support interactions to be redistributed quickly and in an organized way, ensuring that no customer is left without support and providing greater flexibility in managing the SAC 360º team.


---

# 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.sprinthub.com/en/topics/general/sac-360/sac-360-common-questions/sac-360-returning-a-ticket-to-the-queue.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.
