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

# Product Guides

- [Image Annotation Tool](https://docs.xtreme1.io/xtreme1-docs/product-guides/image-annotation-tool.md): Using digital images from cameras and videos and deep learning models, machines can accurately identify and classify objects — and then react to what they see.
- [LiDAR Annotation Tool](https://docs.xtreme1.io/xtreme1-docs/product-guides/lidar-annotation-tool.md): This article describes how to use 2D & 3D Fusion and Frame Series tool. The object tracking is a key-feature of the perception system of autonomous cars and ADASs.
- [Coordinate System](https://docs.xtreme1.io/xtreme1-docs/product-guides/lidar-annotation-tool/coordinate-system.md): Introduction 2D & 3D Fusion dataset coordinate system including camera parameter configuration
- [Text Annotation Tool (beta)](https://docs.xtreme1.io/xtreme1-docs/product-guides/text-annotation-tool-beta.md): Multiple rounds of dialogues
- [Upload Dataset](https://docs.xtreme1.io/xtreme1-docs/product-guides/upload-dataset.md): Image, LiDAR and 2D & 3D Fusion LiDAR datasets format requirement
- [Ontology](https://docs.xtreme1.io/xtreme1-docs/product-guides/ontology.md): The Ontology provides preset general classes (hierarchies) and attributes for use in your model training. You can also build a customized one from the very beginning.
- [Import Class/Classification](https://docs.xtreme1.io/xtreme1-docs/product-guides/ontology/import-class-classification.md)
- [Data Curation](https://docs.xtreme1.io/xtreme1-docs/product-guides/data-curation.md)
- [Kanban](https://docs.xtreme1.io/xtreme1-docs/product-guides/data-curation/kanban.md): A dataset kanban board is a great way to visualize the progress of your machine learning dataset through the different stages of its lifecycle.
- [Data Similarity Map](https://docs.xtreme1.io/xtreme1-docs/product-guides/data-curation/data-similarity-map.md): Data similarity map is a visual representation that shows the degree of similarity between data points in a dataset. It allows you to quickly understand how closely related or connected different data


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.xtreme1.io/xtreme1-docs/product-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
