# Verify

If you want to double check and confirm the installation of rlib and your addon; you may do the following.

## ◾ Verify rlib

* Once installation is complete; connect to your Garry's Mod server.
* Open the console ( \~ )
* Execute the command:

{% tabs %}
{% tab title="Console" %}

```
rlib.version
```

{% endtab %}
{% endtabs %}

The following should output:

{% tabs %}
{% tab title="Console" %}

```
rlib Manifest: 
       Ver :  v3.2.0-stable  ( 12.06.2020 )
       Dev :  Richard
       Doc :  https://docs.rlib.io/ 
```

{% endtab %}
{% endtabs %}

##

## ◾ Verify addon

### ▸Method 1 (Console)

To verify if your addon is installed properly:

* Connect to your Garry's Mod server
* Open the console ( \~ )
* Execute the command:

{% tabs %}
{% tab title="Console" %}

```
rlib.running
```

{% endtab %}
{% endtabs %}

The following should output:

{% tabs %}
{% tab title="Console" %}

```
[CONSOLE] [rlib] nodules » lunera, workshop
```

{% endtab %}
{% endtabs %}

You can also execute the following command in the server-side console:

{% tabs %}
{% tab title="Console" %}

```
rlib.modules
```

{% endtab %}
{% endtabs %}

This command should show something such as the following:

![](https://211179469-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M1JhiILStiA7jDKglRZ%2F-MO0XIjjTEDbl27xtqgZ%2F-MO0XVxkctCRIdpGaA9-%2Fccc.png?alt=media\&token=e6004bf9-ab01-4f52-a037-f0fe87d78ff6)

##

### ▸Method 2 (In-game)

Any addon that includes an interface will come with multiple ways to make it appear on-screen. Obviously, by making the interface appear, you will know that it is successfully installed.

For a list of activation methods, view the [**Binds**](https://lunera.rlib.io/first-use/binds) page.
