> For the complete documentation index, see [llms.txt](https://docs.redivis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.redivis.com/guides/create-and-manage-datasets/upload-unstructured-data-as-files.md).

# Upload unstructured data as files

Any type of file can be uploaded to a Redivis dataset, and most common file types have previews. This data can be analyzed in notebooks within workflows.

Tabular data is best uploaded as a table, rather than a file, so you and your researchers can take advantage of the Redivis toolkit for previewing and manipulating tabular data.

This guide assumes you have already started by [Creating a dataset](/guides/create-and-manage-datasets/create-and-populate-a-dataset.md).

## 1. Locate the data you want to upload

You can [upload data](/reference/datasets/create-and-edit-datasets/import-files.md) directly from your computer, or import from a linked account.

If importing, you'll want to get the relevant external account configured to your Redivis account before getting started.

The import tools allow for multiple uploads, so it's helpful to have them all in the same place.

## 2. Upload files

When you're ready, select **Upload files** on the **Files** tab of the dataset page and choose the location your files will be coming from.

<div data-with-frame="true"><img src="/files/92G2VZYGDErGMApDzr6W" alt=""></div>

Selecting **Computer** opens a browser window where you can choose the file, files, or folder you want to upload. Choosing a different location will bring up the corresponding mechanism to select your files.

Once selected, choose a [Folder](broken://pages/fIPy3eidqDbxtxGd3BYB#folders-and-index-tables) to put them in. You can change this later if needed. If this is your first time uploading files to this dataset you will need to create a folder. All files on a dataset live within one folder which has a corresponding index table to help researchers understand and navigate those files.

Select **Upload** to start the process. If you are uploading from your computer, you must wait on this screen until it's complete, as closing the window will end the upload process. If you are uploading from a linked source, you can close this window to allow this process to continue in the background.

## 3. Manage files and folders

You can select on the file name in the **Files** tab to preview a file and see its information.

You can also go to the **Tables** tab to view the index table for the folder you've uploaded files to. View the cells and hover or select the file ID variable to see the preview here. This table can be used in **Transforms** within a **Workflow** to work with files on a large scale.

To rename a folder, navigate to the **Files** tab and right click on the folder name in the right bar.

<div data-with-frame="true"><img src="/files/2mx06XYvWD79fheWAPZZ" alt=""></div>

You can also create new folders and move files between two existing folders from this bar. When moving between folders, you can use a conditional statement to only move some files that match your conditions.

## Next steps

#### Continue uploading your dataset

Great metadata makes your dataset usable. Complete your metadata, along with configuring access, creating a sample, and releasing a new version.

*Learn more in the* [*Create & manage datasets*](/guides/create-and-manage-datasets/create-and-populate-a-dataset.md) *guide.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.redivis.com/guides/create-and-manage-datasets/upload-unstructured-data-as-files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
