# tuna and Qdrant

## Step 1. Download the client

Instructions are available on the [installation page](https://tuna.am/en/docs/guides/install.md).

## Step 2. Start the Qdrant server

Installation instructions can be found in the [official documentation](https://qdrant.tech/documentation/quickstart/).

## Step 3. Run tuna

Qdrant uses port `6333` by default for HTTP:

```bash
tuna http 6333

```

And port `6334` for gRPC:

```bash
tuna tcp 6334

```
