> 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/ai-2/cloud-rendering.md).

# 클라우드 렌더링

클라우드 렌더링은 사용자가 모든 렌더링 작업을 클라우드 서버를 통해 처리할 수 있게 하며, 로컬 장치 사양과 관계없이 일관된 성능을 보장합니다.

## 렌더링 타이밍

클라우드 렌더링은 재생이 시작되면 시작됩니다. AI-pitch와 같은 일부 매개변수는 해당 편집 도구가 활성화될 때 미리 렌더링됩니다.

## 렌더링 상태

렌더링되지 않은 구간은 타임 룰러 안에 회색 브래스로 표시됩니다.

클립은 렌더링 중일 때 펄스합니다.

## 렌더링 범위

{% tabs %}
{% tab title="Verse25 및 이후" %}
모델이 렌더링 범위를 동적으로 감지합니다. 작은 영역이 수정되면 수정된 영역만 다시 렌더링됩니다.
{% endtab %}

{% tab title="Verse24 및 이전" %}
모델은 조각별로 렌더링합니다. 각 조각의 길이는 대략 하나의 음악 구절에 해당합니다(구절이 15초보다 길면 분할됩니다). 조각 또는 연결된 조각에 변경이 이루어지면 다시 렌더링됩니다.
{% endtab %}
{% endtabs %}


---

# 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/ai-2/cloud-rendering.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.
