> 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/product/low-poly-shooter-pack/welcome.md).

# Welcome!

## **Welcome to the Low Poly Shooter Pack Documentation!**

***

This section contains everything you need to use, customize, and extend the **Low Poly Shooter Pack** in your Unreal Engine project.

<a href="https://www.fab.com/listings/90ba076a-dc9a-4782-9ac8-dc2ed4f06405" class="button secondary" data-icon="store">View Product on FAB</a>

***

### Here You’ll Find

* :zap: [**Quick Start Guide**](/product/low-poly-shooter-pack/getting-started/quick-start-guide.md)
* :open\_file\_folder: [**Project Structure Overview**](/product/low-poly-shooter-pack/getting-started/project-structure-overview.md)
* :book: [**Guides**](/product/low-poly-shooter-pack/guides-and-faq/overview.md)
* ❓ [**FAQ**](/product/low-poly-shooter-pack/guides-and-faq/faq.md)
* 🎨 [**Documentation**](/product/low-poly-shooter-pack/documentation/overview.md)

***

Whether you recently picked up the pack or you’re simply checking it out, this documentation will walk you through everything you need to know and hopefully answer any questions you might have along the way.

**If you're new here, we recommend starting with the** [**Quick Start Guide**](/product/low-poly-shooter-pack/getting-started/quick-start-guide.md).

***

### **Learn the Basics**

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><strong>Introduction</strong></h4></td><td>Learn what’s included in the pack and what you can expect when using it.</td><td><a href="/product/low-poly-shooter-pack/getting-started/introduction.md">Introduction</a></td><td><a href="https://779358830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSyBkv1qLkRDhX2uZVKjs%2Fuploads%2FooAHTFWzeapfySHyGCKC%2Fimage.png?alt=media&amp;token=966deca4-6447-4a93-8733-31b9eee40d90">image.png</a></td></tr><tr><td><h4><strong>Quick Start Guide</strong></h4></td><td>Get up and running fast, create a project, open the demo map, and start exploring.</td><td><a href="/product/low-poly-shooter-pack/getting-started/quick-start-guide.md">Quick Start Guide</a></td><td><a href="https://779358830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSyBkv1qLkRDhX2uZVKjs%2Fuploads%2FpaaYiqPqXmXwU8X7BTwG%2Fimage.png?alt=media&amp;token=e274207a-1cde-4f69-9f2e-a41f20067fb9">image.png</a></td></tr><tr><td><h4>Project Structure Overview</h4></td><td>Understand how the project is structured and where all the key folders and assets are located.</td><td><a href="/product/low-poly-shooter-pack/getting-started/project-structure-overview.md">Project Structure Overview</a></td><td><a href="https://779358830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSyBkv1qLkRDhX2uZVKjs%2Fuploads%2F1UD7LlLtxKmllgXHI4DY%2Fimage.png?alt=media&amp;token=f7cdbd1d-45e5-4b04-a87f-ddc7f6cff637">image.png</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/product/low-poly-shooter-pack/welcome.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.
