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

# Folders in Evaluators

> Organize your evaluators using folders to keep your workspace tidy and manageable.

export const MaximPlayer = ({url}) => {
  return <iframe className="border-background-highlight-secondary h-full w-full rounded-md border-2 aspect-video" src={url} allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>;
};

Organize evaluators into folders to group related evaluators and keep your workspace organized. Folders help you manage large collections of evaluators efficiently.

## Creating Folders

<Steps>
  <Step title="Navigate to evaluators">
    Open the Evaluators section from the sidebar.
  </Step>

  <Step title="Create folder">
    Click the `+` button in the evaluators sidebar and select `Folder` from the dropdown menu.
  </Step>

  <Step title="Name your folder">
    Enter a name for your folder that describes the evaluators it will contain (e.g., "Quality Evaluators", "Multi-turn Evaluators").
  </Step>
</Steps>

## Organizing Evaluators

### Moving evaluators to folders

* **Drag and drop**: Drag an evaluator from the sidebar and drop it onto a folder to move it there
* **Move dialog**: Select an evaluator and use the `Move` option from the dropdown menu to choose a destination folder

### Moving evaluators out of folders

Drag an evaluator and drop it outside any folder to move it back to the root level.

### Nested folders

Folders can contain other folders, allowing you to create a hierarchical organization structure. Drag a folder onto another folder to nest it.

<Note>Folders are scoped to your workspace. Each workspace has its own folder structure for evaluators.</Note>
