# General Information

- [Commands & Permissions](https://ae.advancedplugins.net/general-information/commands-permissions.md): All plugin commands
- [AEGive](https://ae.advancedplugins.net/general-information/commands-permissions/aegive.md): How to use the "/aegive" command.
- [Languages and Localization](https://ae.advancedplugins.net/general-information/languages.md): Read about built-in translations for the plugin.
- [Plugin Items](https://ae.advancedplugins.net/general-information/giving-plugin-items.md): How to give plugin items? Here's an example of how to give admin items to players.
- [All plugin items](https://ae.advancedplugins.net/general-information/giving-plugin-items/all-plugin-items.md)
- [Item Configuration](https://ae.advancedplugins.net/general-information/giving-plugin-items/item-configuration.md)
- [Slot Increasers](https://ae.advancedplugins.net/general-information/giving-plugin-items/slot-increasers.md)
- [Toggling Features](https://ae.advancedplugins.net/general-information/toggling-features.md): Guide on how to toggle certain plugin features.


---

# 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://ae.advancedplugins.net/general-information.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.
