> For the complete documentation index, see [llms.txt](https://docs.jakarto.com/asset-viewer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jakarto.com/asset-viewer/en/prise-en-main/detail-panel.md).

# Detail panel

When clicking on an object, a detailed panel opens on the right side of the screen. This panel utilizes the [Jakartowns API](https://docs.jakarto.com/guide-jakartowns/en/developers/api-javascript) to display the object of interest within its context.

<figure><img src="/files/kSlnTLqF6Jm12m5XICwY" alt=""><figcaption></figcaption></figure>

The **→** and **←** keys allow the camera to rotate incrementally to the right and left, respectively. Similarly, the **↑** and **↓** keys enable navigation to the next or previous capture position.

{% hint style="info" %}
The sequencing of capture positions depends on the direction of the capture truck's movement.
{% endhint %}

A position icon ![](/files/NNsJR5OJS1woDmu90XKH) indicates the camera's location in Jakartowns, along with its orientation, helping users situate themselves in space.

***

The detail panel describes the type of object as well as its technical specifications. These specifications vary from one inventory to another.

<figure><img src="/files/TOn2xIdNFe0nU34Ep900" alt=""><figcaption></figcaption></figure>

It is possible to copy the attribute values by hovering over the text. On click, the textual value is copied to the clipboard.\
This feature allows users to locate the object in the inventory file or reference it precisely.

<div><figure><img src="/files/LNGyyKSYUuJeYHmmir9Q" alt=""><figcaption></figcaption></figure> <figure><img src="/files/E08fdZJngJdGPgQ2LlDF" alt=""><figcaption></figcaption></figure></div>

***

You can enlarge the Jakartowns window by clicking the expansion button at the bottom right of the window.

<figure><img src="/files/njkNa5j3jnP8pV8mUCge" alt=""><figcaption></figcaption></figure>

***

Clicking the Jakartowns button opens the [Jakartowns web application](https://maps.jakarto.com/) in a new window at the location of interest, enabling a more immersive navigation experience.

<figure><img src="/files/z54BqpPZieaRlCQinAQu" alt=""><figcaption></figcaption></figure>

***

Clicking the dropdown menu in the top left allows users to select different capture dates, enabling the visualization of the object's context across various time periods.

<figure><img src="/files/WNVk1gI36BV3p6rXC5gO" alt=""><figcaption><p>The road sign in 2025</p></figcaption></figure>

<figure><img src="/files/RkYAUCuIgMKmmGJYmCtE" alt=""><figcaption><p>The road sign in 2021</p></figcaption></figure>

***

It is also possible to view the point cloud in the Jakartowns window by pressing the **`Esc`** key.

<figure><img src="/files/HtWIofD492BwLUSO2wlK" alt=""><figcaption></figcaption></figure>

Optionally, pressing the **`Space`** key enables free navigation. In free navigation mode, the **→**, **←**, **↑**, and **↓** arrow keys allow users to move freely within the 3D space of the digital twin.


---

# 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.jakarto.com/asset-viewer/en/prise-en-main/detail-panel.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.
