# Folder

Folder : `Instance`

## Overview

Folder는 LevelBrowser에서 인스턴스를 구조적으로 분류하고 정리하기 위한 컨테이너입니다.

Model과 달리 속성이나 함수 등 같은 기능은 따로 제공하지 않으며, 오직 계층 구조를 구성하고 요소들을 논리적으로 그룹화하는 용도로 사용됩니다.

## Properties

## Methods

## Events


---

# 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.overdare.com/korean/development/api-reference/classes/folder.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.
