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

# Domain Specific Workflow

- [General Image Annotation](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation.md)
- [Create Project](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/create-project.md): Start annotating your data right away
- [Annotation](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/integrations.md): Get your images labeled for smarter computer vision
- [AI Assist](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/integrations/ai-assist.md): Quick guide to AI-assisted annotation features.
- [Review](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/integrations/review.md): Validate and refine annotations for quality assurance and consistency."
- [Types of Annotation](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/integrations/types-of-annotation.md): Overview of supported annotation formats: bounding box, polygon, segmentation, and more.
- [Project Analytics](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/project-analytics.md): Track. Optimize. Deliver Better.
- [Dataset Managment](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/dataset-managment.md)
- [Manage Dataset](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/dataset-managment/manage-dataset.md): Easily organize, modify, and control the lifecycle of your annotated images.
- [Release Version](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/dataset-managment/release-version.md): Available after project annotation is complete
- [Clone Dataset](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/dataset-managment/clone-dataset.md): Easily duplicate a dataset to collaborate across teams or projects.
- [User Access](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/markdown.md): Manage user permissions and control access levels
- [User Management](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/general-image-annotation/images-and-media.md): Administer user accounts, roles, and profiles
- [LiDAR Image Annotation](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/lidar-image-annotation.md): This workflow explains the end-to-end process of creating, configuring, annotating, reviewing, and exporting a 3D Point Cloud (LiDAR) annotation project in JTheta Annotate.
- [Create Project](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/lidar-image-annotation/create-project.md)
- [Data Modality](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/lidar-image-annotation/data-modality.md)
- [Project Details](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/lidar-image-annotation/project-details.md)
- [Upload LiDAR Data](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/lidar-image-annotation/upload-lidar-data.md)
- [Annotation Settings](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/lidar-image-annotation/annotation-settings.md)
- [Assign Team Members](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/lidar-image-annotation/assign-team-members.md)
- [Review & Confirm](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/lidar-image-annotation/review-and-confirm.md)
- [Annotation Platform](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/lidar-image-annotation/annotation-platform.md)
- [Project Overview Dashboard](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/lidar-image-annotation/project-overview-dashboard.md)
- [Export LiDAR Datasets](https://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow/lidar-image-annotation/export-lidar-datasets.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 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://jtheta-ai.gitbook.io/docs.jtheta.ai/domain-specific-workflow.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.
