# 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).


---

# 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/custom-framework.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.
