# Get Started

- [Connect to GIWA](https://docs.giwa.io/giwa-chain/en/get-started/connect-to-giwa.md): Connect to GIWA using the chain details below and start interacting right away.
- [Claim Test ETH](https://docs.giwa.io/giwa-chain/en/get-started/faucets.md): Get test ETH for the GIWA Testnet using the resources below.
- [Smart Contracts](https://docs.giwa.io/giwa-chain/en/get-started/smart-contract.md)
- [Develop Smart Contracts](https://docs.giwa.io/giwa-chain/en/get-started/smart-contract/develop.md)
- [Develop with Foundry](https://docs.giwa.io/giwa-chain/en/get-started/smart-contract/develop/foundry.md): Use Foundry to develop and deploy smart contracts on GIWA.
- [Develop with Hardhat](https://docs.giwa.io/giwa-chain/en/get-started/smart-contract/develop/hardhat.md): In this tutorial, you’ll go through the full process of developing, testing, deploying, and verifying smart contracts on the GIWA chain.
- [Develop with Remix IDE](https://docs.giwa.io/giwa-chain/en/get-started/smart-contract/develop/remix-ide.md)
- [Deploy a Token Contract](https://docs.giwa.io/giwa-chain/en/get-started/smart-contract/issue-a-token.md): Learn how to develop and deploy a token contract on GIWA.
- [Develop an OnchainVerifiable Contract](https://docs.giwa.io/giwa-chain/en/get-started/smart-contract/onchainverifiable.md)
- [Bridging](https://docs.giwa.io/giwa-chain/en/get-started/bridging.md): Do you want to move assets or data between the GIWA chain and Ethereum? Learn about bridging.
- [Bridging ETH](https://docs.giwa.io/giwa-chain/en/get-started/bridging/eth.md): Bridge ETH from Ethereum to GIWA, and from GIWA to Ethereum.
- [Bridging ERC-20 Token](https://docs.giwa.io/giwa-chain/en/get-started/bridging/erc-20.md): Bridge ERC-20 tokens from Ethereum to GIWA, and from GIWA to Ethereum.
- [GIWA Playground](https://docs.giwa.io/giwa-chain/en/get-started/giwa-playground.md): Experience various features of the GIWA Sepolia testnet.


---

# 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://docs.giwa.io/giwa-chain/en/get-started.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.
