# TimberID

## TimberID

- [Welcome to TimberID](https://timberid.gitbook.io/timberid/welcome-to-timberid.md)
- [Background](https://timberid.gitbook.io/timberid/overview/background.md)
- [Registering](https://timberid.gitbook.io/timberid/user-guide/registering.md)
- [Single Reference Sample + Import](https://timberid.gitbook.io/timberid/user-guide/single-reference-sample-+-import.md)
- [Import Errors](https://timberid.gitbook.io/timberid/user-guide/single-reference-sample-+-import/import-errors.md)
- [Origin Verification](https://timberid.gitbook.io/timberid/user-guide/origin-verification.md)
- [Exporting](https://timberid.gitbook.io/timberid/user-guide/exporting.md)
- [Earth Engine API](https://timberid.gitbook.io/timberid/user-guide/earth-engine-api.md)
- [Administration Guide](https://timberid.gitbook.io/timberid/user-guide/administration-guide.md)
- [Creating Organizations](https://timberid.gitbook.io/timberid/user-guide/administration-guide/creating-organizations.md)
- [Managing Users](https://timberid.gitbook.io/timberid/user-guide/administration-guide/managing-users.md)
- [Glossary](https://timberid.gitbook.io/timberid/user-guide/glossary.md)
- [Report an Issue](https://timberid.gitbook.io/timberid/user-guide/report-an-issue.md)
- [High Level Design](https://timberid.gitbook.io/timberid/architecture-of-timberid/high-level-design.md)
- [Open Source Github Repositories](https://timberid.gitbook.io/timberid/architecture-of-timberid/open-source-github-repositories.md)
- [Detailed Design](https://timberid.gitbook.io/timberid/architecture-of-timberid/detailed-design.md)
- [Client](https://timberid.gitbook.io/timberid/architecture-of-timberid/detailed-design/client.md)
- [Server](https://timberid.gitbook.io/timberid/architecture-of-timberid/detailed-design/server.md)
- [External integrations and maps](https://timberid.gitbook.io/timberid/architecture-of-timberid/detailed-design/external-integrations-and-maps.md)
- [Earth Engine](https://timberid.gitbook.io/timberid/architecture-of-timberid/detailed-design/earth-engine.md)
- [Research Colabs](https://timberid.gitbook.io/timberid/architecture-of-timberid/detailed-design/research-colabs.md): Documentation of Colab notebooks intended for researchers and advanced users
- [Data Ingestion](https://timberid.gitbook.io/timberid/architecture-of-timberid/detailed-design/research-colabs/data-ingestion.md): Instructions for ingesting data for training isoscape models and using them to generate isoscapes
- [Model Training (Variational Inference)](https://timberid.gitbook.io/timberid/architecture-of-timberid/detailed-design/research-colabs/model-training-variational-inference.md)
- [Isoscape Generation](https://timberid.gitbook.io/timberid/architecture-of-timberid/detailed-design/research-colabs/isoscape-generation.md)
- [Validation of Isoscapes](https://timberid.gitbook.io/timberid/architecture-of-timberid/detailed-design/research-colabs/validation-of-isoscapes.md)
- [GCP Guide](https://timberid.gitbook.io/timberid/architecture-of-timberid/gcp-guide.md): Describes how to manage TimberID Assets in Google Cloud
- [Analytics](https://timberid.gitbook.io/timberid/architecture-of-timberid/gcp-guide/analytics.md)
- [Database Query Builder](https://timberid.gitbook.io/timberid/architecture-of-timberid/gcp-guide/database-query-builder.md)
- [Budget Alerts](https://timberid.gitbook.io/timberid/architecture-of-timberid/gcp-guide/budget-alerts.md)
- [Domain Name Configuration](https://timberid.gitbook.io/timberid/architecture-of-timberid/gcp-guide/domain-name-configuration.md)
- [Backups and Disaster Recovery](https://timberid.gitbook.io/timberid/architecture-of-timberid/gcp-guide/backups-and-disaster-recovery.md)
- [Test Procedure for Production Release](https://timberid.gitbook.io/timberid/architecture-of-timberid/test-procedure-for-production-release.md): This section includes test cases for individual features and functionalities, the main objective is to identify bugs, defects or issues that may have been missed during the development process.
- [Internal Information](https://timberid.gitbook.io/timberid/internal/internal-information.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://timberid.gitbook.io/timberid/welcome-to-timberid.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.
