# On-Demand 머신

<figure><img src="/files/VYg4ncseelHfvX6rmwfG" alt=""><figcaption></figcaption></figure>

## On-Demand 머신의 특징

* 사용한 시간만큼 **크레딧이 차감**됩니다.
* 과금은 **초 단위**로 계산됩니다.
* 대여 즉시 **컨테이너가 생성**되어 사용자에게 할당됩니다.

{% hint style="info" %}
사용이 끝난 뒤에는 불필요한 과금이 발생하지 않도록 **반환**을 권장합니다.
{% endhint %}

## 함께 사용할 수 있는 기능

* **템플릿**: 공식 템플릿 및 커뮤니티 템플릿을 사용할 수 있습니다.
* **저장소**: 볼륨을 컨테이너 외부에 마운트해, 머신을 반환한 뒤에도 데이터를 유지할 수 있습니다.

{% content-ref url="/pages/fuxGB4NKF8rtsjpE59oa" %}
[크레딧 구매](/userguide/using/machinelist-1/on-demand/charge.md)
{% endcontent-ref %}

{% content-ref url="/pages/5JvL5Y1L92QkvoeYrnEk" %}
[머신 대여 방법](/userguide/using/machinelist-1/on-demand/undefined.md)
{% endcontent-ref %}

{% content-ref url="/pages/I2IuqrcjZKWiA0TXtvqx" %}
[머신 반환하기](/userguide/using/machinelist-1/on-demand/stop.md)
{% endcontent-ref %}


---

# 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://runyourai.gitbook.io/userguide/using/machinelist-1/on-demand.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.
