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

# Verify

Validating the installation of rlib and your addon

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

<details>

<summary><mark style="color:blue;">Check rlib installation</mark></summary>

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

```lua
rlib.version
```

* Console should show the following:

```
rlib Manifest: 
       Ver :  v4.0.0.0-stable  ( 03.27.2023 )
       Dev :  Richard
       Doc :  https://docs.rlib.io/ 
```

* If the above outputs, rlib is running.

</details>

<details>

<summary><mark style="color:blue;">Check Addon Installation</mark></summary>

* Access your gmod server's console
* Execute the command:

```
rlib.modules
```

* The following should show in console:

![](https://4278373638-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LfFHG-Ci09gjQjjmdgE%2Fuploads%2FtSiju4kxnvQLwuzfx93P%2Frlib_addon_list.png?alt=media\&token=48b002ff-f3f5-45fc-812c-d1825f5b8aa9)

</details>
