> For the complete documentation index, see [llms.txt](https://farfromhome.gitbook.io/galactopedia/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://farfromhome.gitbook.io/galactopedia/gameplay/star-map/star-system-view.md).

# Star System view

<figure><img src="/files/kUUCVeDHvYcVYePBfoi8" alt=""><figcaption><p>Star Map - Showreel view</p></figcaption></figure>

Any celestial object in the [star system](/galactopedia/basic-game-pillars/star-systems.md) can be inspected, either through the[ **Planetary Inspector** widget](#star-system-widget) or by directly clicking on the individual [planets](/galactopedia/basic-game-pillars/star-systems/planets.md) or [moons](/galactopedia/basic-game-pillars/star-systems/moons.md).

<figure><img src="/files/oRIKiUxOOikVofXvyn2P" alt="" width="156"><figcaption><p>Planets can be zoomed in <br>by clicking on them.</p></figcaption></figure>

## Planetary Inspector widget

The **Planetary Inspector** [widget](/galactopedia/gameplay/star-map.md#widget) provides easy access to details about the vegetation and surface characteristics of various celestial bodies.

<figure><img src="/files/9wZvCKrmq4Zspa0ZUpTb" alt="" width="261"><figcaption><p>Star System widget</p></figcaption></figure>

Each [planet](/galactopedia/basic-game-pillars/star-systems/planets.md) listed in the [widget](/galactopedia/gameplay/star-map.md#widget) is depicted with its surface features for quick navigation.

<figure><img src="/files/r1nzEc48FQTZgek4S4on" alt="" width="261"><figcaption></figcaption></figure>

When a [planet](/galactopedia/basic-game-pillars/star-systems/planets.md) is selected, the view zooms in to display the [planet](/galactopedia/basic-game-pillars/star-systems/planets.md) and also lists its [moons](/galactopedia/basic-game-pillars/star-systems/moons.md), if any are present.

<figure><img src="/files/xijBjS9gzQdsjupKoGid" alt="" width="261"><figcaption><p>Each moon can also be observed</p></figcaption></figure>

{% hint style="info" %}
To switch back to the [**POI** widget ](/galactopedia/gameplay/star-map/points-of-interest-poi.md)from the **Star System** view, use the button with the exit symbol <img src="/files/WC0CGgvOpSaJWPKSneR6" alt="" data-size="line">located in the header of the **Planetary Inspector** [widget](/galactopedia/gameplay/star-map.md#widget).
{% endhint %}

{% hint style="warning" %}
Far From Home is a digital game. Tokens and digital items are intended solely for gameplay and entertainment purposes and do not constitute financial or investment products.
{% endhint %}


---

# 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://farfromhome.gitbook.io/galactopedia/gameplay/star-map/star-system-view.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.
