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

# Modalidad Survival

¡Bienvenido a la modalidad survival en StarLand! En este modo, te encontrarás inmerso en un mundo persistente lleno de desafíos y oportunidades para explorar, construir y sobrevivir.

### Características

* **Supervivencia:** Enfrenta los peligros del mundo de Minecraft mientras buscas recursos, construyes refugios y te enfrentas a criaturas hostiles para mantener tu vida.
* **Exploración:** Descubre un vasto mundo lleno de biomas únicos, misteriosas estructuras y peligros ocultos. ¡Cada nuevo rincón ofrece la oportunidad de encontrar valiosos tesoros y desafíos emocionantes!
* **Construcción:** Utiliza tu creatividad para construir impresionantes estructuras, desde modestas cabañas hasta ciudades prósperas. ¡El único límite es tu imaginación!
* **Interacción con la Comunidad:** Únete a otros jugadores en el servidor para colaborar en proyectos, comerciar recursos o simplemente socializar. ¡La comunidad de StarLand te espera con los brazos abiertos!


---

# 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.heavynight.com/starland/modalidad-survival.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.
