# IDE

## 통합 개발 환경 <a href="#top" id="top"></a>

When it comes to setting up an integrated development environment (IDE), programming applications on Agora is similar to programming any other software project. There are many options to choose from, so at the end of the day, pick the IDE or code editor that best suits your preferences. Most likely the best IDE choice for your Agora development is the IDE you already use for traditional software development.

통합 개발 환경(IDE)을 설정하는 것과 관련하여, 아고라의 프로그래밍 애플리케이션은 다른 소프트웨어 프로젝트를 프로그래밍하는 것과 유사하다. 선택할 수 있는 옵션이 많으므로, 마지막에 사용자의 선호에 가장 적합한 IDE 또는 코드 편집기를 선택하십시오.&#x20;

아고라 개발에 가장 적합한 IDE 선택은 기존 소프트웨어 개발에 이미 사용하는 IDE입니다.

#### 웹베이스 IDE <a href="#web-based-ides" id="web-based-ides"></a>

* [Remix](https://remix.ethereum.org/) - 정적 분석 기능이 내장된 웹 기반 IDE 및 테스트 블록체인 가상 머신

#### 데스크탑 IDE

* [Visual Studio Code](https://code.visualstudio.com/)
* [Atom](https://atom.io/)
* [JetBrains](https://www.jetbrains.com/)


---

# 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.bosagora.org/kr/tools/ide.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.
