> For the complete documentation index, see [llms.txt](https://litepaper.lastremains.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litepaper.lastremains.com/frequently-asked-questions/last-remains-faq/what-is-last-remains.md).

# What is Last Remains?

{% embed url="<https://youtu.be/0P_I8o8qxHY>" %}

Last Remains is a PvEvP zombie extraction game.

You wake up to a radio message telling you the first hint of where the rescue helicopter will arrive within 30-40 minutes. For security purposes, the rescue team tips the player more direct information about where the helicopter will land.\
\
To win the game, you need to be one of 3 survivors to get to the helicopter first. As the player works towards the rescue point, they will have the choice to take risks by going into different buildings in search of water, food, equipment, weapons, and skins. Skins mintable cosmetic NFTs with a paired in-game bonus and disadvantage which can be strategically equipped. There may be other drops that can be taken out of the game and introduced in the future.\
\
Learn more in Last Remain's [Litepaper.](https://litepaper.lastremains.gg/)


---

# 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://litepaper.lastremains.com/frequently-asked-questions/last-remains-faq/what-is-last-remains.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.
