# Get started

The **Backdrop** library ([GitHub](https://github.com/Kyant0/AndroidLiquidGlass)) can draw a copy of the **background (backdrop)** to a **foreground** with various effects.

You can achieve amazing **liquid glass** effect with the library.

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

## Installation

<div align="left"><figure><img src="https://img.shields.io/maven-central/v/io.github.kyant0/backdrop" alt=""><figcaption></figcaption></figure></div>

<pre class="language-kts" data-title="build.gradle.kts"><code class="lang-kts">dependencies {
<strong>    implementation("io.github.kyant0:backdrop:&#x3C;version>")
</strong>}
</code></pre>

## Tutorials

### Liquid Glass

**🦖 You must read and practise these tutorials before using the library.**

* [Glass Bottom Bar](/backdrop/tutorials/glass-bottom-bar.md)
* [Interactive Glass Bottom Bar](/backdrop/tutorials/interactive-glass-bottom-bar.md)
* [Glass Bottom Sheet](/backdrop/tutorials/glass-bottom-sheet.md)
* [Glass Slider](/backdrop/tutorials/glass-slider.md)
* [Smoother rounded corners](/backdrop/tutorials/smoother-rounded-corners.md)

### Blur

* [Progressive blur](/backdrop/tutorials/progressive-blur.md)

## API

* [Backdrops](/backdrop/api/backdrops.md)
* [Backdrop effects](/backdrop/api/backdrop-effects.md)

## [FAQ](/backdrop/faq.md)


---

# 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://kyant.gitbook.io/backdrop/get-started.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.
