# Process

**Step 1:** Upload Data. &#x20;

<figure><img src="/files/QlOT1RUKkKqImaLI70e2" alt="" width="375"><figcaption></figcaption></figure>

For Excel based files, you can select the starting cell for your upload.  For CSV, it will pull the entire file.

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

**Step 2**: Begin Column Mapping from the left panel. Select the column(s) that contain the data for the first output column listed.&#x20;

<figure><img src="/files/nNOBdRLb0VBBt3zgaAAY" alt="" width="296"><figcaption></figcaption></figure>

When you are mapping columns, on the right side of the Your Column, you can opt to **show more columns**.  These columns are for viewing only and display italicized.

<figure><img src="/files/8tffiMi3oIihPMc0eCXd" alt=""><figcaption></figcaption></figure>

**Step 3**: If you want to cleanup or modify the data in the cleaned (output) column (or resolve errors), you can either apply AutoClean or directly edit the cell, which we call a single-cell edit.

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

{% hint style="info" %}
For more information on [AutoClean](/uploader/standard-mode/autoclean.md).
{% endhint %}

Use the tabs at the top of the page to filter for rows with errors, skipped, AutoCleaned and/or rows flagged for review to confirm all issues with your data have been addressed.

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

**Step 4**: Once the data is mapped and cleaned, select Continue.

<figure><img src="/files/32VcgsotLWdqPLI2Eo9B" alt=""><figcaption></figcaption></figure>

**Step 5**:  Perform a final review.  This spreadsheet-like view allows you to make any single-cell edits before final submission.  It will also display the columns that were not mapped (display in gray).  Hit Submit

<figure><img src="/files/13VCb1qFgU4vSwEhFNKw" alt=""><figcaption></figcaption></figure>

**Upload Complete!** Note you can upload another file from within this window.

<figure><img src="/files/BCPW6FOhcQ0sTKKxWB66" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/standard-mode/process.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.
