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

# Home

<h2 align="center">Infima Games Documentation</h2>

<h4 align="center"><strong>Welcome to the official documentation hub for all Infima Games products!</strong></h4>

<p align="center">Here you’ll find everything you need to install, customize, and extend our Unreal Engine assets, all in one place.</p>

<p align="center"><a href="https://www.fab.com/sellers/Infima%20Games" class="button primary" data-icon="store">Browse All Our Products</a></p>

***

<h2 align="center"><strong>Find the Documentation for Your Product Below</strong></h2>

***

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Low Poly Shooter Pack </h4></td><td>Access all documentation for the Low Poly Shooter Pack, including customization guides and tutorials.</td><td><a href="/files/pk9sKjCTyoQWUxxPZHoP">/files/pk9sKjCTyoQWUxxPZHoP</a></td><td><a href="/spaces/SyBkv1qLkRDhX2uZVKjs">/spaces/SyBkv1qLkRDhX2uZVKjs</a></td></tr><tr><td><h4>Low Poly Animated - Modern Guns Pack</h4></td><td>Explore the LPAMG docs, including quick start guide, folder structure explanations, and FAQ.</td><td><a href="/files/C5WsXShPyhVhDuQiGv3H">/files/C5WsXShPyhVhDuQiGv3H</a></td><td><a href="/spaces/gbBsO70ITyYphRHjC1oT">/spaces/gbBsO70ITyYphRHjC1oT</a></td></tr><tr><td><h4>Rigged Gun Model Packs</h4></td><td>Access all documentation for the Rigged Gun Model Packs, including import guides and Blender source file tutorials.</td><td><a href="/files/t43ohW5l16IvLE9zojIw">/files/t43ohW5l16IvLE9zojIw</a></td><td><a href="/spaces/AgT30KKyRo4789Fd0nkv">/spaces/AgT30KKyRo4789Fd0nkv</a></td></tr><tr><td><h4>Tactical FPS Animation Packs</h4></td><td>Guides and tutorials on how to customize and make the most out of the tactical FPS animation assets!</td><td><a href="/files/Q6JOOrEhgQLAqsYIzqS9">/files/Q6JOOrEhgQLAqsYIzqS9</a></td><td><a href="/spaces/uuZjeeFspZ4mvcxHpS6M">/spaces/uuZjeeFspZ4mvcxHpS6M</a></td></tr></tbody></table>

***

<h2 align="center">Join Our Community!</h2>

<p align="center">Connect with us and other developers using our assets!</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-youtube">:youtube:</i></td><td><strong>YouTube Community</strong></td><td>Subscribe to our YouTube channel for updates, dev logs, and occasional tutorials. Stay in the loop on what we’re building!</td><td><a href="https://www.youtube.com/@InfimaGames?sub_confirmation=1" class="button secondary" data-icon="youtube">Subscribe on YouTube</a></td><td><a href="/files/LkgnEYy9e3xqOCdV2ADS">/files/LkgnEYy9e3xqOCdV2ADS</a></td><td></td><td><a href="https://www.youtube.com/@InfimaGames?sub_confirmation=1">https://www.youtube.com/@InfimaGames?sub_confirmation=1</a></td></tr><tr><td><i class="fa-newspaper">:newspaper:</i></td><td><strong>Studio Newsletter</strong></td><td>Occasional emails about new packs, sales, and behind-the-scenes progress. No spam, unsubscribe anytime.</td><td><a href="https://infimagames.com/newsletter" class="button secondary" data-icon="newspaper">Subscribe to the Newsletter</a></td><td><a href="/files/k78uVXXanLUlAtUTv46N">/files/k78uVXXanLUlAtUTv46N</a></td><td></td><td><a href="https://infimagames.com/newsletter">https://infimagames.com/newsletter</a></td></tr></tbody></table>

***


---

# 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://docs.infimagames.com/home.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.
