# Creating an Osmos Uploader

## Overview

This page outlines the initial process for creating a smart data uploader in the Osmos platform.

You may also follow along with the following video of how to create an Osmos Uploader.

## Prerequisites

1. [Destination Connector](broken://pages/levnPi8ilEkZFvKrC6yc)

## Creating an Osmos Uploader&#x20;

Step 1: Click **New Uploader**

![](/files/KF8GyhdfuQ3mloRuNV1f)

A list of **Destination Connectors** will appear, grouped by Source type. Select the destination for the uploaded data.

![](/files/27VFYf3pr0XzDiZvLIRU)

Step 2: Provide a **Name** and **Description** for the Uploader

![Name the uploader](/files/-MfgKoQLRmPOgAPVjikD)

Once you've saved the Uploader, the **Configuration** screen will appear

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

<figure><img src="/files/55Rwivy5yQFl6MxHTGtp" alt=""><figcaption></figcaption></figure>

Your Osmos Uploader is ready to be tested or implemented.&#x20;

Instructions for testing an Osmos Uploader can be found in [Testing your Osmos Uploader](/uploader/uploader-setup/testing-your-osmos-uploader.md), and a sample test environment can be found in [What is an Osmos Uploader](/uploader.md).&#x20;

Configuration instructions can be found in [Embedding an Osmos Uploader in Your Web App](/developer-docs/webpage-integration.md), and additional option configuration options are described in [Optional Configuration](/developer-docs/optional-uploader-settings.md).


---

# 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.osmos.io/uploader/uploader-setup.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.
