# Verify

After completing the installation of rlib and your addon; you can check for a succesful installation by performing the following steps:

## <mark style="color:red;">▸ Verifying rlib</mark>

Open your server-side console and execute the following command:

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

```shell
rlib.version
```

{% endtab %}

{% tab title="Second Tab" %}

{% endtab %}
{% endtabs %}

If rlib is installed and running properly; your console should output:

```
rlib » manifest

    Version    » v3.6.1.1 ( 09.29.2022 )
    Author     » Richard
    Docs       » https://docs.rlib.io/
    Uptime     » 16h 20m
    Addons     » 6 (base, builderx, hudhive, identix, linx, workshop)
```

Of course, your list of addons and uptime will be different. However, by running that command, you should get an output.

If you receive the following error; then rlib is NOT installed correctly.

&#x20;        <mark style="color:blue;">`Unknown command "rlib.modules"`</mark>

For instructions on installing rlib; you can visit one of the following links:

* [**HudHive Documentation**](https://hudhive.rlib.io) <mark style="color:red;">▸</mark> [**Install**](/setup/install.md#install-rlib)
* [**Rlib Documentation**](https://docs.rlib.io) <mark style="color:red;">▸</mark> [**Install**](https://docs.rlib.io/setup/library)

## <mark style="color:red;">▸ Verifying addon</mark>

To confirm the installation of your addon, open your server-side console and execute the following:

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

```
rlib.modules
```

{% endtab %}

{% tab title="Second Tab" %}

{% endtab %}
{% endtabs %}

The following information should appear in your console:

<pre><code>[rlib] Active Modules
-----------------------------------------------------------------------------------
Module               Version           Author          Description
-----------------------------------------------------------------------------------
Base                 2.0.0.0 stable    Richard         base module
Builder-X            2.1.0.0 stable    Richard         build &#x26; pvp mode
<a data-footnote-ref href="#user-content-fn-1">Hudhive              2.0.0.0 stable    Richard         darkrp hud</a>
Identix              2.6.0.0 stable    Richard         name &#x26; profile system
Linx                 2.4.0.0 stable    Richard         escape screen
Workshop             2.0.0.0 stable    Richard         workshop content downloader
-----------------------------------------------------------------------------------
</code></pre>

Your list of addons will be different. However, the name of the addon that you've installed should appear in the list.

If you cannot find the addon's name, please review the [**Installation Instructions**](/setup/install.md).

[^1]: current addon


---

# Agent Instructions: 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://hudhive.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.
