# Advanced Mode

Advanced Mode is a configuration option for an Osmos Uploader which provides end user a feature-rich experience which includes tools like [QuickFixes](/data-transformations/quickfixes.md), [Formulas](/data-transformations/formulas.md), and [SmartFill](/data-transformations/smartfill.md), which are available in [Osmos Pipelines](/pipelines.md). &#x20;

{% embed url="<https://app.arcade.software/share/5a5IXO3K24TlYAUBhoi5>" %}

## Enabling Advanced Mode

To turn these on for your Uploader, just set the `disableAdvancedMode` flag to`false` in your Uploader configuration snippet.

```javascript
Osmos.configure({
        schema: {
          ...
        },
        token: 'your_token',
        ...
        disableAdvancedMode: true,
      });
```

##


---

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