> For the complete documentation index, see [llms.txt](https://docs.pollination.solutions/user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pollination.solutions/user-manual/grasshopper-plugin/grasshopper-user-interface/2_pollination/user_data.md).

# User\_Data

![User Data](/files/WzOSl5CLSyLifCtCtDHg)

Collects user's inputs as meta data for each run. Right click on the input to change the name. You can zoom in to add more inputs to the component or remove extra inputs. Once your component is ready connect the output of this component to SetupRuns to attach meta data to each run. You can also use this component to collect the data and connect the output to Fly's data input.You can use these inputs later to explore the runs and filter them.

## Inputs

* **data\_1 \[]**

  An user's input for extra meta data for a Pollination study. It can also to be recorded for the Pollination Fly's iterations. One or a list of values is acceptable, but each grip is limited with 10 values max. Null or Empty value will be marked as "NoData"(-999).

## Outputs

* **data**

  Extra user's data for Pollination run or Pollination Fly's data input


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.pollination.solutions/user-manual/grasshopper-plugin/grasshopper-user-interface/2_pollination/user_data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
