> For the complete documentation index, see [llms.txt](https://docs.lawnchair.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lawnchair.app/community/meta/branding.md).

# Branding

This page contains the official branding assets and visual guidelines for the Lawnchair project. Please adhere to these guidelines when representing the project.

## License

Unlike Lawnchair's source code, which is licensed under Apache License 2.0, the Lawnchair logo, wordmark, and other official branding elements are All Rights Reserved (ARR). They are proprietary and protected intellectual property.

Please follow the guidelines listed in the next section.

## Lawnchair brand guidelines

Please adhere to the following guidelines when representing the Lawnchair project:

You may use Lawnchair's branding for:

* Accurate representation in news articles, reviews, or educational content.
* Non-commercial community creations (for example, fan-made wallpapers or device setups) that clearly do not imply official endorsement or creation by the Lawnchair team.

You may not use Lawnchair's branding for:

* Commercial products, services, or ventures.
* Derivative products, including software, products, or services that use the Lawnchair name or logos.
* Any use that implies endorsement or affiliation with the project, its developers, or its partners.

You are also not allowed to:

* Modify, alter, or recolor official logos or wordmarks without explicit permission.
* Use assets in a misleading way.

### Assets

All assets should follow Material 3. Use these specifications as reference:

* Source color: `#47B84F`
* Typography: [Inter](https://fonts.google.com/specimen/Inter)

### Device mockups

When creating device mockups for Lawnchair, use the latest stable Lawnchair commits as the base.

Wallpapers, fonts, and icon packs are allowed as long as they are free to use under a permissive license, such as Creative Commons.

The out-of-the-box experience is recommended because it shows users what to expect from Lawnchair Launcher when they first use it.

## Brand kit

You can find the official Lawnchair branding assets, including logos and wordmarks, on our Figma design site.

{% embed url="<https://www.figma.com/design/E2iq7FaYEkJ7waxG42ZYl0/Lawnchair-brand-kit>" %}


---

# 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.lawnchair.app/community/meta/branding.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.
