# Identix

## Identix

- [Introduction](https://identix.rlib.io/master.md): This documentation serves the purpose of helping server owners install, setup, and use your new copy of this script.
- [Showcase](https://identix.rlib.io/showcase.md): Preview screenshots of this addon
- [Changelog](https://identix.rlib.io/changelog.md): A descriptive list of changes made to this script
- [2.6.0.0](https://identix.rlib.io/changelog/2.6.0.0.md): This is a detailed changelog for the specified release above.
- [2.5.2.0](https://identix.rlib.io/changelog/2.5.2.0.md): This is a detailed changelog for the specified release above.
- [2.5.1.0](https://identix.rlib.io/changelog/2.5.1.0.md): This is a detailed changelog for the specified release above.
- [2.5.0.0](https://identix.rlib.io/changelog/2.5.0.0.md): This is a detailed changelog for the specified release above.
- [FAQ](https://identix.rlib.io/faq.md): Answers to common questions and troubleshooting steps.
- [Addon Won't Show](https://identix.rlib.io/faq/addon-wont-show.md): Steps to take if your addon will not display in-game.
- [Change Currencies](https://identix.rlib.io/faq/changing-currencies.md): Changing currencies player's will pay for name changes
- [Change Themes](https://identix.rlib.io/faq/change-themes.md): Information related to the theme system
- [Disabling Names](https://identix.rlib.io/faq/disabling-names.md): How to disable the name aspect of the addon
- [Incompatible Addons](https://identix.rlib.io/faq/incompatible-addons.md): Addons in this list have been deemed "incompatible" and require extra work.
- [Modified Script](https://identix.rlib.io/faq/modified-script.md): The answer you will receive if you wrote your own customizations which are not working.
- [Refunds](https://identix.rlib.io/faq/refunds.md): Policy regarding refunds
- [Script Errors](https://identix.rlib.io/faq/script-errors.md): If your server console is throwing errors.
- [When Are Updates?](https://identix.rlib.io/faq/when-are-updates.md): The number one question...
- [Install](https://identix.rlib.io/setup/install.md): This section explains the installation process. Follow the instructions step-by-step.
- [Verify](https://identix.rlib.io/setup/verify.md): Validating the installation of rlib and your addon
- [Workshop](https://identix.rlib.io/setup/workshop.md): Workshop collection info related to this addon
- [Env](https://identix.rlib.io/configuration/env.md): Library environment file.
- [Fonts](https://identix.rlib.io/configuration/fonts.md): Information related to modifying fonts.
- [Languages](https://identix.rlib.io/configuration/languages.md): This section explains how to add your own language
- [Database](https://identix.rlib.io/configuration/database.md)
- [Settings](https://identix.rlib.io/configuration/settings.md): Explains configuration options, paths, and general settings information
- [Non-RP Gamemodes](https://identix.rlib.io/configuration/settings/non-rp-gamemodes.md)
- [Binds](https://identix.rlib.io/first-use/binds.md): Information related to interacting with the addon.
- [Permissions](https://identix.rlib.io/first-use/permissions.md): Permissions related to this addon
- [SAM](https://identix.rlib.io/first-use/permissions/sam.md): sam permissions
- [ServerGuard](https://identix.rlib.io/first-use/permissions/serverguard.md): serverguard permissions
- [ULX](https://identix.rlib.io/first-use/permissions/untitled.md): ulx permissions
- [xAdmin](https://identix.rlib.io/first-use/permissions/xadmin.md): xadmin permissions
- [Hooks](https://identix.rlib.io/developers/hooks.md): List of hooks available for this script
- [identix\_fonts\_register](https://identix.rlib.io/developers/hooks/identix_fonts_register.md): 🟩 𝗖𝗟𝗜𝗘𝗡𝗧
- [identix\_pl\_authenticate](https://identix.rlib.io/developers/hooks/untitled.md): 🟥 𝗦𝗘𝗥𝗩𝗘𝗥
- [identix\_pl\_name\_set](https://identix.rlib.io/developers/hooks/identix_pl_name_set.md): 🟥 𝗦𝗘𝗥𝗩𝗘𝗥
- [identix\_pl\_name\_set\_post](https://identix.rlib.io/developers/hooks/identix_pl_name_set_post.md): 🟥 𝗦𝗘𝗥𝗩𝗘𝗥
- [identix\_pl\_name\_rs](https://identix.rlib.io/developers/hooks/identix_pl_name_rs.md): 🟥 𝗦𝗘𝗥𝗩𝗘𝗥
- [identix\_pl\_name\_rs\_post](https://identix.rlib.io/developers/hooks/identix_pl_name_rs_post.md): 🟥 𝗦𝗘𝗥𝗩𝗘𝗥
- [identix\_pl\_profile\_rate](https://identix.rlib.io/developers/hooks/identix_pl_profile_rate.md): 🟥 𝗦𝗘𝗥𝗩𝗘𝗥
- [identix\_rnet\_register](https://identix.rlib.io/developers/hooks/identix_rnet_register.md): 🟦 𝗦𝗛𝗔𝗥𝗘𝗗


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://identix.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.
