> For the complete documentation index, see [llms.txt](https://docs.segments.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.segments.ai/how-to-annotate/label-3d-point-clouds/smart-cuboid-propagation.md).

# Smart cuboid propagation

Smart cuboid propagation automatically propagates a cuboid frame by frame. This can help you save time when annotating dynamic objects that do not move linearly. For linear movement, simply use [keyframe interpolation](/how-to-annotate/label-sequences-of-data/use-keyframe-interpolation.md).

## Automatically propagate a cuboid

1. Select the cuboid you want to propagate.
2. Open the [batch mode](/how-to-annotate/label-3d-point-clouds/batch-mode-for-dynamic-objects.md) by clicking on the batch mode icon (<img src="/files/OfQkX5jzy7QU40T9BBWa" alt="" data-size="line">) in the right toolbar.
3. Label the cuboid in the first frame(s) where the object is visible. Label the object in two consecutive frames to improve the smart propagation results.
4. Select the last labeled frame.
5. Press the "step forward" button (![](/files/Q6bMRGv5C4QJluWVGneT)) to propagate the cuboid forward one frame, or press the "forward"  button (![](/files/Uh8WzQeH4iKan0oWJEfl)) to propagate the cuboid forward until the end of the sequence.
6. If you see the propagation going wrong, you can press the stop button (![](/files/Yv0KRINeYOGSN5SCeoX1)) to stop the propagation. You can then correct the label and continue the propagation again.

{% hint style="warning" %}
**Limitations**

* Objects need to contain enough points (\~ hundreds of points) to be propagated reliably.
* Objects that move erratically might not be tracked accurately. Specifically, their heading might move erratically as well.
* You cannot switch browser tabs while smart cuboid propagation is propagating the object
  {% endhint %}


---

# 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.segments.ai/how-to-annotate/label-3d-point-clouds/smart-cuboid-propagation.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.
