> For the complete documentation index, see [llms.txt](https://wiki.ternoa.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ternoa.network/learn.md).

# Learn

- [Getting Started](https://wiki.ternoa.network/learn/master.md)
- [Ternoa Blockchain](https://wiki.ternoa.network/learn/master/ternoa-blockchain.md)
- [Building on Ternoa](https://wiki.ternoa.network/learn/master/building-on-ternoa.md): Benefits of building on Ternoa
- [Ternoa Wallet](https://wiki.ternoa.network/learn/ternoa-wallet.md)
- [Download](https://wiki.ternoa.network/learn/ternoa-wallet/download.md): How to download the Ternoa Wallet
- [Create your Wallet](https://wiki.ternoa.network/learn/ternoa-wallet/create-your-wallet.md): How to create your Ternoa Wallet
- [NFT](https://wiki.ternoa.network/learn/ternoa-wallet/nft.md)
- [Create NFT](https://wiki.ternoa.network/learn/ternoa-wallet/nft/create-nft.md): How to create an NFT
- [Send NFT](https://wiki.ternoa.network/learn/ternoa-wallet/nft/send-nft.md): How to send NFTs
- [Account](https://wiki.ternoa.network/learn/ternoa-wallet/account.md)
- [Wallet Address](https://wiki.ternoa.network/learn/ternoa-wallet/account/wallet-address.md): How to access your Ternoa Wallet address
- [Change Password](https://wiki.ternoa.network/learn/ternoa-wallet/account/change-password.md): How to change your Ternoa Wallet password
- [Mnemonic Key](https://wiki.ternoa.network/learn/ternoa-wallet/account/mnemonic-key.md): How to check your Mnemonic Key
- [Contact](https://wiki.ternoa.network/learn/ternoa-wallet/account/contact.md): How to add contacts and observe accounts
- [Nova Wallet](https://wiki.ternoa.network/learn/ternoa-wallet/nova-wallet.md): Nova wallet is a non custodial wallet mobile app that allows you to manage (transfer, stake and so on) your ternoa account let’s see how to set it up.
- [Ternoa Bridge](https://wiki.ternoa.network/learn/ternoa-bridge.md)
- [Get Started - Mainnet](https://wiki.ternoa.network/learn/ternoa-bridge/get-started-mainnet.md): How to connect your Ternoa account on Polkadot{.js}
- [Using the Bridge](https://wiki.ternoa.network/learn/ternoa-bridge/get-started-mainnet/using-the-bridge.md): How to use the Token Bridge
- [ERC20 CAPS <-> Native CAPS](https://wiki.ternoa.network/learn/ternoa-bridge/get-started-mainnet/erc20-caps-less-than-greater-than-native-caps.md): How to bridge ETH (Ethereum) CAPS & Ternoa CAPS
- [ERC20 CAPS <-> BEP20 CAPS](https://wiki.ternoa.network/learn/ternoa-bridge/get-started-mainnet/erc20-caps-less-than-greater-than-bep20-caps.md): How to bridge BNB (Binance Smart Chain) & ETH (Ethereum)
- [Get Started - Alphanet](https://wiki.ternoa.network/learn/ternoa-bridge/get-started-alphanet.md): How to bridge test CAPS on Ternoa & Ethereum
- [ETH <-> CAPS](https://wiki.ternoa.network/learn/ternoa-bridge/get-started-alphanet/eth-less-than-greater-than-caps.md): Steps for bridging Ternoa native CAPS and ERC20 CAPS
- [Asset Management](https://wiki.ternoa.network/learn/asset-management.md)
- [CAPS](https://wiki.ternoa.network/learn/asset-management/caps.md)
- [Buy CAPS](https://wiki.ternoa.network/learn/asset-management/caps/buy-caps.md): How to buy CAPS
- [Send/Receive CAPS](https://wiki.ternoa.network/learn/asset-management/caps/send-receive-caps.md): How to send and receive CAPS
- [Claim Test CAPS](https://wiki.ternoa.network/learn/asset-management/caps/claim-test-caps.md): How to claim test CAPS on Alphanet
- [Staking](https://wiki.ternoa.network/learn/staking.md)
- [How to stake on Ternoa](https://wiki.ternoa.network/learn/staking/how-to-stake-on-ternoa.md): Nominating validators and staking CAPS
- [Glossary](https://wiki.ternoa.network/learn/glossary.md): Ternoa Ecosystem Terms


---

# 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://wiki.ternoa.network/learn.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.
