# 시작하기

- [GIWA 체인에 연결하기](https://docs.giwa.io/get-started/connect-to-giwa.md): GIWA 체인에 연결해 보세요. 아래 기본 정보를 통해 GIWA 체인과 상호작용할 수 있어요.
- [테스트용 ETH 받기](https://docs.giwa.io/get-started/faucets.md): 아래 문서를 통해 GIWA 테스트넷(Testnet)에서 사용할 테스트용 ETH를 얻을 수 있어요.
- [스마트 컨트랙트](https://docs.giwa.io/get-started/smart-contract.md)
- [스마트 컨트랙트 개발하기](https://docs.giwa.io/get-started/smart-contract/develop.md)
- [Foundry로 개발하기](https://docs.giwa.io/get-started/smart-contract/develop/foundry.md): GIWA에서 Foundry를 사용해 스마트 컨트랙트를 개발하고 배포해요.
- [Hardhat으로 개발하기](https://docs.giwa.io/get-started/smart-contract/develop/hardhat.md): 이 튜토리얼에서는 GIWA 체인에서 스마트 컨트랙트를 개발·테스트·배포·검증하는 전 과정을 다룹니다.
- [Remix IDE로 개발하기](https://docs.giwa.io/get-started/smart-contract/develop/remix-ide.md)
- [토큰 컨트랙트 발행하기](https://docs.giwa.io/get-started/smart-contract/issue-a-token.md): GIWA에서 토큰 컨트랙트를 개발하고 배포하는 방법을 알아보세요.
- [OnchainVerifiable 컨트랙트 개발하기](https://docs.giwa.io/get-started/smart-contract/onchainverifiable.md)
- [브릿징](https://docs.giwa.io/get-started/bridging.md): GIWA 체인과 이더리움(Ethereum) 간에 자산 또는 데이터를 이동시키고 싶나요? 브릿징(bridging)에 대해 알아보세요.
- [ETH 브릿징하기](https://docs.giwa.io/get-started/bridging/eth.md): 이더리움에서 GIWA로, GIWA에서 이더리움으로 ETH를 브릿징해요.
- [ERC-20 토큰 브릿징하기](https://docs.giwa.io/get-started/bridging/erc-20.md): 이더리움에서 GIWA로, GIWA에서 이더리움으로 ERC-20 토큰(Token)을 브릿징해요.
- [GIWA 플레이그라운드](https://docs.giwa.io/get-started/giwa-playground.md): GIWA 세폴리아 테스트넷의 다양한 기능을 체험해보세요.


---

# 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/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.
