> For the complete documentation index, see [llms.txt](https://amazonadonna.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://amazonadonna.gitbook.io/project/master.md).

# Amazon Handmade

This project is an Android application aimed at providing indigenous communities the opportunity to sell goods on Amazon Handmade.

The features implemented are focused on allowing an intermediary (CGA) to facilitate the listing of goods and distribution of profits to an indigenous seller (Artisan).

Features:

* Add new Artisans under your management, and scroll through a list of Artisans associated with your CGA account
  * Log a payment to a specific Artisan
  * Message an Artisan
  * View goods associated with a particular Artisan
* View Amazon Handmade orders containing goods from an Artisan managed by your CGA account
  * View items contained in that order
* Generate financial reports for individual Artisans, or groups of Artisans


---

# 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://amazonadonna.gitbook.io/project/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.
