# Stores

<figure><img src="/files/2ufKgPUVlNyYOinH1SNQ" alt=""><figcaption></figcaption></figure>

A **free**, simple, and flexible **store system** for **FiveM**, styled natively and designed to be themed easily to fit your server’s aesthetic.

### Features

* **Default Stores** Has most if not all of the default stores configured with basic items from major inventories/frameworks but is fully adjustable.
* **Categories** Optionally have categories for your stores for easier navigation.
* **Metadata Generators**\
  Supports adding **unique metadata** to specific items, even if your inventory system doesn’t handle it natively.
* **Group/License Locking** Lock the entire store or certain items to different groups or licenses within your city.
* **Payment Methods** Easily add new payment methods to use in any store via the settings/paymentMethods.lua. Here you can define an add and a remove function to implement any sort of currency you wish.
* **Dynamic Store Creation**\
  Register new stores at **runtime** from the server, giving you complete control over when and where stores appear.
* **Theming**\
  Change the **color scheme** globally or per store. Don't like green? Pick something that matches your vibe. To set a new global theme for all dirk\_scripts see [dirk\_lib convars](https://docs.dirkscripts.com/resources/dirk-lib/getting-started#convars)

***


---

# 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://dirkscripts.gitbook.io/dirkscripts-documentation/resources/stores.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.
