> For the complete documentation index, see [llms.txt](https://sl-scritps.gitbook.io/sl-scripts-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sl-scritps.gitbook.io/sl-scripts-documentation/products.md).

# Products

## Products

This section contains the official documentation for each SL Scripts resource.

Each product page includes installation notes, usage instructions, commands, permissions, configuration tips and troubleshooting specific to that resource.

***

### Available resources

#### SL Auto News Camera

A roleplay camera system designed for news crews, media teams and cinematic reporting inside FiveM servers.

Go to: **SL Auto News Camera**

***

#### SL Cart Ride

A social cart riding activity for roleplay servers, designed for casual interaction, fun scenes and multiplayer experiences.

Go to: **SL Cart Ride**

***

#### SL Civic Pulse

A civic and city-life oriented resource designed to support public interaction, server activity and roleplay immersion.

Go to: **SL Civic Pulse**

***

#### SL Coffee Stand

A service activity resource that allows players to interact with a coffee stand, manage orders, prepare products and create social RP around a small business-style station.

Go to: **SL Coffee Stand**

***

#### SL Dev Pose Lab

A development and pose testing tool for creators, admins and builders who need to preview animations, props, actors and scene composition.

Go to: **SL Dev Pose Lab**

***

#### SL Fight Club

A fight club activity system for roleplay servers, including player vs NPC, player vs player and NPC vs NPC fight flows with admin and event control.

Go to: **SL Fight Club**

***

#### SL Perspective Camera

A camera utility designed to create immersive perspectives, cinematic shots and visual roleplay angles.

Go to: **SL Perspective Camera**

***

#### SL Photo Mode

A photo mode resource for FiveM, designed for screenshots, cinematic captures, positioning, camera control and visual roleplay content.

Go to: **SL Photo Mode**

***

#### SL Prank Props

A light roleplay prop system focused on fun interactions, prank objects and social moments.

Go to: **SL Prank Props**

***

#### SL Rolmaker Toolkit

A roleplay creation toolkit for admins, staff and rolmakers. It helps create scenes, narrative elements, props, NPCs and interaction points.

Go to: **SL Rolmaker Toolkit**

***

#### SL Scene

A scene text and world note system that allows players or admins to create visible scene elements in the world for roleplay context.

Go to: **SL Scene**

***

#### SL Smartwatch GPS

A wearable smartwatch-style GPS utility with compact HUD, GPS/minimap control, signal logic and item-based usage.

Go to: **SL Smartwatch GPS**

***

#### SL Vintage Jukebox

A jukebox system for immersive music interaction, placement, volume control and roleplay environments such as bars, diners and social spaces.

Go to: **SL Vintage Jukebox**

***

### Recommended reading order

If you are new to SL Scripts, read these pages first:

1. Welcome
2. Getting Started
3. Installation
4. The product page for the resource you installed
5. Troubleshooting
6. Support

***

### Product page structure

Most product pages follow this format:

```txt
Overview
Main Features
Installation Notes
How to Use
Player Flow
Admin / Owner Flow
Commands
Permissions
Configuration
Troubleshooting
Changelog
```

***

### Need help?

If you are not sure which page to read, start with the product you installed and then check the Troubleshooting page if something does not work as expected.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://sl-scritps.gitbook.io/sl-scripts-documentation/products.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
