> For the complete documentation index, see [llms.txt](https://docs.giwa.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.giwa.io/giwa-chain/en/get-started.md).

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