# Creating Sets from the Server

*Article Topics:* [*Content*](/getting-started/common-topics/content.md)*,* [*Sets*](/getting-started/common-topics/sets.md)

Instead of uploading content to a Set through the browser, sets can be created directly from files found on the Server. This is ideal for when you have a lot of files that need to be added to a set, or a lot of content already filmed that needs to be added to multiple sets.

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

## Directories on the Server

The first thing you'll see when clicking the tab is the folder that was configured when the CMS was installed. This folder, called **/cms\_incoming/,** can be found in the www/cms\_images/ directory if it is in the same location as your NATS installation.

It is within this directory that you will upload folders with images and videos so that you can view and create a set without having to upload content through the browser.

Videos or photos uploaded directly to the **/cms\_imcoming/** directory will not be recognized, so ensure that they are within a folder.

## Creating a Set From Server

Clicking the dropdown arrow will display all the files in the folder.

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

Once you've clicked the "Create a Set" button, a modal will be displayed where you can configure some base settings for a Set.

* **Name -** The name of the set.
* **Description -** Field for the description of the set.
* **Content Server -** The content server to place the content in once it has been processed.
* **Path -** The path on the server to the directory from which the set will be created.
* **Directory Details -** The contents of the directory that will be used to create the set.

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

{% hint style="info" %}
**Please Note:** Ensure that you have set the proper permissions on the server for the content you have uploaded.&#x20;
{% endhint %}

Once you've clicked "Add", the set will be created. You can follow the same [process](/content-management/sets/managing-sets/uploading-content-to-sets.md#processing-content) as any other set.

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

## Already Created Sets

Once a set has been created from a directory on the Server,  it will be denoted by a star symbol on the file, as well as have the "Go to set" button to go directly to the set.

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

## Related Articles

{% content-ref url="/pages/pn4OKr8ayYi7lURNkQBp" %}
[Uploading Content to Sets](/content-management/sets/managing-sets/uploading-content-to-sets.md)
{% endcontent-ref %}


---

# 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.toomuchmedia.com/content-management/sets/managing-sets/creating-sets-from-the-server.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.
