# Introduction

[![MIT Licence](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/mit-license.php)[![Version](https://img.shields.io/github/release/iamrichardt/rlib.svg?color=CA5DC3)](https://rlib.io)[![Docs](https://img.shields.io/badge/docs-view-orange.svg)](https://docs.rlib.io)[![Size](https://img.shields.io/github/repo-size/iamrichardt/rlib.svg?color=%23FF1B67\&label=size\&logo=lua)](https://get.rlib.io)[![Updated](https://img.shields.io/github/last-commit/im-richard/rlib.svg?label=updated)](https://rlib.io)[![Status](https://img.shields.io/badge/status-stable-blue?color=%232A8246)](https://rlib.io)[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fim-richard%2Frlib\&count_bg=%235A3DC8\&title_bg=%23555555\&icon=reasonstudios.svg\&icon_color=%23E7E7E7\&title=hits\&edge_flat=false)](https://hits.seeyoufarm.com)

rlib is a glua library written for garrys mod which contains a variety of functions and features that allow for easier ways of creating addons. This library will act as the foundation for other scripts and functionality you wish to add to your server, all while ensuring that your code remains clean and minimal.

{% hint style="info" %}
As of **v3.2.0.0**; rlib is now being packaged as a "lite" version. Server owners should notice no difference other than less files. rlib legacy (*prior to v3.2*) is only for specific servers, and no longer needed by the public.
{% endhint %}


---

# 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://docs.rlib.io/master.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.
