# UForge - Unreal Engine

## HTTP & JSON Utility Plugin

- [Welcome](https://doc.uforge.co.uk/httpjson-welcome.md)
- [General Utility](https://doc.uforge.co.uk/doc-http-json/general-utility.md)
- [JSON GET](https://doc.uforge.co.uk/doc-http-json/json-get.md)
- [JSON SET](https://doc.uforge.co.uk/doc-http-json/json-set.md)
- [JSON PURE](https://doc.uforge.co.uk/doc-http-json/json-pure.md)
- [JSON Utility](https://doc.uforge.co.uk/doc-http-json/json-utility.md)
- [HTTP](https://doc.uforge.co.uk/doc-http-json/http.md)
- [Websockets](https://doc.uforge.co.uk/doc-http-json/websockets.md)
- [Structs](https://doc.uforge.co.uk/doc-http-json/structs.md)

## HTTP Pro - Blueprint HTTP Utility

- [Welcome](https://doc.uforge.co.uk/http-pro/httppro-welcome.md)
- [General Utility](https://doc.uforge.co.uk/http-pro/httppro-doc/general-utility.md)
- [JSON GET](https://doc.uforge.co.uk/http-pro/httppro-doc/json-get.md)
- [JSON SET](https://doc.uforge.co.uk/http-pro/httppro-doc/json-set.md)
- [JSON PURE](https://doc.uforge.co.uk/http-pro/httppro-doc/json-pure.md)
- [JSON Utility](https://doc.uforge.co.uk/http-pro/httppro-doc/json-utility.md)
- [HTTP](https://doc.uforge.co.uk/http-pro/httppro-doc/http.md)
- [Structs](https://doc.uforge.co.uk/http-pro/httppro-doc/structs.md)

## JSON Pro - Blueprint JSON Utility

- [Welcome](https://doc.uforge.co.uk/json-pro/jsonpro-welcome.md)
- [General Utility](https://doc.uforge.co.uk/json-pro/jsonpro-doc/general-utility.md)
- [JSON GET](https://doc.uforge.co.uk/json-pro/jsonpro-doc/json-get.md)
- [JSON SET](https://doc.uforge.co.uk/json-pro/jsonpro-doc/json-set.md)
- [JSON PURE](https://doc.uforge.co.uk/json-pro/jsonpro-doc/json-pure.md)
- [JSON Utility](https://doc.uforge.co.uk/json-pro/jsonpro-doc/json-utility.md)
- [Structs](https://doc.uforge.co.uk/json-pro/jsonpro-doc/structs.md)

## WebSocket Pro - WebSocket Utility

- [Welcome](https://doc.uforge.co.uk/websocket-pro/httpjson-welcome.md)
- [General Utility](https://doc.uforge.co.uk/websocket-pro/documentation/general-utility.md)
- [JSON GET](https://doc.uforge.co.uk/websocket-pro/documentation/json-get.md)
- [JSON SET](https://doc.uforge.co.uk/websocket-pro/documentation/json-set.md)
- [JSON PURE](https://doc.uforge.co.uk/websocket-pro/documentation/json-pure.md)
- [JSON Utility](https://doc.uforge.co.uk/websocket-pro/documentation/json-utility.md)
- [HTTP](https://doc.uforge.co.uk/websocket-pro/documentation/http.md)
- [Websockets](https://doc.uforge.co.uk/websocket-pro/documentation/websockets.md)
- [Structs](https://doc.uforge.co.uk/websocket-pro/documentation/structs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://doc.uforge.co.uk/httpjson-welcome.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.
