# FAQ

{% hint style="info" %}
Question not listed? Join the Fogo community on [Discord](https://discord.com/invite/FogoChain) for support.
{% endhint %}

<details>

<summary>I can't see my balance in my wallet</summary>

You can access Fogo mainnet using any SVM wallet by leveraging [Fogo Sessions](https://www.fogo.io/fogo-sessions). If you open your wallet extension you may not see your native Fogo balance. Instead, head to the [portfolio page](https://portfolio.fogo.io/) to access the Fogo account assigned to your SVM address. Any issues, reach out on [Discord](https://discord.com/invite/FogoChain).

</details>

<details>

<summary>Why don't I pay gas?</summary>

[Fogo Sessions](mailto:undefined) is Fogo's novel approach to optimizing user experience. Sessions shifts the burden of transaction fees from users to dApps. Transaction fees are still being paid, but are sponsored via a paymaster by the dApp you are interacting with.

</details>

<details>

<summary>What are Fogo Flames?</summary>

[Fogo Flames](https://flames.fogo.io/) is the Fogo ecosystem's points mechanism. Interacting with Fogo mainnet and actively engaging with the ecosystem is rewarded with Fogo Flames.

</details>

<details>

<summary>How can I start building?</summary>

Fogo developer documentation is available [here](https://docs.fogo.io/). Join the [Discord](https://discord.com/invite/FogoChain) for more information.

</details>


---

# Agent Instructions: 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:

```
GET https://community-docs.fogo.io/getting-started/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
