# Greenstand User Guides

An annotated index of links to how-to's, guides, references, and tutorials regarding Greenstand's Treetracker software.

To contribute, comment, or question the documentation, please submit an issue or pull request at the [github repository](https://github.com/Greenstand/greenstand-documentation).

### **Treetracker Software:** General introduction tree growers and funders.

[Domain Model](https://github.com/Greenstand/system-design-docs/blob/master/domain-model/domain_model.md): A glossary terms specific to Greenstand and its treetracker platform.

[GreenStand - Privacy Policy](https://greenstand.org/devbox/privacy-policy-for-the-app): Unless otherwise authorized we will not disclose sensitive user information, such as contact information. Our primary data collection is focused around scientific research related to the survival processes of trees as well as systematic harvesting of tree-related products.

### **Administration Panel:** Tools for managing Greenstand data and users.

[How to Record Earnings and Payments](/overview/user-guides/earningshow.md): Instructions for getting and updating records of debts and payments to growers.

[Greenstand Earnings Reference](/overview/user-guides/earningsref.md): Complete details regarding the tool for getting and updating records of debts and payments to growers.

### **The Wallet API:** The the application for managing and moving Greenstand tree tokens.

[How to Use the Treetracker Wallet API](/overview/user-guides/walletapihow.md): Tutorials and sample code to guide users through common tasks.

[Treetracker Wallet API Reference](/overview/user-guides/walletapiref.md): Complete detail regarding the production API's resources, requests, and data format.

[Wallet API Postman setup](https://greenstand.org/devbox/wallet-api-postman-setup): The wallet API is a tool for moving Greenstand tree tokens from one owner to another. Postman provides a graphic interface.

[Tutorial to Set Up Postman](https://www.loom.com/share/a9428383796140568f4c6fb965259588): Video instructions for communicating with the wallet API via Postman


---

# 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.greenstand.org/overview/user-guides/index.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.
