# Folders

## 🗂️ What are folders ?

Folders allow you to sort and organize your surveys by creating backup, archive folders for example or to create specific folders that will be shared among different users.\
\
Forms or folders can be easily moved from one folder through another using drag & drop.&#x20;

![](/files/-MBJFUKpsaJPlOuKu-Df)

## 🔑 Folder Rights

Folders are only visible to the user who creates the folder and to ngSurvey [administrators](/multi-user-management/users.md) or users who have the  [access all surveys right](/multi-user-management/users.md) enabled. However its possible to grant access to any  other users of the system.

{% hint style="info" %}
🧙 For large organizations we recommend giving [folder root creation rights](/multi-user-management/roles/rights.md) only to people with higher privileges and give only access rights to each department folders to the users responsible for the form creation in that department.
{% endhint %}

## ➕ Creating a folder

To create a folder click on the **New folder** button. New folders will be created as a child of the current selected folder.

![](/files/-MBEsqJrt32ac_b9zDV4)

## ❌ Deleting a folder

Deleting a folder will first move it with all its sub-folders and surveys to the [trashcan](/projects/folders/trashcan.md). The folder gets completely deleted from the system only when it has been removed from the trashcan or if the trashcan has been emptied.

![](/files/-MBEtPAUKUf-70Nv9BTA)

## 🔅 Folder properties

* **`Folder name`** display name of the folder.
* **`New Childs inherit users and group access`** new folders or surveys created within that folder will automatically inherit the same users / group access as the folder.

{% hint style="info" %}
If you have set this folder to give access to the group "marketing" all subsequent surveys or folder that will be created in this folder will be assigned to the "marking" group as well.&#x20;
{% endhint %}


---

# 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.ngsurvey.com/projects/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.
