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

# ABOUT AXCOS

AXCOS, FiveM sunucuları için geliştirilmiş modüler script paketidir. Framework bağımsız çalışan bu paket; işletme yönetimi, tedarik zinciri, mağaza/depo yönetimi ve oyuncu araçları gibi özellikleri sunar.

***

## Genel Bakış

| Script                           | Açıklama                                                         |
| -------------------------------- | ---------------------------------------------------------------- |
| **axcos\_core**                  | Merkezi köprü katmanı – framework, envanter, bankacılık API'leri |
| **axcos\_bossmenu**              | İşletme patron menüsü – çalışan yönetimi, efor analitiği         |
| **axcos\_ss**                    | ox\_inventory mağaza ve depo yönetimi (ped spawn)                |
| **axcos\_supplychain\_delivery** | Kurye teslimat modülü                                            |
| **axcos\_crosshair**             | Özelleştirilebilir crosshair                                     |

***

## Hızlı Başlangıç

{% stepper %}
{% step %}

### axcos\_core kurulumu

**axcos\_core** her zaman ilk kurulmalıdır – diğer tüm scriptler buna bağımlıdır.
{% endstep %}

{% step %}

### Bağımlılıklar

Gerekli bağımlılıklar: `ox_lib`, `oxmysql` (zorunlu)
{% endstep %}

{% step %}

### Veritabanı

Veritabanı tablolarını import edin.
{% endstep %}

{% step %}

### server.cfg

`server.cfg` içinde scriptleri doğru sırada ekleyin.
{% endstep %}
{% endstepper %}

***

## Dokümantasyon

(Detaylı script dokümantasyonları script sayfasında mevcuttur.)


---

# 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://axcos.gitbook.io/axcos-docs/about-axcos.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.
