> For the complete documentation index, see [llms.txt](https://makemove.gitbook.io/pancake/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://makemove.gitbook.io/pancake/features/connectivity-analysis.md).

# Connectivity Analysis

Original Grasshopper provides the feature of growing/shifting downstream objects, one level by one level. Pancake gives a toolset of selecting all upstream, downstream or both at once. Besides, Pancake can also pick independent up/downstream parameters only.

### How to use this feature?

* Navigate to "Pancake" menu, click "Select (up/down/all)stream of selected components..."

### Five types of searching mode

* All upstream objects
* All downstream objects
* All connected (up and down) objects
* Source parameters
* Destination parameters

![Explanation of searching mode](/files/-LBtcHV4ogQoV3Jzd4n3)

### What else should I also notice?

* The object can be a component, or a parameter.
* You can start the search from multiple objects.
* Although components can be included in the independent parameters test, Pancake cannot guarantee every independent component is included. This is because you can edit an input of certain component as an inline parameter, which Pancake cannot always detect.
  * For example, you have an "Addition" component. Then you use the right-click menu to assign 1 and 2 to "A", "B", respectively. Pancake will not include the component in independent parameter search though it should be.


---

# 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://makemove.gitbook.io/pancake/features/connectivity-analysis.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.
