# TestSandbox 목록

> <mark style="color:purple;">**코드를 작성해 테스트 해볼 수 있는 가상머신을 만들 수 있는 페이지**</mark>

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

{% hint style="info" %}
해당 머신이 삭제되면 on/off를 할 수 없습니다.\
Refresh에 세팅되어 있는 시간만큼 머신이 자동리로드 됩니다
{% endhint %}

1. 스펙을 지정하여 가상머신을 만들 수 있다. (종료일 지정시 자동종료)
2. 해당 머신에 접속하여 코드를 생성,수정등을 통해 테스트를 할 수 있다.


---

# 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://doc.txhub.io/tools-and-utills-manual/tools-and-utills/testsandbox.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.
