# Tests and Folders

All your tests and folders are listed on the "Tests" listing page.

#### Creating a folder

1. From the tests listing page, click on "New Folder" at the left sidebar.<br>

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

2. Give your folder a name and save<br>

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

#### Creating a test case inside a folder

To create a test case within a folder, click on a folder from the test listing page.

On the left sidebar, click on "New test".

<figure><img src="/files/4Va22tyj721zRYMBMC7g" alt=""><figcaption><p>New test inside folder</p></figcaption></figure>

You will then be taken to the test editor to create your test case.

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

Upon saving the test, it will be located within the specified folder.

#### Moving a test to a folder

By default, tests that are not created inside a folder will be created in the root folder.

To move a test into any desired folder:

1. Click on the kebab menu of the test you want to move
2. From the dropdown, select "Move"<br>

   <figure><img src="/files/HykABJngkb9fZ5n8W2xa" alt=""><figcaption></figcaption></figure>
3. This will show a modal listing all folders (and subfolders) within the project
4. Select your desired destination from the list\ <br>

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


---

# 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.getscandium.com/test-management/tests-and-folders.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.
