# Serotonin Lua Documentation

## Overview

> The Serotonin Scripting API provides a high-performance, object-oriented environment for creating custom game modifications. You can manipulate game objects, draw custom overlays, and automate actions with a clean and modern Lua API.
>
> Our API is designed to be powerful and intuitive. Instead of low-level memory manipulation, you interact with clearly defined objects, properties, and methods that will feel familiar to anyone with experience on the Roblox platform.
>
> From a simple ESP to complex aiming mechanics, the API provides the tools you need.


---

# 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://serotonin-1.gitbook.io/serotonin-docs/serotonin-lua-documentation.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.
