> For the complete documentation index, see [llms.txt](https://docs.firmachain.org/master/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.firmachain.org/master/general-guide/station.md).

# Station

## Firma Station guide

Firma Station is a service that allows users to easily participate in the FirmaChain ecosystem.

Features such as Wallet, Staking, Governance and Auto-Compounding are offered. Please refer to the following link for more information on the Firma Station application.

<table data-header-hidden><thead><tr><th width="208.33333333333331"></th><th width="229"></th><th></th></tr></thead><tbody><tr><td><strong>Language</strong></td><td><strong>Type</strong></td><td></td></tr><tr><td>EN</td><td>Desktop</td><td><a href="https://firmachain.notion.site/FirmaChain-Station-EN-f5e40d83a6504a3595b84f05f7aa0a54">[EN] Desktop LINK</a></td></tr><tr><td></td><td>Mobile</td><td><a href="https://firmachain.notion.site/Firma-Station-Mobile-Guide-EN-aa7d1d3285834d0faeb18be34150e114">[EN] Mobile LINK</a></td></tr><tr><td>KR</td><td>Desktop</td><td><a href="https://firmachain.notion.site/FirmaChain-Station-KR-f97baa5558f1417099f653d74e7f7a77">[KR] Desktop LINK</a></td></tr><tr><td></td><td>Mobile</td><td><a href="https://firmachain.notion.site/Firma-Station-Mobile-Guide-KR-5252ce963312471b8cc751d85b12740f">[KR] Mobile LINK</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.firmachain.org/master/general-guide/station.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.
