# Getting started

**Prerequisites:** A machine with 2 CPU, 8 GB RAM, 100GB Storage, and internet access.

**Files Downloading Instructions:** We will provide you with links to download two essential files required for setting up and configuring your Airbyte instance:

* setup.sh - This is the primary file used for deploying and configuring your Airbyte instance. Please download and execute this script to initiate the installation process.
* source.json - This file contains additional data about the sources you have chosen to connect. You will need to fill in the API keys fields to ensure proper connection to your data. This file is a crucial part of the setup and should be handled with special care.

**How to download files:**

To download the file, please use the **`wget`** command in your Command Line Interface (CLI). This simple yet powerful tool effortlessly facilitates the downloading of files from the internet.

```
wget [File URL]

```

**Startup Script Scenarios:**

**Installation and Running:** Execute the following command to install Docker, Docker Compose, pull Airbyte images, and Anecdote’s custom destination image, and run the Airbyte instance

```
sudo sh setup.sh setup
```

**Configuration:** Populate the sources.json file with API keys, then execute the command to create all sources listed in the file.

```
sudo sh setup.sh config sources.json
```

**Health Check:** Use the following command to check the cluster's health and view the status of the last job for each source.

```
sudo sh setup.sh health
```

**Help Information**: Use the following command to show the information how to use the script.

```
sudo sh setup.sh help
```


---

# 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.anecdoteai.com/docs/on-prem-setup/getting-started.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.
