# SLEEK SERIES

- [SHOPS CREATOR](https://codeforge.gitbook.io/codeforge/sleek-series/shops-creator.md): Here check the installation guide
- [SLEEK MULTIJOB](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-multijob.md): Here check the installation guide
- [SLEEK HUD](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-hud.md): Here check the installation guide
- [SLEEK TATTOO](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-tattoo.md): Here check the installation guide
- [SLEEK CLOTHES STORE](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-clothes-store.md): Here check the installation guide
- [SLEEK BARBER SHOPS](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-barber-shops.md): Here check the installation guide
- [SLEEK BANKING](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-banking.md): Here check the installation guide
- [DEVELOPER GUIDE](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-banking/developer-guide.md)
- [SLEEK CHAT](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-chat.md): Here check the installation guide
- [Commands](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-chat/commands.md): New Commands and Internal Commands
- [Triggers and Exports](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-chat/triggers-and-exports.md): Internal chat functions that you can use in other scripts
- [SLEEK REVIVE STATION](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-revive-station.md): Here check the installation guide
- [SLEEK DEATH SCREEN](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-death-screen.md): Here check the installation guide
- [SLEEK REPORT SYSTEM](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-report-system.md): Here check the installation guide
- [Common questions and problems](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-report-system/common-questions-and-problems.md)
- [SLEEK VEHICLE CONTROL + CAR RADIO](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-vehicle-control-+-car-radio.md): Here check the installation guide
- [SLEEK SPAWN SELECTOR](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-spawn-selector.md): Here check the installation guide
- [SLEEK CHAR CREATOR](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-char-creator.md): Here check the installation guide
- [SLEEK MULTI CHARACTER](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-multi-character.md): Here check the installation guide
- [Discord Integration](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-multi-character/discord-integration.md): Everything related to Discord from the Config
- [SLEEK NOTIFY](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-notify.md): Here check the installation guide
- [SLEEK LOADING SCREEN](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-loading-screen.md): Here check the installation guide
- [SLEEK PAUSE MENU](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-pause-menu.md): Here check the installation guide
- [Exports](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-pause-menu/exports.md)
- [SLEEK SCOREBOARD](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-scoreboard.md): Here check the installation guide
- [Triggers and Exports](https://codeforge.gitbook.io/codeforge/sleek-series/sleek-scoreboard/triggers-and-exports.md): Some functions you can have other scripts use in the Scoreboard


---

# 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://codeforge.gitbook.io/codeforge/sleek-series.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.
