> 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/themes.md).

# Themes

Each theme corresponds to an inventory sold by Jakarto. If your organization has purchased a [municipal asset inventory](https://www.jakarto.com/en/products), the associated theme will be available when you are logged in with your Jakarto account linked to your organization.

### Selection of layers to display

For each theme, individual assets can be selected by checking the corresponding layers.

<figure><img src="/files/88mksWedxG6kAvFCK26J" alt=""><figcaption></figcaption></figure>

You can select all layers within a theme by clicking the **"Select All"** button.

<figure><img src="/files/1rSxmD821NzFKiiuRnyG" alt=""><figcaption></figcaption></figure>

### Statistics

The numbers displayed to the right of the layer names indicate the count of objects within the current view.

You can obtain the object count within a restricted area by [drawing the perimeter](/asset-viewer/en/tools.md#drawing-geometries).

Some counts represent either the total linear meters (m) for linear objects or the sum of areas in square meters (m²) for polygonal objects.

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


---

# 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/themes.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.
