# Documents

## Documents

- [Data Privacy Policy](https://docs.millpont.com/meti-operative-documents/data-privacy-policy.md): V1.1 October 23, 2024
- [Terms of Use](https://docs.millpont.com/meti-operative-documents/terms-of-use.md): V1.3 April 30, 2026
- [Source Rulebook (V0.9)](https://docs.millpont.com/meti-operative-documents/source-rulebook-v0.9.md)
- [Membership Fee Schedule](https://docs.millpont.com/meti-operative-documents/membership-fee-schedule.md)
- [Declaration of Agency Form](https://docs.millpont.com/meti-operative-documents/declaration-of-agency-form.md)
- [SSID Conflict Resolution Request Form](https://docs.millpont.com/meti-operative-documents/ssid-conflict-resolution-request-form.md): Fill out the form below to request an administrative review of SSID conflicts
- [Introduction](https://docs.millpont.com/meti-api-documents/introduction.md)
- [Authentication](https://docs.millpont.com/meti-api-documents/authentication.md)
- [Endpoints](https://docs.millpont.com/meti-api-documents/endpoints.md)
- [Error Handling](https://docs.millpont.com/meti-api-documents/error-handling.md)
- [Sandbox](https://docs.millpont.com/meti-api-documents/sandbox.md)
- [Source Data Dictionary](https://docs.millpont.com/meti-data-model-reference/source-data-dictionary.md): Purpose: Represents a location or entity that is the origin of an environmental impact measurement (e.g., a field, a factory, well, or farm).
- [Deposits Data Dictionary (Beta)](https://docs.millpont.com/meti-data-model-reference/deposits-data-dictionary-beta.md): Purpose: Represents reported environmental commodities, their volumes, and measurements (e.g., carbon, Scope 3 totals, Low-CI commodities).
- [Repositories Data Dictionary (Beta)](https://docs.millpont.com/meti-data-model-reference/repositories-data-dictionary-beta.md): Purpose: Facilitates exchange, storage, or sharing of the Source and Deposits data. May represent external data registries, transaction/delivery, or verification workflow.
- [Introduction Presentation](https://docs.millpont.com/meti-resources/introduction-presentation.md): 2025 METI Introduction Presentation
- [What is a Source?](https://docs.millpont.com/meti-resources/what-is-a-source.md): Description of a Source in the METI framework
- [How METI Source Network Works](https://docs.millpont.com/meti-resources/how-meti-source-network-works.md): The process for embedding verifiable trust in sustainable exchange
- [Frequently Asked Questions](https://docs.millpont.com/meti-resources/frequently-asked-questions.md)
- [Registration Application](https://docs.millpont.com/meti-resources/registration-application.md)
- [Source Rulebook Draft 30-day Public Comment](https://docs.millpont.com/public-notices/source-rulebook-draft-30-day-public-comment.md): Public comment open through July 20, 2025.
- [Public Comments](https://docs.millpont.com/public-notices/public-comments.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.millpont.com/meti-operative-documents/data-privacy-policy.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.
