# Create a New Study

{% hint style="info" %}
You can only create a study under the projects you have been granted write access to.
{% endhint %}

## Step 1

[Create a new project](/user-manual/web-platform/create-a-new-project.md) or select an existing project. Then click on the Studies tab.

<figure><img src="/files/6B1JsVktgXP3DLv8DzDr" alt=""><figcaption></figcaption></figure>

### Step 2

Before running a new study, you must add the corresponding recipe to the project. See the next step, if the recipe is already added to the project.

If you don't see the recipe under the New Study section use the Add/Remove Recipes button to add new recipes. You can search for the recipes by name, and add them to the project. Each project can have as many recipes as needed.

<figure><img src="/files/YIilTKs5N9ssmoM3aO8S" alt=""><figcaption></figcaption></figure>

## Step 3

Click on the recipe icon to select the recipe. It will expand the recipe, and show all the recipe inputs. Each recipe can have from 1 to many recipe inputs.

{% hint style="info" %}
You are only required to provide the Required Inputs to create a new study but it is good practice to also check all the Optional Inputs and ensure the default values are set correctly for your study.
{% endhint %}

<figure><img src="/files/wFSO46dMC53RmcpbbGWQ" alt=""><figcaption></figcaption></figure>

## Step 4

Select all the inputs, and click on the <mark style="background-color:blue;">Create Study</mark> button. There are two options for assigning the file inputs. You can either upload the files or use the existing files in the project.

## Video Tutorial

Here is a video recording that walks you through creating a new study in Pollination.

{% embed url="<https://youtu.be/er7O91amA4Y?si=RVi3CMYDHlOuceKt>" %}


---

# 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.pollination.solutions/user-manual/web-platform/create-a-new-job.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.
