> ## Documentation Index
> Fetch the complete documentation index at: https://meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# First Project

> Learn how to create your first Meilisearch Cloud project.

This tutorial walks you through setting up [Meilisearch Cloud](https://meilisearch.com/cloud), creating a project and an index, adding documents to it, and performing your first search with the default web interface.

You need a Meilisearch Cloud account to follow along. If you don't have one, register for a 14-day free trial account at [https://cloud.meilisearch.com/register](https://cloud.meilisearch.com/register?utm_campaign=oss\&utm_source=docs\&utm_medium=cloud-quick-start).

## Creating a project

To use Meilisearch Cloud, you must first create a project. Projects act as containers for indexes, tasks, billing, and other information related to Meilisearch Cloud.

Click the "New project" button on the top menu. If you have a free trial account and this is your first project, the button will read "Start free trial" instead:

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/1-new-project.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=32e7bc6e4bc69d2ad2ae45e646e18fb0" alt="The Meilisearch Cloud menu, featuring the 'New Project' button" width="2666" height="436" data-path="assets/images/cloud-getting-started/1-new-project.png" />
</Frame>

Name your project `meilisearch-quick-start` and select the region closest to you, then click on "Create project":

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/2-create-project.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=8b1c551ca332e679eeb9e4781364c4f2" alt="A modal window with two mandatory fields: 'Project name' and 'Select a region'" width="2378" height="1434" data-path="assets/images/cloud-getting-started/2-create-project.png" />
</Frame>

If you are not using a free trial account, you must also choose a billing plan based on the size of your dataset and number of searches per month:

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/3-project-billing.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=a80b99eb3e378a516d1e5a777e2d6158" alt="A variation of the previous modal window with an extra mandatory field: 'Select a plan'. There are a few billing plan options" width="1182" height="919" data-path="assets/images/cloud-getting-started/3-project-billing.png" />
</Frame>

Creating your project might take a few minutes. Check the project list to follow its status. Once the project is ready, click on its name to go to the project overview page:

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/4-project-list.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=69f423fa6df2e411a75ae55fc50ee015" alt="Meilisearch Cloud's main list of projects. It features only one project, 'meilisearch-quick-start', and shows information such as API keys, URL, and number of monthly searches" width="2734" height="1000" data-path="assets/images/cloud-getting-started/4-project-list.png" />
</Frame>

## Creating an index and adding documents

After creating your project, you must index the data you want to search. Meilisearch stores and processes data you add to it in indexes. A single project may contain multiple indexes.

First, click on the indexes tab in the project page menu:

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/5-project-page-menu-indexes.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=3bc787bf49cf86b2e82157e0fa0cad18" alt="The project overview page, featuring a secondary menu with several links. A red arrow points at a menu item: 'Indexes'" width="2606" height="1242" data-path="assets/images/cloud-getting-started/5-project-page-menu-indexes.png" />
</Frame>

This leads you to the index listing. Click on "New index":

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/6-index-list-empty.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=3c8e5578923851b163df16c15d61c3c6" alt="An empty list of indexes in this project with a button on the upper right corner" width="1199" height="226" data-path="assets/images/cloud-getting-started/6-index-list-empty.png" />
</Frame>

Write `movies` in the name field and click on "Create Index":

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/7-create-index.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=c16c584e2c3194500c985173105ee219" alt="A modal window with one mandatory field: 'Index name'" width="762" height="393" data-path="assets/images/cloud-getting-started/7-create-index.png" />
</Frame>

The final step in creating an index is to add data to it. Choose "File upload":

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/8-file-upload.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=9904cf9350f52820774b205eeed68c64" alt="Another modal window with three options. A red arrow points at the chosen option, 'File upload'" width="778" height="538" data-path="assets/images/cloud-getting-started/8-file-upload.png" />
</Frame>

Meilisearch Cloud will ask you for your dataset. To follow along, use this <a href="https://www.meilisearch.com/docs/assets/datasets/movies.json" download="movies.json">list of movies</a>. Download the file to your computer, drag and drop it into the indicated area, then click on "Import documents":

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/9-data-import.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=240a74af509f458022108dad8fca31ed" alt="Another modal window with a large drag-and-drop area. It indicates a file named 'movies.json' will be uploaded" width="759" height="593" data-path="assets/images/cloud-getting-started/9-data-import.png" />
</Frame>

Meilisearch Cloud will index your documents. This may take a moment. Click on "See index list" and wait. Once it is done, click on "Settings" to visit the index overview:

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/10-index-list-filled.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=30a499dbdf5ee5c21cd929a6c99ac4ba" alt="A list of all indexes in this project. It shows a single index, `movies`, and indicates it contains over 30,000 documents" width="1312" height="254" data-path="assets/images/cloud-getting-started/10-index-list-filled.png" />
</Frame>

## Searching

With all data uploaded and processed, the last step is to run a few test searches to confirm Meilisearch is running as expected.

Click on the project name on the breadcrumb menu to return to the project overview:

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/11-index-list-breadcrumb.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=d0e1916992cb181d5bb271eee9b07c0e" alt="The index list page. A red arrow points at the breadcrumb menu" width="1312" height="309" data-path="assets/images/cloud-getting-started/11-index-list-breadcrumb.png" />
</Frame>

Meilisearch Cloud comes with a search preview interface. Click on "Search preview" to access it:

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/12-project-page-url.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=5d0a4b6ccbcd8cba160721d3d4278951" alt="The project overview page. A red arrow points at a menu item named 'Search preview'" width="2606" height="1242" data-path="assets/images/cloud-getting-started/12-project-page-url.png" />
</Frame>

Finally, try searching for a few movies, like "Solaris":

<Frame>
  <img src="https://mintcdn.com/meilisearch-6b28dec2-dependabot-npm-and-yarn-npm-and-yarn-5-0/6C-bKAAYN0sfS3Qi/assets/images/cloud-getting-started/13-search-preview.png?fit=max&auto=format&n=6C-bKAAYN0sfS3Qi&q=85&s=10006c5b1d56f854ba97aa2af0ece66d" alt="The search preview interface, with 'solaris' written in the search bar" width="2546" height="1296" data-path="assets/images/cloud-getting-started/13-search-preview.png" />
</Frame>

If you can see the results coming in as you type, congratulations: you now know all the basic steps to using Meilisearch Cloud.

## What's next

This tutorial taught you how to use Meilisearch Cloud's interface to create a project, add an index to it, and use the search preview interface.

In most real-life settings, you will be creating your own search interface and retrieving results through Meilisearch's API. To learn how to add documents and search using the command-line or an SDK in your preferred language, check out the [Meilisearch quick start](/resources/self_hosting/getting_started/quick_start).
