# Introduction

The proper way to go through this reference doc, in our opinion, is to first acquaint yourself with the [terminology ](https://annotationdocs.telusinternational.com/terminology)we use. Then you can jump to the [basic operations](https://annotationdocs.telusinternational.com/basic-operations/create-a-job). \
\
After that, based on the type of project you have set up in Ground Truth Studio (GT Studio), you can refer the various examples:

* [Image Annotation](https://annotationdocs.telusinternational.com/image-annotation)
* [Image Segmentation](https://annotationdocs.telusinternational.com/image-segmentation)
* [Video Annotation](https://annotationdocs.telusinternational.com/video-annotation)
* [3D Point Cloud Annotation](https://playment.gitbook.io/api-reference/3d-point-cloud-annotation)
* [Point Cloud Segmentation](https://playment.gitbook.io/api-reference/point-cloud-segmentation)


---

# Agent Instructions: 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://annotationdocs.telusinternational.com/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.
