# 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 and Controls](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/content-interface-and-controls.md)
- [Play Interface](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/content-interface-and-controls/play-interface.md)
- [Maps Interface](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/content-interface-and-controls/maps-interface.md)
- [Details Interface](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/content-interface-and-controls/details-interface.md)
- [Working with Files](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files.md)
- [File Name](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-name.md)
- [File Description](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-description.md)
- [File Tags](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-tags.md)
- [File Screenshots](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-screenshots.md)
- [File Collaborators](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-collaborators.md)
- [File Credits](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-credits.md)
- [Removing a User From the File Credits](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/file-credits/removing-a-user-from-the-file-credits.md)
- [Editing Mode Options](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/editing-mode-options.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.
- [Copy Protection and Saving a Copy](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management/copy-protection-and-saving-a-copy.md)
- [Publishing a File](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management/publishing-a-file.md)
- [Bookmarking a File](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management/bookmarking-a-file.md)
- [Rating a File](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management/rating-a-file.md)
- [Locking File Versions](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management/locking-file-versions.md)
- [Deleting a File or Version](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/working-with-files/version-management/deleting-a-file-or-version.md)
- [Prefabs](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/prefabs.md): Prefabs are object groups that can be saved and shared to other users in Halo Infinite.
- [Object Prefabs](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/prefabs/object-prefabs.md)
- [Mode Prefabs](https://wiki.thescriptersguild.com/ugc/metadata-and-file-management/prefabs/mode-prefabs.md)
- [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.
- [Browse All](https://wiki.thescriptersguild.com/ugc/content-browser/browse-all.md)
- [Recommended](https://wiki.thescriptersguild.com/ugc/content-browser/recommended.md)
- [Popular Files](https://wiki.thescriptersguild.com/ugc/content-browser/popular-files.md)
- [Multiplayer](https://wiki.thescriptersguild.com/ugc/multiplayer.md): Topics about user-hosted multiplayer gameplay in Halo Infinite.
- [Custom Games](https://wiki.thescriptersguild.com/ugc/multiplayer/custom-games.md)
- [Customs Browser](https://wiki.thescriptersguild.com/ugc/multiplayer/customs-browser.md)
- [Bot Backfill](https://wiki.thescriptersguild.com/ugc/multiplayer/bot-backfill.md)
- [Stat Tracking Services](https://wiki.thescriptersguild.com/ugc/multiplayer/stat-tracking-services.md): Various community stat tracking services for Halo Infinite matchmaking and custom games.
- [Theater](https://wiki.thescriptersguild.com/ugc/theater.md): Topics about using the theater tool in Halo Infinite to watch replays of past matches.
- [Finding Films](https://wiki.thescriptersguild.com/ugc/theater/finding-films.md)
- [Watching Films](https://wiki.thescriptersguild.com/ugc/theater/watching-films.md)
- [Theater Controls and Menus](https://wiki.thescriptersguild.com/ugc/theater/watching-films/theater-controls-and-menus.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://wiki.thescriptersguild.com/ugc.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.
