# Warnings

{% hint style="warning" %}
Note that Akira has a limit of 20 warning per user, \
if this limit is reached it will overwrite the previes warnings.

example:\
Warning 21 will overwrite warning 1, Warning 22 will overwite warning 2 etc...
{% endhint %}

{% hint style="info" %}
Akira **will not** automatically mute/kick/ban members based on the number of warnings issued.
{% endhint %}

## Usage:

<table><thead><tr><th width="212">Command</th><th width="112.66666666666669">Options</th><th>Description</th></tr></thead><tbody><tr><td><code>a.warnings</code></td><td>&#x3C;user></td><td>Show the warnings from a user.</td></tr><tr><td><code>a.warnings clear</code></td><td>&#x3C;user></td><td>Clears all warnings from a user.</td></tr></tbody></table>

## Example:

<table><thead><tr><th width="316">Command</th><th>Description</th></tr></thead><tbody><tr><td><code>a.warnings @Dark-LYNN</code></td><td>Shows the warnings from @Dark-LYNN.</td></tr><tr><td><code>a.warnings clear @Dark-LYNN</code></td><td>Clears all warnings from @Dark-LYNN.</td></tr></tbody></table>

## Related Commands

{% content-ref url="/pages/R9Q7sV9BhVBLwpeXHVIE" %}
[Warn](/akira/moderation/warn.md)
{% endcontent-ref %}

{% content-ref url="/pages/rtWYxN73Z66IXfyvT6y3" %}
[Kick](/akira/moderation/kick.md)
{% endcontent-ref %}


---

# 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://documentation.lynnux.xyz/akira/moderation/warnings.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.
