# GKSPHONE v2

- [Installation](https://docs.gkshop.org/gksphone-v2/installation.md): This comprehensive guide will walk you through the installation process of GKSPHONE V2. Follow each step carefully to ensure a successful installation.
- [Documentation](https://docs.gkshop.org/gksphone-v2/documentation.md): On this page you will find the most frequently asked questions about our phone esx version and their answers.
- [Exports and events](https://docs.gkshop.org/gksphone-v2/exports-and-events.md): On this page, you can see all the events and exports that you can use about GKSPHONEv2.
- [Client Exports](https://docs.gkshop.org/gksphone-v2/exports-and-events/client-exports.md): You will find client events of our gksphonev2 that you can use in this page.
- [Server Exports](https://docs.gkshop.org/gksphone-v2/exports-and-events/server-exports.md): You will find client events of our gksphonev2 that you can use in this page.
- [Server Events](https://docs.gkshop.org/gksphone-v2/exports-and-events/server-events.md)
- [State Bags](https://docs.gkshop.org/gksphone-v2/exports-and-events/state-bags.md)
- [Custom App](https://docs.gkshop.org/gksphone-v2/custom-app.md): Making a special application for Gksphone v2
- [Custom Framework](https://docs.gkshop.org/gksphone-v2/custom-framework.md)
- [Client](https://docs.gkshop.org/gksphone-v2/custom-framework/client.md)
- [Server](https://docs.gkshop.org/gksphone-v2/custom-framework/server.md)
- [Configuration](https://docs.gkshop.org/gksphone-v2/configuration.md)
- [Unique phones](https://docs.gkshop.org/gksphone-v2/configuration/unique-phones.md)
- [Custom inventory](https://docs.gkshop.org/gksphone-v2/configuration/custom-inventory.md)
- [Custom Inventory](https://docs.gkshop.org/gksphone-v2/configuration/custom-inventory-1.md)
- [Custom Wallpapers](https://docs.gkshop.org/gksphone-v2/configuration/custom-wallpapers.md): If you want to add more default wallpapers for your players to choose from, you can do so by following these steps:
- [Custom ringtones and notifications](https://docs.gkshop.org/gksphone-v2/configuration/custom-ringtones-and-notifications.md): Follow these steps to customize ringtones and notification sounds in the application.
- [Apps](https://docs.gkshop.org/gksphone-v2/configuration/apps.md): This guide is for apps that come with the phone. For custom apps, see the custom apps guide.
- [Currency](https://docs.gkshop.org/gksphone-v2/configuration/currency.md)
- [Services App](https://docs.gkshop.org/gksphone-v2/configuration/services-app.md): This guide explains step-by-step how to add new jobs to the Config.JOBServices(config.lua) configuration.
- [Commands and Keybinds](https://docs.gkshop.org/gksphone-v2/configuration/commands-and-keybinds.md)
- [Garage - Car key](https://docs.gkshop.org/gksphone-v2/configuration/garage-car-key.md): Edit garage and car key commands
- [WebRTC](https://docs.gkshop.org/gksphone-v2/configuration/webrtc.md)
- [Common Issues](https://docs.gkshop.org/gksphone-v2/common-issues.md)
- [Job Center](https://docs.gkshop.org/gksphone-v2/job-center.md): for developers
- [Real App](https://docs.gkshop.org/gksphone-v2/real-app.md): GKS Phone Real App


---

# 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.gkshop.org/gksphone-v2.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.
