# Managing Extensions

The [agent extensions](https://docs.flopsar.com/5.1/developer-guide/agent-extensions) are managed and stored in the server. You can access the management view by clicking the <mark style="color:blue;">`Tools`</mark> link in the side bar.

<figure><img src="https://4184112761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1l0Vb5GSU1RRV2waQeIU%2Fuploads%2F7GLuZi48IQ586VWzYgmA%2Fextensions.png?alt=media&#x26;token=152684fa-953f-456d-9181-79ac861c3707" alt=""><figcaption><p>Sample extensions</p></figcaption></figure>

The <mark style="color:blue;">`Extensions`</mark> tab presents a list of all available extensions, stored in the server. If an extension has an icon next to its class name, it means there is a source code of this extension, which you can see by clicking this icon.&#x20;

In order to add new extensions click the <mark style="color:blue;">`New extension`</mark> item in the <mark style="color:blue;">`Options`</mark> menu. Then, select the jar file with the extension classes. If the jar file contains valid extensions, you should get a view with detected extensions.

<figure><img src="https://4184112761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1l0Vb5GSU1RRV2waQeIU%2Fuploads%2FB1PyKeW9enRVIKLBzJ7e%2Fnew_extensions.png?alt=media&#x26;token=19fb26a1-80db-4031-92bc-f59a7b00a9e2" alt=""><figcaption><p>Sample new extensions</p></figcaption></figure>

You can verify that the extensions you upload are the ones you wanted before you send them to the server. When a new extension class is already present in the server registry, you will see a red icon in the <mark style="color:purple;">`Overwrite`</mark> column. If the extension has its source code attached, you will see a green icon in the <mark style="color:purple;">`Source attached`</mark> column. If everything is fine, just press the <mark style="color:blue;">`Accept`</mark> button to upload the extensions.

{% hint style="info" %}
There are sample extensions ([http](https://github.com/flopsar/plugin-http) and [jdbc](https://github.com/flopsar/plugin-jdbc) plugins) available publicly, which can be found at our [GitHub](https://github.com/flopsar) repos.
{% endhint %}
