# Overview

## About the Admin Panel

The Admin Panel is a tool used by Greenstand and partner organizations to review and manage the following data:

* **Trees**
* **Captures** (geo- and time-stamped photos of trees)
* Tree **Species**
* **Growers** (AKA Planters or Workers)
* **Contracts** (agreements between Growers and organizations)
* Grower **Earnings** and **Payments**
* **Stakeholders** (e.g., tree planting organizations)
* **Regions** (geographical areas where planting happens)

Additionally, the Admin Panel provides a mechanism for sending messages and surveys to Treetracker app users (**Messaging**).

### Primary Use Case

Tree **Captures** recorded by **Growers** through the [Treetracker app](https://docs.greenstand.org/mobile-app/) appear in the Admin Panel for **verification** (*is it a photo of a tree?*), **tagging** (*what sort of tree is it?*) and **matching** (*is the tree already being tracked?*).

### Secondary Use Case

Manage the **Contracts** under which **Growers** plant and track trees on behalf of tree planting organizations (**Stakeholders**). Manage the **Payments** from organizations to Growers for fulfilling the contract.

## Core Team Members

| Name  | Role      | Slack                                                               | GitHub                                       |
| ----- | --------- | ------------------------------------------------------------------- | -------------------------------------------- |
| Nick  | Team Lead | [Nick - Admin Panel Lead](https://app.slack.com/team/U0141R1GV96)   | [@nmcharlton](https://github.com/nmcharlton) |
| Gwynn | Guide     | [Gwynn (admin panel guide)](https://app.slack.com/team/U01LG7UU0NP) | [@gwynndp](https://github.com/gwynndp)       |

## Slack Channels

* [#admin\_panel](https://greenstand.slack.com/archives/C8W6GT9MZ) (invitation required)
* [#admin\_panel\_notifications](https://greenstand.slack.com/archives/C01D1GY1NN9)

## Team meetings

Tuesdays 10AM PST, Slack huddle in [#engineering](https://greenstand.slack.com/archives/C7301AENR) channel.

An opportunity to meet other contributors, hear about ongoing work and ask questions.

## Environments

* Development environment: <https://dev-admin.treetracker.org>
* Test environment: <https://test-admin.treetracker.org>
* Staging environment
* Production environment

{% hint style="info" %}
The login credentials for the environments can be found in the Slack channel.
{% endhint %}


---

# 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/admin-panel/master.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.
