> For the complete documentation index, see [llms.txt](https://wiki.thescriptersguild.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.thescriptersguild.com/ugc.md).

# UGC

- [Metadata and File Management](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management.md): Topics about user-generated content and working with files in Halo Infinite.
- [Content Interface](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/content-interface1.md)
- [Working with Files](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files.md)
- [Version Management](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management.md): Options available to the user regarding a version of a file.
- [Content Browser](https://wiki.thescriptersguild.com/ugc/content-browser.md): Topics about the different categories of files that can be found on the built-in UGC browser on Halo Infinite.
- [Multiplayer](https://wiki.thescriptersguild.com/ugc/multiplayer.md): Topics about user-hosted multiplayer gameplay in Halo Infinite.
- [Theater](https://wiki.thescriptersguild.com/ugc/theater.md): Topics about using the theater tool in Halo Infinite to watch replays of past matches.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://wiki.thescriptersguild.com/ugc.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
