# TMC Tebex Integration

- [Installation](https://docs.gunchi.dev/scripts/tmc-tebex-integration/installation.md)
- [Configuration](https://docs.gunchi.dev/scripts/tmc-tebex-integration/configuration.md)
- [Setting CSN Variable On Tebex](https://docs.gunchi.dev/scripts/tmc-tebex-integration/setting-csn-variable-on-tebex.md): If you wish to enable the automatic adding of cars, boats and aircraft when the players offline then you'll need to create this variable on your Tebex store so the customer can enter their CSN.
- [Car Purchases](https://docs.gunchi.dev/scripts/tmc-tebex-integration/car-purchases.md)
- [Aircraft Purchases](https://docs.gunchi.dev/scripts/tmc-tebex-integration/aircraft-purchases.md)
- [Boat Purchases](https://docs.gunchi.dev/scripts/tmc-tebex-integration/boat-purchases.md)
- [Character Slot Purchases](https://docs.gunchi.dev/scripts/tmc-tebex-integration/character-slot-purchases.md)
- [Custom Plate Purchases](https://docs.gunchi.dev/scripts/tmc-tebex-integration/custom-plate-purchases.md)
- [Item Purchases](https://docs.gunchi.dev/scripts/tmc-tebex-integration/item-purchases.md)
- [Job Purchases](https://docs.gunchi.dev/scripts/tmc-tebex-integration/job-purchases.md)
- [Crypto Purchases](https://docs.gunchi.dev/scripts/tmc-tebex-integration/crypto-purchases.md)
- [MLO / Doorlock Purchases](https://docs.gunchi.dev/scripts/tmc-tebex-integration/mlo-doorlock-purchases.md)
- [Manual Transactions](https://docs.gunchi.dev/scripts/tmc-tebex-integration/manual-transactions.md)
- [Staff Commands](https://docs.gunchi.dev/scripts/tmc-tebex-integration/staff-commands.md)
- [FAQ](https://docs.gunchi.dev/scripts/tmc-tebex-integration/faq.md)


---

# 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.gunchi.dev/scripts/tmc-tebex-integration.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.
