# Lawnchair Docs

## User guide

- [What is Lawnchair?](https://docs.lawnchair.app/getting-started/readme.md): Get a quick overview of Lawnchair and what it offers.
- [Choose a version](https://docs.lawnchair.app/getting-started/choose-a-version.md): Compare release channels and choose the right Lawnchair build.
- [Setup Lawnchair](https://docs.lawnchair.app/getting-started/install-and-setup.md): Install Lawnchair and set it as your default home app.
- [Verify your installation](https://docs.lawnchair.app/getting-started/install-and-setup/verify.md)
- [Theming and icons](https://docs.lawnchair.app/core-features/theming-and-icons.md): Change icon packs, themed icons, colors, and fonts.
- [Search](https://docs.lawnchair.app/core-features/search.md): Set up dock and app drawer search, providers, and result types.
- [Backup, restore, and reset](https://docs.lawnchair.app/core-features/backup-restore-and-reset.md): Back up your setup, restore it later, or reset Lawnchair.
- [Lawnicons](https://docs.lawnchair.app/integrations/lawnicons.md): Use Lawnicons as your icon pack and themed icon source.
- [Google Feed](https://docs.lawnchair.app/integrations/google-feed.md): Show Google Discover on the left of your home screen.
- [Smartspacer](https://docs.lawnchair.app/integrations/smartspacer.md): Replace At a Glance or add a custom feed with Smartspacer.
- [QuickSwitch](https://docs.lawnchair.app/integrations/quickswitch.md): Use QuickSwitch on rooted devices for better Recents integration.
- [Installation issues](https://docs.lawnchair.app/troubleshooting/installation-issues.md): Fix Play Protect warnings, sideload errors, and failed installs.
- [Restricted settings](https://docs.lawnchair.app/troubleshooting/restricted-settings.md): Allow restricted settings for sideloaded Lawnchair builds on Android 13+.
- [Gesture navigation issues](https://docs.lawnchair.app/troubleshooting/gesture-navigation-issues.md): Understand launcher gesture limits and improve navigation behavior.
- [Widget issues](https://docs.lawnchair.app/troubleshooting/widget-issues.md): Fix common widget setup, refresh, and disappearance problems.
- [Crashes](https://docs.lawnchair.app/troubleshooting/crashes.md): Capture crash logs and try the fastest recovery steps.
- [Battery optimization](https://docs.lawnchair.app/troubleshooting/battery-optimization.md): Stop background restrictions from breaking widgets, gestures, and reloads.

## Developers

- [Before you start](https://docs.lawnchair.app/developers/introduction/readme.md)
- [Get started](https://docs.lawnchair.app/developers/introduction/get-started.md)
- [Project overview](https://docs.lawnchair.app/developers/architecture/project-overview.md)
- [AOSP design patterns](https://docs.lawnchair.app/developers/architecture/aosp-design-patterns.md)
- [Lawnchair design patterns](https://docs.lawnchair.app/developers/architecture/lawnchair-design-patterns.md)
- [Glossary](https://docs.lawnchair.app/developers/architecture/glossary.md)
- [UI frameworks](https://docs.lawnchair.app/developers/concepts/ui-frameworks.md)
- [Preferences](https://docs.lawnchair.app/developers/concepts/preferences.md)
- [Adding a search provider](https://docs.lawnchair.app/developers/how-tos/adding-a-search-provider.md)
- [Development workflow](https://docs.lawnchair.app/developers/standards/development-workflow.md)
- [Coding standards](https://docs.lawnchair.app/developers/standards/coding-standards.md)

## Project and community

- [Roadmap and future features](https://docs.lawnchair.app/community/about/readme.md)
- [Community channels](https://docs.lawnchair.app/community/get-involved/community-channels.md)
- [Report issues](https://docs.lawnchair.app/community/get-involved/report-issues.md)
- [Contribute code](https://docs.lawnchair.app/community/get-involved/contribute-code.md)
- [Contribute translations](https://docs.lawnchair.app/community/get-involved/translate-lawnchair.md)
- [Triage issues](https://docs.lawnchair.app/community/get-involved/triage-issues.md)
- [Write documentation](https://docs.lawnchair.app/community/get-involved/writing-documentation.md)
- [Donate to the project](https://docs.lawnchair.app/community/get-involved/donate-to-the-project.md)
- [Branding](https://docs.lawnchair.app/community/meta/branding.md)
- [License](https://docs.lawnchair.app/community/meta/license.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.lawnchair.app/getting-started/readme.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.
