# Installation & Configuration

Lariat Installations are all one-line commands that can be found through the Lariat Platform. We recommend following along the install process. For the sake of completion, we provide install instructions in the integration-specific docs that bypass the graphical installer.

1. [Installation](#installation)
2. [Configuration](#configuration)
3. [Integration-Specific Instructions](#integration-specific-instructions)

### Installation

Below are two relevant screens for starting the install journey through the app. Get to this page by clicking on integrations on the sidebar.&#x20;

<figure><img src="/files/GlvLQ4cVUr5TYKnA3l0q" alt=""><figcaption><p>Click on Install Integrations to follow along the </p></figcaption></figure>

<figure><img src="/files/1msfew4Lk5banpzpblYT" alt=""><figcaption><p>Select your cloud and go through get your install command</p></figcaption></figure>

### Configuration

Each Install can be customized via a configuration YAML.

During the installation process, the configuration YAML file for the chosen integration is uploaded to the cloud account where Lariat is installed. For AWS installations, the YAML file lives in S3. For Azure installations, the YAML file lives in Azure Blob Storage. For Google Installations, the file lives on GCS.&#x20;

You will find integration-specific configuration and installation rules below.&#x20;

### Integration-specific instructions

See below for an Installation & Configuration reference for each Lariat integration:

* [Snowflake](/integrations-data-storage/snowflake.md)
* [AWS Athena](/integrations-data-storage/aws-athena.md)
* [S3 Objects ](/integrations-data-storage/s3-object-storage.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.lariatdata.com/fundamentals/installation-and-configuration.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.
