# Tutorials

```{admonition} Under Construction
:class: warning
Meerkat's tutorials will be updated periodically, so you may run into bugs. If you have any questions that are not addressed by the docs, please reach out to us on [Discord](https://discord.gg/pw8E4Q26Tq).
```

This section contains tutorials for using Meerkat.

You can find the following tutorials:
- [Tutorial 1: Data Frames (Wrangling an Image Dataset)](tutorial-data-frames.md)
- [Tutorial 2: Basic Interactive Applications (Building An Image Gallery)](tutorial-image-gallery.md)
- [Tutorial 3: Basic Interactive Applications (Building A Simple Counter)](tutorial-simple-counter.md)
- [Tutorial 4: Reactive Functions (Reactive Image Viewer)](tutorial-reactive-viewer.md)
- [Tutorial 5: Endpoints (Query a Large Language Model)](tutorial-query-llm.md)
- [Tutorial 6: Complex Components (Embedding Based Search Engine)](tutorial-search-engine.md)
- [Tutorial 7: Complex Components (Gallery with Filter and Sort)](tutorial-filter-sort.md)
