# Welcome

![](https://3594665820-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F37PG3extaxoGL9yvcP52%2Fuploads%2Fgit-blob-ad4a5f975f48e44b83ae58878e94dc0ee1652235%2Flogo.png?alt=media)

## About

Neverlose is a unique software providing huge functionality and easy setup, with a fast and friendly support team.

## Getting Started

For information on how to get started with lua scripting, check out the link below.

{% content-ref url="useful-information/quick-start" %}
[quick-start](https://docs-csgo.neverlose.cc/useful-information/quick-start)
{% endcontent-ref %}

## Current features

| Library                                          | Description                                                                                         |
| ------------------------------------------------ | --------------------------------------------------------------------------------------------------- |
| [LuaJIT 2.1.0](https://github.com/LuaJIT/LuaJIT) | LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.                           |
| [FFI](https://luajit.org/ext_ffi.html)           | The FFI library allows calling external C functions and using C data structures from pure Lua code. |
| [BIT](https://bitop.luajit.org/api.html)         | BitOp is a C extension module for Lua which adds bitwise operations on numbers.                     |

## Disclaimer

Arguments in square brackets are optional.

## Documentation errors

This documentation was made by Salvatore and Serene. Please report any errors in the documentation either to us in a private message on the forum or to Serene#1337 on Discord.


---

# 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://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.
