> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trunk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Using the Queue

> Daily operations for working with Trunk Merge Queue.

These pages cover the daily operations that developers perform when working with Trunk Merge Queue. Whether you're submitting your first PR or handling a failed test, this section provides practical guidance for getting your code merged safely and efficiently.

## Submit and manage pull requests

[**Submit and cancel pull requests**](./reference)\
How to add PRs to the queue via GitHub comments, CLI, or UI, and remove them when needed.

## Monitor and troubleshoot

[**Monitor queue status**](./monitor-queue-status)\
Track your PR's progress through the queue in real-time via dashboard or CLI.

[**Handle failed pull requests**](./handle-failed-pull-requests)\
Diagnose failures, retry flaky tests, fix issues, and resubmit.

<Tip>
  Press <kbd>⌘</kbd> <kbd>K</kbd> (macOS) or <kbd>Ctrl</kbd> <kbd>K</kbd> (Windows and Linux) anywhere in the Trunk app to open the command palette. Start typing to jump to Merge Queue, Flaky Tests, your account settings, or any connected repository by name.
</Tip>

## Emergency procedures

[**Emergency pull requests**](./#emergency-procedures)\
Bypass the queue for critical production fixes (use sparingly).
