# Node-based Tracking Workflows

In order to use the values we received through the **Tracking receiver** devices in the *Devices* window, we need to create a **Read** node in one of the layers. So open a layout of one of the layers (by double clicking on it), right-click on a *Layer* window and choose a specific *Layer* reader node.

<div align="left"><img src="/files/8BQNtMhvKRo9gjYezfwU" alt=""></div>

Every tracking technology is a bit different and the data they provide differs too. However, all of them provide at least *Position and Orientation*.

<div align="left"><figure><img src="/files/TmU8rvMBOD4klm0IzXJj" alt=""><figcaption></figcaption></figure></div>

Therefore, you can always use **Read Tracker** node which works with all tracking technologies.

## Nodes for specific tracking technologies

As most tracking technologies include specific type of format of data, each of these technologies usually have a corresponding layout node that works only with that technology.

In the subsequent pages we will go through some of them.


---

# 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://docs.lightact.com/integrations/camera-and-object-tracking/node-based-tracking-workflows.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.
