> For the complete documentation index, see [llms.txt](https://docs.osmos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.osmos.io/getting-started-with-osmos/terminology.md).

# Terminology

## Contents

* [Argument](#argument)
* [Pipelines](https://docs.osmos.io/getting-started/terminology#pipelines)
* [Uploader](#uploader)
* [Formula](#formulas)
* [Source Connector](#source-connector)
* [Destination Connector](#destination-connector)
* [Transformation](#transformation)
* [SmartFill](#autoclean)
* [QuickFixes](#quickfixes)

## **Argument**

An argument is an independent input in a formula that is used to determine the value of the formula output.&#x20;

## Pipelines

[Osmos Pipelines ](/pipelines.md)equip your onboarding teams to send data from a Source Connector to a Destination Connector. You can also clean up and restructure the data before it is sent to the Destination Connector using training examples, column mapping, and formulas. Osmos Pipelines can be set up on a recurring schedule or manually triggered to run.&#x20;

## Destination Connector

A [Destination Connector](#destination-connector) is used to send data to a specific system. You can connect to various systems using Osmos, such as Amazon S3, BigQuery, Google Drive and more. Once you create a Destination Connector, you can connect it to one of your Source Connectors using an [Osmos Pipeline](/pipelines.md), and send data from that Source Connector to the Destination Connector. You can also connect it to one of your [Osmos Uploaders](/uploader.md), and allow your end-users to upload clean data directly into the Destination Connector.

## Uploader

[Osmos Uploader](/uploader/uploader-setup.md) enables product teams to quickly build upload buttons and embed them into any web property. These smart uploaders come pre-integrated with [Destination Connectors](#destination-connector), including databases, SaaS applications, and filestores. Any data uploaded by the end user is saved directly into the destination system, post cleanup. The uploader also comes with an intuitive interface for your end-users to quickly clean the data using [training examples](#transformation), [column mapping](#transformation), and [formulas](#formulas).&#x20;

## Formulas

[Formulas](/data-transformations/formulas.md) are used to quickly transform and map your source data to columns in the output table. We have several predefined formulas (such as CONCAT, DATE, ADD, etc.) that can be used together to complete complex transformations. You can also use simple formulas to directly map source columns to output columns.

## Source Connector

A [Source Connector](#source-connector) is used to access source data within a specific system. You can connect to various systems using Osmos, such as Amazon S3, BigQuery, Google Drive, and more. Once you create a Source Connector, you can connect it to one of your Destination Connectors using a Pipeline, and send data from the Source Connector to the [Destination Connector](#destination-connector).&#x20;

## Transformation

A data transformation is the process of [mapping and cleaning up](/data-transformations/automap.md) your data using simple [formulas](/data-transformations/formulas.md) or tools like [AutoClean](/data-transformations/smartfill.md), [AI Value Mapping](/data-transformations/ai-value-mapping.md), [Lookups](/data-transformations/lookups.md) and [QuickFixes](/data-transformations/quickfixes.md) to ensure that source data fits the format of the destination system.&#x20;

## SmartFill

SmartFill is used to quickly transform and map your source data to the columns in the output table. It [involves providing examples](/data-transformations/smartfill.md) of the desired output to teach our AI to detect a pattern and create a program that auto-populates the remaining cells for that column with the transformed data. You can provide several training examples for a given column to increase the complexity of the program learned by our AI.&#x20;

## QuickFixes

QuickFixes are [one-click data clean-up buttons](/data-transformations/quickfixes.md) that allow you to easily clean up your data for the most common scenarios for that data type. Update your columns to fit common, standardized formats for Date, Text, and Numeric data.


---

# 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.osmos.io/getting-started-with-osmos/terminology.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.
