> For the complete documentation index, see [llms.txt](https://docs.gkshop.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gkshop.org/gksphone-v2/custom-framework.md).

# Custom Framework

If you use a custom framework, you can modify the `gksphone/client/framework/standalone.lua` and `gksphone/server/framework/standalone.lua` files to make it work with your framework.

In `gksphone/config/config.lua` file, set Config.Framework to "`standalone`"

For a guide and list of functions needed for the client-sided file, see the [Custom Framework Client Guide](/gksphone-v2/custom-framework/client.md). For the server-sided file, see the [Custom Framework Server Guide](/gksphone-v2/custom-framework/server.md).
