# Quick Start


## Step 1: Create Jitsu Instance

Try [Jitsu.Cloud](https://use.jitsu.com). It's free for up to 200,000 events per month; Or (advanced) [Host Jitsu on you servers](/docs/self-hosting/)


## Step 2: Add Site

Add your site or app to Jitsu. You can add multiple sites. Open your Jitsu dashboard, go to **Sites » Add Site** and fill the form.

<Screenshot src="/docs/screenshots/add-site.png" />

Adding custom domain is optional. If you don't have one, you can use the default one. It will look like this: `https://<your-site-id>.d.jitsu.com` 

:::info
Read more about [sites](/docs/core-concepts/#sites) on [core concepts](/docs/core-concepts/) page.
:::

## Step 3: Add Warehouse Destination

Go to **Destination» Add Destination** 

<Screenshot src="/docs/screenshots/add-destination.png" />

Select from supported destination types and fill the form.

:::info
Read more about [destination](/docs/core-concepts/#destinations) on [core concepts](/docs/core-concepts/) page.
:::

## Step 4: Connect site and destination

Go to **Connections» Connect site and destination** 

<Screenshot src="/docs/screenshots/add-connection.png" />

Here you need to choose what source and destination to connect.

Also, you can set up additional connection options that are specific to the destination type, e.g: for data warehouse destinations you can choose from Batch or Stream mode and set up data layout.

On the same form builtin or user defined [Functions](/docs/functions) can be added to processing pipeline for specific connection.

:::info
Read more about [connection](/docs/core-concepts/#connection) on [core concepts](/docs/core-concepts/) page.
:::