# Import files

In order to upload file data to a [dataset](/reference/datasets.md) you'll need to upload it as an on the **Files** tab in the dataset uploader.&#x20;

{% hint style="info" %}
It is possible to upload tabular data as a file, but it will not be represented as a [table](/reference/datasets/data.md). This means it is not possible to preview the variable statistics, cells, or query interfaces, use it in a transform node, or control [access](/reference/data-access/access-levels.md) on different levels, and is generally not recommended.&#x20;
{% endhint %}

## Uploading files

From the **Files** tab of the [dataset editor](/reference/datasets/versions.md), click the "Upload files" button to import one or many files. You can import files from a variety of data sources, or perform uploads [programmatically.](broken://pages/l2itCyETzk39X1db9ppI)

## Quotas & limits

Limits for upload file size and max files per dataset are [specified here](/reference/quotas-and-limits.md#datasets).

## Folder management

When preparing your upload you will need to select a destination folder. All files must be in one folder. These folders will have a corresponding [index table](/reference/datasets/data.md#folders-and-index-tables) which will allow researchers to more easily work with the files in bulk. If you are uploading many files, your folder structure will likely be important – for example, a different folder for different categories of imaging files.&#x20;

You can create folders on the grey bar on the right side of the **Files** tab in a dataset. Folder names must be unique. You can click on the `⋮` menu next to any folder name to manage that folder.

To move files between folders you can right click on an individual file to change its folder. If you have multiple folders you can click the **Move files** button below files in the right bar to move files between folders.


---

# 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.redivis.com/reference/datasets/create-and-edit-datasets/import-files.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.
