# List\_Studies

![List Studies](/files/wO0shQaqVSaf05Qm2Lb1)

List all Studies from a Pollination project. You can either type in formatted text "project-owner/project-name" or right click or double click on the component and select a project.

## Inputs

* **project \[Required]**

  A Pollination project from which to list Studies. You can type in formated text "ProjectOwner/ProjectName", or double/right click the component to get a project.
* **status \[Optional]**

  An optional input to filter the Studies based on status. Valid inputs are: -Created -PreProcessing -Running -Failed -Cancelled -Completed -Unknown

## Outputs

* **names**

  Name of Pollination Studies from the selected project.
* **descriptions**

  Description of Pollination Studies from the selected project.
* **recipes**

  The recipe that Pollination run ran with.
* **studies**

  List of Pollination Studies from the selected project.


---

# 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/grasshopper-plugin/grasshopper-user-interface/2_pollination/list_studies.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.
