# Claimtime

`a!claimtime`

{% tabs %}
{% tab title="Usage" %}

* `a!claimtime [user]`  - Display your claimtime or someone else's claimtime.
  {% endtab %}

{% tab title="Second Tab" %}

{% endtab %}
{% endtabs %}

### `a!claimtime-admin add`

{% tabs %}
{% tab title="Usage" %}

* `a!claimtime-admin add <role> <input_time> [override]` - Adds claimtime to an user.
  {% endtab %}

{% tab title="Examples" %}

<figure><img src="/files/gu4ZMnzoHpYvOsZ7Za11" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### `a!claimtime-admin remove`

{% tabs %}
{% tab title="Usage" %}

* `a!claimtime-admin remove <role>` - Removes claimtime from an user.
  {% endtab %}

{% tab title="Examples" %}

<figure><img src="/files/k7a15ugdAHaMdlmxb5qo" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

`a!claimtime-admin display`

{% tabs %}
{% tab title="Usage" %}

* `a!claimtime-admin display`  - Display claimtime(s) for all roles.
  {% endtab %}

{% tab title="Second Tab" %}

{% endtab %}
{% endtabs %}

{% hint style="info" %}
**Syntax usage:**

`<>` = Required argument (mandatory and must be included)

`[]` = Optional argument (not necessary to be included)
{% endhint %}


---

# 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.apollo-bot.xyz/commands/claimtime.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.
