> For the complete documentation index, see [llms.txt](https://docs.infrablockchain.net/infrablockchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infrablockchain.net/infrablockchain-docs/ko/infrablockchain/learn/substrate/tutorials/integrate-with-tools.md).

# 유용한 도구들

**도구와 통합하기** 튜토리얼은 다른 시스템과 통합할 수 있는 노드를 배포하는 방법과 자체 또는 다른 블록체인의 정보에 액세스, 동기화 및 상호작용할 수 있게 해주는 추가 생태계 도구의 사용 방법을 소개합니다.

* [라이트 클라이언트 노드 통합하기](/infrablockchain-docs/ko/infrablockchain/learn/substrate/tutorials/integrate-with-tools/integrate-a-light-client-node.md)는 Substrate Connect 라이트 클라이언트 노드를 사용하여 브라우저에서 Substrate 체인을 동기화하고 상호작용하는 방법을 설명합니다.
* [사이드카 엔드포인트 탐색하기](/infrablockchain-docs/ko/infrablockchain/learn/substrate/tutorials/integrate-with-tools/explore-sidecar-endpoints.md)는 사이드카 RESTful API와 엔드포인트를 사용하여 Substrate 기반 체인과 상호작용하는 방법을 보여줍니다.
* [EVM 계정에 액세스하기](/infrablockchain-docs/ko/infrablockchain/learn/substrate/tutorials/integrate-with-tools/evm-integration.md)는 사용자 정의 Substrate 노드를 사용하여 이더리움 기반 계정과 스마트 컨트랙트에 액세스하는 방법을 설명합니다.


---

# 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.infrablockchain.net/infrablockchain-docs/ko/infrablockchain/learn/substrate/tutorials/integrate-with-tools.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.
