# Neverlose

## Neverlose API

- [Welcome](https://docs-csgo.neverlose.cc/readme.md): Welcome to the official Neverlose wiki!
- [Quick start](https://docs-csgo.neverlose.cc/useful-information/quick-start.md): Guide to writing lua scripts for Neverlose
- [Common knowledge](https://docs-csgo.neverlose.cc/useful-information/common-knowledge.md)
- [Examples](https://docs-csgo.neverlose.cc/useful-information/script-examples.md): Overview of the different script examples available to use
- [Materials](https://docs-csgo.neverlose.cc/useful-information/script-examples/materials.md)
- [Color](https://docs-csgo.neverlose.cc/useful-information/script-examples/color.md)
- [Vector](https://docs-csgo.neverlose.cc/useful-information/script-examples/vector.md)
- [ESP](https://docs-csgo.neverlose.cc/useful-information/script-examples/esp.md)
- [ConVars](https://docs-csgo.neverlose.cc/useful-information/script-examples/convars.md)
- [UI](https://docs-csgo.neverlose.cc/useful-information/script-examples/ui.md)
- [Events](https://docs-csgo.neverlose.cc/documentation/events.md): List of cheat events that you can listen to using :set
- [Variables](https://docs-csgo.neverlose.cc/documentation/variables.md)
- [\_G](https://docs-csgo.neverlose.cc/documentation/variables/_g.md)
- [bit](https://docs-csgo.neverlose.cc/documentation/variables/bit.md)
- [color](https://docs-csgo.neverlose.cc/documentation/variables/color.md)
- [common](https://docs-csgo.neverlose.cc/documentation/variables/common.md)
- [cvar](https://docs-csgo.neverlose.cc/documentation/variables/cvar.md)
- [db](https://docs-csgo.neverlose.cc/documentation/variables/db.md)
- [entity](https://docs-csgo.neverlose.cc/documentation/variables/entity.md)
- [esp](https://docs-csgo.neverlose.cc/documentation/variables/esp.md)
- [events](https://docs-csgo.neverlose.cc/documentation/variables/events.md)
- [files](https://docs-csgo.neverlose.cc/documentation/variables/files.md)
- [globals](https://docs-csgo.neverlose.cc/documentation/variables/globals.md)
- [json](https://docs-csgo.neverlose.cc/documentation/variables/json.md)
- [materials](https://docs-csgo.neverlose.cc/documentation/variables/materials.md)
- [math](https://docs-csgo.neverlose.cc/documentation/variables/math.md)
- [ui](https://docs-csgo.neverlose.cc/documentation/variables/ui.md)
- [network](https://docs-csgo.neverlose.cc/documentation/variables/network.md)
- [panorama](https://docs-csgo.neverlose.cc/documentation/variables/panorama.md)
- [rage](https://docs-csgo.neverlose.cc/documentation/variables/rage.md)
- [render](https://docs-csgo.neverlose.cc/documentation/variables/render.md)
- [utils](https://docs-csgo.neverlose.cc/documentation/variables/utils.md)
- [vector](https://docs-csgo.neverlose.cc/documentation/variables/vector.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://docs-csgo.neverlose.cc/readme.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.
