> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/docs/product-wiki-ko/getting-started/installation.md).

# 설치

## ACE Studio 설치

ACE Studio는 Windows와 macOS용 데스크톱 애플리케이션입니다. ACE Studio를 설치하려면 아래 단계를 따라 주세요.

{% stepper %}
{% step %}

### <a href="https://acestudio.ai/download/" class="button primary" data-icon="arrow-down-to-square">설치 프로그램 다운로드</a>

클릭하여 다운로드 페이지를 엽니다.

Mac 사용자라면 <kbd>Mac용</kbd> 버튼을 클릭하여 macOS용 설치 프로그램을 다운로드하세요.

Win 사용자라면 <kbd>Windows용</kbd> 버튼을 클릭하여 Windows용 설치 프로그램을 다운로드하세요.
{% endstep %}

{% step %}

### 원클릭 설치

다운로드가 완료되면 설치 프로그램을 엽니다(브라우저의 다운로드 목록 또는 Downloads 폴더에서).

설치 프로그램이 자동으로 실행되어 ACE Studio를 설치하고, 설치가 완료되면 프로그램을 실행합니다.

{% hint style="info" %}
설치에 실패하거나 ACE Studio가 실행되지 않으면 다음을 참조하세요. [Can’t launch ACE Studio?](/trouble-shooting/ace-studio-issues/cant-launch-ace-studio.md).
{% endhint %}
{% endstep %}
{% endstepper %}

### 시스템 요구 사항

* <i class="fa-windows">:windows:</i> Windows 10 또는 11(버전 22H2 이상). 이전 버전에서도 작동할 수 있지만 최적의 사용 환경을 제공하지 않을 수 있습니다. Windows Update가 시스템을 지원되는 버전으로 자동 유지해야 합니다.
* <i class="fa-apple">:apple:</i> 최신 마이너 버전이 설치된 macOS Ventura(13) 이상. 업데이트와 업그레이드의 차이점에 대해 자세히 알아보려면 다음을 참조하세요. [Apple 지원 문서](https://support.apple.com/en-us/108382).

{% hint style="success" %}
최상의 사용 경험을 위해 비교적 최신 컴퓨터에서 ACE Studio를 사용하는 것을 권장합니다. Windows에서는 일반적으로 Intel Core 시리즈 또는 AMD Ryzen 시리즈 프로세서를 탑재한 2020년 이후의 PC를 의미합니다. macOS에서는 Apple silicon 기반 Mac 또는 Pro 라인업의 Intel 기반 Mac을 권장합니다.
{% endhint %}

{% hint style="info" %}
ACE Studio를 실행하려면 인터넷 연결이 필요합니다.
{% endhint %}

{% hint style="info" %}
클라우드 렌더링을 사용하면 일반 사양의 컴퓨터에서도 ACE Studio를 쉽게 실행할 수 있습니다. 또한 고성능 기기에서는 컴퓨터의 파워를 최대한 활용하여 AI 렌더링 속도를 크게 높이는 터보 모드 기능도 제공합니다. 자세한 내용은 다음을 참조하세요. [로컬 렌더링](/docs/product-wiki-ko/ai-2/local-rendering.md).
{% endhint %}

## ACE Studio 다시 설치

다시 설치하기 전에 제거할 필요는 없습니다. 최신 설치 프로그램을 다운로드하여 열기만 하면 됩니다 [여기](https://acestudio.ai/download/), 그러면 ACE Studio가 자동으로 최신 버전으로 업데이트되거나 다시 설치됩니다.


---

# 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.acestudio.ai/docs/product-wiki-ko/getting-started/installation.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.
