# Prefetch

When using the labeling interface, only the necessary assets (e.g. point cloud files, image files) are fetched matching the current active frame. In many cases, when working on a sample extensively, many frames will be accessed eventually.

To improve the experience and reduce waiting time for fetching and loading assets, the assets can be prefetched proactively. (In multisensor datasets, prefetching happens on a per sensor level.)

Prefetching can be done by clicking the prefetch button in the timeline.

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

In the settings in the sidebar, the prefetching can be configured to activate automatically on sample load (and on sensor switch in multisensor datasets).

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

Prefetched assets are [cached on disk](/guides/caching-assets.md) so that repeated access to frequently used assets loads faster.


---

# 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.segments.ai/how-to-annotate/label-sequences-of-data/prefetch.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.
