# /claim

## Claim Command

### Overview

The `/claim` command marks the current open ticket as "claimed" by the staff member who executes the command. This indicates to other staff that someone is already handling the ticket.

### Usage

```
/claim
```

### Description

* **Ticket Ownership**: The claimer becomes the assigned staff member, helping avoid confusion or duplication of efforts.
* **Notifications**: Some setups may notify the user that a specific staff member has claimed their ticket.

### When to Use It

* Right when you, as staff, begin working on a ticket so others know you’re handling it.

### Permissions

* Typically requires staff status to claim a ticket.
* The bot itself needs `Manage Channels` permission to update ticket channel permissions or topics (if configured).

### Example

```
/claim
```

Marks the ticket as claimed by your account.


---

# 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/claim.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.
