# Disable

### Usage: <a href="#usage" id="usage"></a>

| Command                      | Description                    |
| ---------------------------- | ------------------------------ |
| `a.disable <command/module>` | disable a command or a module. |

{% hint style="info" %}
Disabling a command will only prevent future uses of the command.
{% endhint %}

{% hint style="warning" %}
Main command's will not be disabled:

{e.g. help[^1]}
{% endhint %}

## Related Commands

{% content-ref url="/pages/k5jx9TRHS2HpdnlhPTMW" %}
[Enable](/akira/permissions/enable.md)
{% endcontent-ref %}

[^1]: `a.help -c` can be disabled.

    `a.help` will still work.


---

# 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/permissions/disable.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.
