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

# Developer Platform

<h2 align="center">Elixer Development Documentation</h2>

<p align="center">Scripts for everything, made for everyday use. Everything, Easy.</p>

<p align="center"><a href="https://store.elixerdevelopment.com/" class="button primary">View Store</a> <a href="https://portal.cfx.re/" class="button secondary">Cfx.re Portal</a></p>

<table data-view="cards"><thead><tr><th></th><th data-type="users" data-multiple></th><th data-type="rating" data-max="5"></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>Andrew's RobNPC Script</td><td></td><td>5</td><td><a href="/spaces/KngQ04ZiluNVrwOKKcIS/pages/VLvStgNzShecMQFsirnY">/spaces/KngQ04ZiluNVrwOKKcIS/pages/VLvStgNzShecMQFsirnY</a></td><td><a href="/files/UBvkWWpelELxZG6HyYcm">/files/UBvkWWpelELxZG6HyYcm</a></td></tr><tr><td>Andrew's Clocky Duty Log</td><td></td><td>5</td><td><a href="/spaces/KngQ04ZiluNVrwOKKcIS/pages/xZyudGLuD0KC0DcLcmZy">/spaces/KngQ04ZiluNVrwOKKcIS/pages/xZyudGLuD0KC0DcLcmZy</a></td><td><a href="/files/Xua5UjsrwQgEYgqqrzQy">/files/Xua5UjsrwQgEYgqqrzQy</a></td></tr><tr><td>Andrew's Vehicle Spawner</td><td></td><td>5</td><td><a href="/spaces/KngQ04ZiluNVrwOKKcIS/pages/UebXQXPuYRF8lfsfYzm6">/spaces/KngQ04ZiluNVrwOKKcIS/pages/UebXQXPuYRF8lfsfYzm6</a></td><td><a href="/files/H8DCsOTRripxVoGByQP8">/files/H8DCsOTRripxVoGByQP8</a></td></tr></tbody></table>

{% columns %}
{% column width="41.66666666666667%" %}

### Get started in 30 seconds

From the moment you download and install our resources, it takes approx. 30 seconds to go live. Our configuration files are very detailed, allowing you to edit even the most minor settings.&#x20;

Take a look at our config file to the right here, we removed some of the comments to make space.&#x20;

{% endcolumn %}

{% column width="58.33333333333333%" %}
{% code title="config.lua" overflow="wrap" %}

```lua
--[[ 
A section from our configuration file.
This is not the full configuration file.
--]] 
Config.LootItems = {
    { item = "Wallet", chance = 60 },
    { item = "Cigarette Pack", chance = 35 },
    { item = "Credit Card", chance = 30 },
    { item = "Snacks", chance = 20 },
    { item = "Keys", chance = 18 },
    { item = "USB Stick", chance = 14 },
    { item = "Phone Charger", chance = 16 },
    { item = "Earbuds", chance = 12 },
    { item = "ID Card", chance = 25 },
}
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Join a Community That Makes Everyone Happy</h2>

<p align="center"><a href="https://discord.gg/56ByuGrwyt">Join our Discord community</a></p>


---

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

```
GET https://elixerdevelopment.gitbook.io/elixerdevelopment-docs/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.
