> 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/integrations/smartspacer.md).

# Smartspacer

[Smartspacer](https://github.com/KieronQuinn/Smartspacer) is an app that replaces Google's At a Glance feature and adds extra customization and plugin support.

Lawnchair supports Smartspacer as both an At a Glance provider and a feed provider.

### Prerequisites

* A device running Android 10 or later
* The Smartspacer app installed

### Use Smartspacer in Lawnchair

You can use Smartspacer for either feature, or both.

#### As an At a Glance replacement

1. Go to **Home settings** > **At a Glance**.
2. Tap **At a Glance provider**, then select **Smartspacer** from the list.
3. Return to your home screen. You will see a message that says **Smartspacer Permission Required**. Tap it.
4. In the permission dialog that appears, tap **Allow**.

#### As an alternative feed provider

1. Go to **Home settings** > **Home screen**.
2. Turn on the **Show feed** option.
3. Tap **Feed provider**, then select **Smartspacer** from the list.

### Adjust settings

Most Smartspacer features, such as plugins and appearance, are managed in the Smartspacer app itself.

You can open Smartspacer settings in one of three ways:

* Long-press At a Glance, then tap **Customize**.
* Go to **Home settings** > **At a Glance**, then tap **Open Smartspacer settings**.
* Open the **Smartspacer** app.

Lawnchair provides one specific setting for the widget:

1. Go to **Home settings** > **At a Glance**.
2. Under **Smartspacer settings**, adjust the slider for **Maximum number of targets**.

### Common issues

Some issues come from Smartspacer itself. Before reporting a Lawnchair bug, check [Smartspacer issues](https://github.com/KieronQuinn/Smartspacer/issues).

<details>

<summary>Smartspacer disappeared from my home screen</summary>

If the widget disappears, restarting Lawnchair often restores it:

1. Long press on the home screen, then tap <i class="fa-house">:house:</i> **Home settings**.
2. On the screen that appears, tap **More** <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i>.
3. Tap **Restart Lawnchair**.

</details>

<details>

<summary>The widget is misaligned or has incorrect padding</summary>

This is a known Lawnchair issue. Alignment can be inconsistent on some screen densities and grid layouts.

There is currently no manual fix for this in Lawnchair settings.

</details>


---

# 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/integrations/smartspacer.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.
