# Table of Contents

1. Greenstand Documentation
   1. [Table of Contents](https://greenstand.gitbook.io/meta-documentation/)
   2. How to Contribute Documentation
   3. Operations Documentation
   4. End-user Documentation
      1. Mobile Application End User Documentation
      2. Admin Panel End User Documentation
   5. Technical Documentation
      1. Documentation for Contributors
         1. Mobile App Documentation
            1. Android
            2. Mobile
         2. Web Application Documentation
            1. React.js Common
            2. Admin Panel
            3. Web Map
            4. Wallet Web Application
         3. Microservices Documentation
            1. Overview
               1. System Architecture
               2. Software Architecture
               3. Setup
               4. Microservice how tos
                  1. Create a new microservice
            2. Microservices
               1. Tree Monitoring Platform
                  1. Treetracker API
                  2. Field Data API
                  3. Herbarium API
                  4. Audit Log API
                  5. Bulk Pack Services
               2. Community Engagement Platform
                  1. Earnings API
                  2. Stakeholder API
                  3. Messaging API
                  4. Reporting API
                  5. Sharing API
                  6. Storytelling API - *not started*
               3. Impact Wallet Platform
                  1. Wallet API
                  2. Market API - *not started*
               4. Web Maps Platform
                  1. Tile Server
                  2. Treetracker Query API
                  3. Webmap Query Service Consumer
               5. Utilities
                  1. Regions API
                  2. Comment API - *not started*
         4. Application Platform (Cloud) Documentation
            1. Cloud Architecture
            2. Cloud Service Wraps
               1. Keycloak
               2. RabbitMQ
               3. CKAN
               4. etc.
      2. Documentation for Third Party Integrators
         1. Wallet system integrations&#x20;
            1. . API Documentation&#x20;
            2. Use cases & Integration path
         2. Mapping system integrations


---

# 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/meta-documentation/readme.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.
