# 유용한 도구들

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

* [라이트 클라이언트 노드 통합하기](/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: 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.infrablockchain.net/infrablockchain-docs/ko/infrablockchain/learn/substrate/tutorials/integrate-with-tools.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.
