> For the complete documentation index, see [llms.txt](https://docs.omnata.com/omnata-product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/step-by-step-guides/1.-install-the-omnata-sync-engine.md).

# 1. Install the Omnata Sync Engine

The Omnata Sync Engine is the core engine of our app. It provides the UI, connection and sync management, activity history, alerts and integrations.

1. Follow the marketplace steps to install the listing from the Snowflake marketplace.
   * Omnata Sync Engine is a Free listing. You will only be billed by the plugins you install.
   * **Free** plugins (like Google Sheets) are always free.
2. Open the Sync Engine App and complete the initial onboarding steps:
   * Grant a warehouse for background tasks
   * Grant the app access via a Snowsite pop-up
3. Some configuration steps require correct Snowflake privileges.\
   ACCOUNTADMIN is the preferred level of access to perform all the required steps. If this is not possible, the configuration flows are designed to be completed asynchronously by multiple people if the primary app user must refer to an admin to complete some steps.
4. Once you have installed the Sync Engine, you'll install and configure the Plugin for the SaaS app(s) you'd like to connect to. These are listed as separate native apps by Omnata.
5. Go to [Installing an Omnata Plugin](/omnata-product-documentation/omnata-sync-for-snowflake/step-by-step-guides/2.-install-the-omnata-plugin.md).


---

# 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.omnata.com/omnata-product-documentation/omnata-sync-for-snowflake/step-by-step-guides/1.-install-the-omnata-sync-engine.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.
