> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# folder

> Nest views in a folder in the model IDE for better organization.

This parameter is useful for organizing schemas with large numbers of views.

## Syntax

```yaml theme={null}
folder: <schema_name>/<folder_name>
```

## Properties

<ParamField path="folder" type="string">
  A path in the format `<schema_name>/<folder_name>` that determines where the view appears in the model IDE. The `schema_name` must be the name of the schema containing the view.

  Additionally, note that:

  * Only views in the same schema can be in the same folder. For example, views in `schema_one` and `schema_two` can't be in the same folder, even if specified.
  * This parameter only affects the model IDE. Defining a `folder` will not affect the appearance of the **All views & fields** view in the workbook.
</ParamField>

## Examples

```yaml title="Create customers folder in ecommerce schema" theme={null}
folder: ecommerce/customers
```
