# Containers

- [Swipe to delete](https://docs.bravostudio.app/bravo-tags/containers/swipe-to-delete.md): Enable a native swipe-to-delete functionality in your app
- [Top bar](https://docs.bravostudio.app/bravo-tags/containers/container-top-bar.md): The top bar container fixes its position to the top of the screen and does not scroll with the rest of the screen.
- [Carousel slider](https://docs.bravostudio.app/bravo-tags/containers/container-horizontal-slider.md): Slides a collection of containers horizontally.
- [Aspect ratio relative to screen](https://docs.bravostudio.app/bravo-tags/containers/aspect-ratio-relative-to-screen.md): The height of the container is calculated with the screen height.
- [Sortable List](https://docs.bravostudio.app/bravo-tags/containers/sortable-list.md): Creates a sortable list with API data
- [Layer (sticky element)](https://docs.bravostudio.app/bravo-tags/containers/layer-sticky-element.md): A container that fixes its position on-screen and does not scroll with the rest of the screen.


---

# 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.bravostudio.app/bravo-tags/containers.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.
