# Decompose Component

## Overview

The Decompose Component disassembles the Ecosystem Data object and supplies its child elements.

![](/files/-MU7lPAJjBmGoytpsVuW)

## Inputs

**Ecosystem Data** \[ED] (Generic Data) - List of Ecosystem Data objects provided by the [Live Link Component](/manual/grasshopper/general-components/live-link-component.md).\
**Index** \[I] (Integer) - Index of Ecosystem Data object to decompose. The default value is set to 0.

## Outputs

**Entity ID** \[EID] (Guid) - List of Entities belonging to decomposed Ecosystem which should be passed to the [Evaluate Component](/manual/grasshopper/general-components/evaluate-component.md) in order to retrieve detailed information about it.\
**Entity Transforms** \[EXF] (Transform) - Tree of transforms lists belonging to Entities from decomposed Ecosystem.


---

# 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://help.rhinonature.com/manual/grasshopper/general-components/decompose-component.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.
