> For the complete documentation index, see [llms.txt](https://hiveminddocs.gitbook.io/hivemind/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hiveminddocs.gitbook.io/hivemind/code-systems/ultimate-gathering-system-ugs/classes/example-content-classes/pda_stagenodedata.md).

# PDA\_StageNodeData

This is used in conjuction with [BP\_UGS\_Example\_StageNode](/hivemind/code-systems/ultimate-gathering-system-ugs/classes/example-content-classes/bp_ugs_example_stagenode.md)class. This contains the data for the different stages of this node, so it can switch between what the node should look like based on its stage progression towards depletion.

## <mark style="color:blue;">Properties</mark>

* <mark style="color:yellow;">Stages</mark>: This is a Integer mesh map. Each entry is a stage, the lowest number will be used for earlier stages, and higher numbers will be used for later stages.
* <mark style="color:yellow;">DepletedMesh</mark>: This mesh entry will be used for a depleted node.


---

# 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:

```
GET https://hiveminddocs.gitbook.io/hivemind/code-systems/ultimate-gathering-system-ugs/classes/example-content-classes/pda_stagenodedata.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.
