# Adding Metadata

## Editing an Archive manually

To use a plugin on a single archive, you need to access its **editing** page by clicking the pencil icon on the main view. From here, you can modify all metadata manually. Don't forget to save!

{% hint style="danger" %}
The "Delete Archive" button will permanently wipe the Archive from your filesystem!
{% endhint %}

## Using Plugins

LANraragi supports the use of **Plugins** to fetch tags for your archives\
Said Plugins can be used in three different ways:

* On a per-archive basis through the standard Edit dialog
* Automatically on every newly added archive.
* During a Batch Tagging session.

For more info on Batch Tagging, check the following article:

{% content-ref url="../advanced-usage/batch-tagging" %}
[batch-tagging](https://sugoi.gitbook.io/lanraragi/dev/advanced-usage/batch-tagging)
{% endcontent-ref %}

To use plugins automatically, you have to first use the **Plugin Configuration** page to choose which plugins will be automatically executed, and set their options if they need any.

![Plugin Configuration (on this screenshot, eze and regex parsing will be executed automatically.)](https://3744230098-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPbsOo9_KVq_qSlpg5H-3168184435%2Fuploads%2Fgit-blob-d2e36942d3139ffcb526767032d5e432d405d03e%2Fcfg_plugin.png?alt=media)

LRR ships with a few plugins out of the box, in the */lib/LANraragi/Plugins* folder.\
To install other Plugins (in .pm format), drag them to this folder and they'll appear in Plugin Configuration.

You can also install Plugins through the "Install Plugin" button in Plugin Configuration.\
This feature requires Debug Mode to be enabled for security purposes. Debug Mode can be disabled once you're done installing Plugins.

{% hint style="warning" %}
Plugins have as much control over your system as the main LANraragi application does!

When installing Plugins from unknown sources, do a little research first.
{% endhint %}

## About source: tags

If your archive has a `source:` tag (likely from the use of the [built-in downloading feature](https://sugoi.gitbook.io/lanraragi/dev/advanced-usage/downloading)), many plugins will use said tag to directly fetch metadata from it without having to use heuristics of any kind to guess what your archive is.

If you have the URL on hand directly, you can either add it as a `source:` tag to your archive, or use it as a one-shot parameter on most downloader plugins.
