> For the complete documentation index, see [llms.txt](https://ss3d.gitbook.io/design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ss3d.gitbook.io/design/environment/tilemaps.md).

# Tilemaps

***For technical documentation on maps, see the Tilemap System document linked below.***

{% content-ref url="/spaces/95OhrYYgKj0eUTnfM9sL/pages/jvK4vkdVuTl9DDthKAX9" %}
[Tilemaps](https://ss3d.gitbook.io/systems/tilemaps)
{% endcontent-ref %}

Maps will come in a variety in Space Station 3D but can be categorized into 2 main types; station-like and planet-like.

## Station-like <img src="https://lh3.googleusercontent.com/Gu82RVgvMEJshQ79i0fFAW66sFtgTQLpF0AfwWAyR1F3l7HRUfMEF4FfTpmX8vjrk_9rxG7ehL-0jjHLnOS2A6S8CC0wLM7EWRi5OGGk5-j8qg-7am-LlKL4CxpPE6MiTQBYwsnmByIs66rAcKTFVw" alt="" data-size="line">

Station-like maps ("Stations") are any map that is *mostly* made up of artificial structures and is **NOT anchored to any larger cosmic body** like an asteroid, moon, or planet. The only thing immediately outside of the artificial structure is the vacuum of space.

This includes, regular space stations, derelict/destroyed space stations, satellites, shuttles, or other ships.

{% content-ref url="/pages/LMjZW6Tw60ScMXYamXQy" %}
[Stations](/design/environment/tilemaps/stations.md)
{% endcontent-ref %}

## Planet-like <img src="https://lh3.googleusercontent.com/Gu82RVgvMEJshQ79i0fFAW66sFtgTQLpF0AfwWAyR1F3l7HRUfMEF4FfTpmX8vjrk_9rxG7ehL-0jjHLnOS2A6S8CC0wLM7EWRi5OGGk5-j8qg-7am-LlKL4CxpPE6MiTQBYwsnmByIs66rAcKTFVw" alt="" data-size="line">

Planet-like maps ("Planets") are any map that is **anchored to a larger cosmic body** like an asteroid, moon, or planet. These maps have walkable 'land' outside of the artificial structures and sometimes even an atmosphere.

This includes most of the typically mining locations, like lavaland, asteroid, or even&#x20;

{% content-ref url="/pages/A18xTgPKncUczqeWoUZW" %}
[Planets](/design/environment/tilemaps/planets.md)
{% endcontent-ref %}


---

# 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://ss3d.gitbook.io/design/environment/tilemaps.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.
