> 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용 설치 프로그램을 다운로드하세요.

Windows 사용자라면 <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에서는 일반적으로 2020년 이후에 출시된 Intel Core 시리즈 또는 AMD Ryzen 시리즈 프로세서를 탑재한 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.
