# What is a plugin?

Plugin is an extension which enriches Snapshot by additional functionalities without changing the core of Snapshot's logic. The possibilities are many, from plugins which reward users with an NFT when they cast a vote, through adding a comment box for voters to explain their choice, to enabling on-chain execution of Gnosis Safe transactions.

You can browse through all plugins by heading to <https://snapshot.org> and selecting the **Plugins** filter in the search bar:

<figure><img src="https://545909647-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MG4Ulnnabb2Xz3Lei9_%2Fuploads%2Fgit-blob-cbd1f7597cf0886924316cf27d5d64f79b75b7cf%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

## Add a plugin to your space

You can extend your space's functionality by adding plugin(s) to it. They will be applied to all proposals created after the plugin has been added.

1. In order to add a plugin head to your space settings by clicking **Settings** on your space's page:

<figure><img src="https://545909647-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MG4Ulnnabb2Xz3Lei9_%2Fuploads%2Fgit-blob-7aef81285219ddebd0630622ec60be3f701128d2%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

2\. Scroll down to the **Plugins** section and click **Add plugin**. Select the plugin you want to add in the pop-up window:

<figure><img src="https://545909647-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MG4Ulnnabb2Xz3Lei9_%2Fuploads%2Fgit-blob-8a38c5671a2c68ee8187d4c482846995ec5210e4%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

3\. Configure the plugin according to your needs.\
\
Each plugin requires different setup so before you add it to your space make sure which parameters do you need to provide. As an example, the Gnosis SafeSnap plugin requires a `CHAIN_ID` of the network your safe is using and the `realityAddress` . Check out the [using-safe-multi-sig](https://docs.snapshot.box/user-guides/using-safe-multi-sig "mention") setup steps if you want to learn more about this specific plugin.

<figure><img src="https://545909647-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MG4Ulnnabb2Xz3Lei9_%2Fuploads%2Fgit-blob-5d8a613b2db751383647f804c3ac55075339f7c6%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

4\. Click **Add** and don't forget to **Save** your new settings.

5\. Well done, you have added a new plugin to your space! :tada:

{% hint style="info" %}
The newly added plugin will affect only **proposals created after** the settings have been updated.
{% endhint %}
