# GKSPHONE v1

- [ESX](https://docs.gkshop.org/gksphone-v1/esx.md): On this page you can access all documentation related to GKSPHONE ESX version.
- [Installation](https://docs.gkshop.org/gksphone-v1/esx/installation.md): On this page you will find installation instructions for the GKSPHONE ESX version.
- [Documentation](https://docs.gkshop.org/gksphone-v1/esx/documentation.md): On this page you will find the most frequently asked questions about our phone esx version and their answers.
- [Application Usages](https://docs.gkshop.org/gksphone-v1/esx/application-usages.md): On this page, you will find detailed instructions for use of applications that are complicated to use.
- [Developers](https://docs.gkshop.org/gksphone-v1/esx/developers.md): On this page, you can see all the events and exports that you can use about GKSPHONE.
- [Server Event](https://docs.gkshop.org/gksphone-v1/esx/developers/server-event.md): You will find server events of our phone that you can use in this page.
- [Client Event](https://docs.gkshop.org/gksphone-v1/esx/developers/client-event.md): You will find client events of our phone that you can use in this page.
- [QB](https://docs.gkshop.org/gksphone-v1/qb.md): On this page you can access all documentation related to GKSPHONE QB version.
- [Installation](https://docs.gkshop.org/gksphone-v1/qb/installation.md): On this page you will find installation instructions for the GKSPHONE QB version.
- [Documentation](https://docs.gkshop.org/gksphone-v1/qb/documentation.md): On this page you will find the most frequently asked questions about our phone qb version and their answers.
- [Application Usages](https://docs.gkshop.org/gksphone-v1/qb/application-usages.md): On this page, you will find detailed instructions for use of applications that are complicated to use.
- [Developers](https://docs.gkshop.org/gksphone-v1/qb/developers.md): On this page, you can see all the events and exports that you can use about GKSPHONE.
- [Server Event](https://docs.gkshop.org/gksphone-v1/qb/developers/server-event.md): You will find server events of our phone that you can use in this page.
- [Client Event](https://docs.gkshop.org/gksphone-v1/qb/developers/client-event.md): You will find client events of our phone that you can use in this page.
- [GKSPHONEv2](https://docs.gkshop.org/gksphone-v1/gksphonev2.md): On this page you can access all documentation related to GKSPHONE ESX version.
- [Installation](https://docs.gkshop.org/gksphone-v1/gksphonev2/installation.md): On this page you will find installation instructions for the GKSPHONE V2 version.
- [Documentation](https://docs.gkshop.org/gksphone-v1/gksphonev2/documentation.md): On this page you will find the most frequently asked questions about our phone esx version and their answers.
- [Exports](https://docs.gkshop.org/gksphone-v1/gksphonev2/exports.md): On this page, you can see all the events and exports that you can use about GKSPHONEv2.
- [Client](https://docs.gkshop.org/gksphone-v1/gksphonev2/exports/client.md): You will find client events of our gksphonev2 that you can use in this page.
- [Server](https://docs.gkshop.org/gksphone-v1/gksphonev2/exports/server.md): You will find server events of our gksphonev2 that you can use in this page.
- [Custom App](https://docs.gkshop.org/gksphone-v1/gksphonev2/custom-app.md): Making a special application for Gksphone v2
- [Job Center](https://docs.gkshop.org/gksphone-v1/gksphonev2/job-center.md): for developers
- [Configuration](https://docs.gkshop.org/gksphone-v1/gksphonev2/configuration.md)
- [Unique phones](https://docs.gkshop.org/gksphone-v1/gksphonev2/configuration/unique-phones.md)
- [Custom inventory](https://docs.gkshop.org/gksphone-v1/gksphonev2/configuration/custom-inventory.md)
- [Custom Wallpapers](https://docs.gkshop.org/gksphone-v1/gksphonev2/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-v1/gksphonev2/configuration/custom-ringtones-and-notifications.md): Follow these steps to customize ringtones and notification sounds in the application.
- [Apps](https://docs.gkshop.org/gksphone-v1/gksphonev2/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-v1/gksphonev2/configuration/currency.md)
- [Common Issues](https://docs.gkshop.org/gksphone-v1/gksphonev2/common-issues.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.gkshop.org/gksphone-v1.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.
