> For the complete documentation index, see [llms.txt](https://identix.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://identix.rlib.io/setup/verify.md).

# Verify

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

### <mark style="color:red;">◾ Verify RLIB</mark>

* 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 %}

### <mark style="color:red;">◾ Verify ADDON</mark>

#### <mark style="color:blue;">◾ Method 1 (Console)</mark>

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 » identix, 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:

![](/files/-MTlIyndQz5lFyIJs0sM)

#### <mark style="color:blue;">◾ Method 2 (In-Game)</mark>

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**](/first-use/binds.md) page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://identix.rlib.io/setup/verify.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
