> ## Documentation Index
> Fetch the complete documentation index at: https://accountant24.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Plugins

> A plugin is a small package of skills for the agent. Install plugins from the marketplace or create your own.

## Built-in plugins

Accountant24 comes with the [accountant24-skills](https://github.com/accountant24/skills) plugin, which holds a set of helpful skills. The app installs built-in plugins the first time it starts. Plugins published by Accountant24 have the **Official** badge in the [marketplace](/docs/marketplace).

## Community plugins

The [marketplace](/docs/marketplace) lists plugins published by the community.

## Your own plugins

Ask the agent to create a skill in chat, or write a plugin manually. The app picks up a new or changed plugin automatically, and its skills are ready to use in chat. See [Create a plugin](/docs/create-a-plugin) for more details.

## Manage plugins

### Install a plugin

Find the plugin under **Marketplace** in **Settings → Plugins**, click **Install**, review the plugin details, then **confirm**. The app downloads nothing before you confirm, and nothing from the plugin runs during the install. See [How the app installs a plugin](/docs/create-a-plugin#how-the-app-installs-a-plugin) for the details.

### Uninstall a plugin

Click **Uninstall** in **Settings → Plugins** to remove the plugin and its skills. This works for the built-in plugins too.

During the uninstall, the app deletes the plugin's folder, `~/.accountant24/plugins/<plugin-name>`.

### Update a plugin

To update a plugin to a newer version, uninstall it and install it again.
