# Cloud Rendering

Cloud Rendering enables users to process all rendering tasks via cloud servers, ensuring consistent performance regardless of local device specifications.

## Rendering Timing

Cloud rendering starts when playback is triggered. Some parameters like AI-pitch are pre-rendered when corresponding edit tools are activated.&#x20;

## Rendering State

Un-rendered pieces are marked with a gray brace inside the time ruler.

A clip will pulse if it's being rendered.

## Rendering Scope

{% tabs %}
{% tab title="Verse25 and later" %}
The model dynamically detects the rendering range. When a small area is modified, only the modified area will be re-rendered.
{% endtab %}

{% tab title="Verse24 and earlier" %}
The model renders piece by piece. The length of each piece is roughly equivalent to a musical phrase (When the phrase if longer than 15s, it will be split). When a change made in a piece or a connected piece, it will be re-rendered.
{% endtab %}
{% endtabs %}


---

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