# Addons

**Addons** are standalone mods that extend OMS with new features.\
Each addon may include one or more features, each with its own config, commands, and runtime logic.

> Mods with addons are added like regular Forge mods - just place the `.jar` into the `mods/` folder.

***

### Installed by Default

**OperateMyServer** comes bundled with itself as a registered addon named `oms`.

This addon provides the default base feature set.\
You can view more details about the `oms` addon [here](/oms-wiki/addons/operatemyserver-addon.md)

***

### Optional Addons

You can also install additional OMS-compatible addons to extend functionality or add custom automation logic.

See [Watchdog Essentials](/oms-wiki/addons/watchdog-essentials.md) addon for an example.

***

### Custom Addons

You can create your own OMS-compatible addons using the public OMS API.

Each addon defines:

* Its own ID and metadata
* One or more features
* Optional commands, config, and logs

Learn more in the [Developer Guide](/oms-wiki/developer-guide.md)


---

# 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://conboi.gitbook.io/oms-wiki/addons.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.
