# The Queue Monitor

Media operations such as consolidate and transcode are performed automatically as background tasks in Nara. When you submit an operation it is added to the queue and will be processed according to its position in the queue.

The status and completion of these operations can be checked using the Queue Monitor.

To access the queue monitor, click on the main Nara 'actions button' (the small cog-wheel button at the top right-hand corner of the left panel) and click on Queue Monitor in the pop-up menu:

<div align="left"><figure><img src="/files/qZPuFd9BHo7P85Br1x8U" alt="" width="234"><figcaption></figcaption></figure></div>

This will open the queue monitor in a floating window:

<div align="left"><figure><img src="/files/WSLwitCgtCXeYtnB5P1o" alt=""><figcaption></figcaption></figure></div>


---

# 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.nara.stream/advanced-features/the-queue-monitor.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.
