# /unclaim

## Unclaim Command

### Overview

The `/unclaim` command unclaims a ticket that was initially claimed, adding back all original staff roles to the ticket, returning it to an unclaimed state.

### Usage

```
/unclaim
```

### Description

* **Release Ownership**: Frees the ticket so another staff member can claim it.

### When to Use It

* If you (the staff member who claimed it) can no longer handle the ticket and need to pass it on.
* If you claimed it by mistake.

### Permissions

* Staff-only usage.
* The bot must have `Manage Channels` if it needs to modify channel permissions or roles associated with the claim status.

### Example

```
/unclaim
```

Removes your claim on the ticket, marking it as unassigned.


---

# 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.ticketking.xyz/bot-commands/unclaim.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.
