# Contributor Documentation

An annotated index of links to *how-to's*, *guides*, *references*, and *tutorials* to help those contributing to 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).

**Libraries**:

* [Repositories](https://github.com/Greenstand): Greenstand organizes and publishes its open-source Treetracker software platform in multiple github repositories, most of them public.
* [Greenstand Team Library](https://app.gitbook.com/@greenstand/spaces) Inside information for volunteers and staff, by invitation only.

**Useful Links for Contributors:**

* [Contributor Satisfaction Form](https://forms.gle/FoAeGJaRcuCtR1zB8)
* [Impact Token Wallet Requet Form](https://forms.gle/QRs4ij4rgD7jGHRh7)
* [Recommendation and Verification Letter Form](https://drive.google.com/file/d/1VswhS3OctlDxZB58mkFErLawN_ZS0V89/view)
* [Email signature template](https://greenstand.org/devbox/email-signature-template)

**Policies:**

* [Contributor Covenant Code Of Conduct](https://docs.google.com/document/d/1OXcHTF2hTu-b3h5jbDP-uNaBOKgBogEB-C8aIRvmOP0/edit?usp=share_link)

**How Greenstand Software Engineers Work:**

* [Engineer's Handbook](https://greenstand.gitbook.io/engineering): Information about the teams building the Treetracker software, the tools we use, and how to contribute to the work.
* [Welcome to Greenstand's Treetracker project](https://github.com/Greenstand/Greenstand-Overview/blob/master/README.md): Introduction for prospective sofware developers.

**Greenstand APIs:**

* [API Documentation](https://greenstand.org/docs/contributor-docs/_swagger): Reference documentation generated from OpenAPI specifications in Greenstand repositories.

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

* [github README: Getting Started](https://github.com/Greenstand/treetracker-wallet-api/blob/master/README.md): How to download, install, and run the development version of the API server.


---

# 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/contributor-docs.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.
