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

# Community Resources

- [Using the Energy Web Chain & EWT](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain.md)
- [EWC Wallets](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/ewc-wallets.md)
- [Using the MetaMask Browser Extension on the Energy Web Chain](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/ewc-wallets/using-the-metamask-browser-extension-on-the-energy-web-chain.md)
- [Fix a Stuck Transaction in MetaMask](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/ewc-wallets/fix-a-stuck-transaction-in-metamask.md)
- [Connect a Trezor Hardware Wallet](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/ewc-wallets/connect-trezor-hardware-wallet.md)
- [Volta Token (VT)](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/volta-testnet-token.md): Utility token for Volta Test Network
- [Token Bridges](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/token-bridge.md): Bridging tokens from the Energy Web blockchain to other blockchain ecosystems
- [EWC <-> Ethereum](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/token-bridge/ewc-less-than-greater-than-ethereum.md)
- [AllianceBridge EWC <-> Ethereum](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/token-bridge/alliancebridge-ewc-less-than-greater-than-ethereum.md): AllianceBlock Bridge Tutorial — Getting Started, Bridging Tokens and More
- [Staking](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/staking.md): Energy Web Token Staking
- [How-To Stake Guide](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/staking/how-to-stake-guide.md): Read this guide in its entirety before beginning the EWT staking process
- [Onboarding](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/staking/onboarding.md): Guide to become a patron and start staking
- [Staking Energy Web Token](https://docs.energyweb.org/community-ressources/community-resources/using-the-energy-web-chain/staking/staking-energy-web-token.md)
- [Connect with Energy Web](https://docs.energyweb.org/community-ressources/community-resources/community.md)
- [Energy Web Community Fund](https://docs.energyweb.org/community-ressources/community-resources/energy-web-community-fund.md)


---

# 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.energyweb.org/community-ressources/community-resources.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.
