# App Settings

#### The following settings for **Proper** can be configured using the `App Settings` button near the top of the App `Home` tab:

* **Theme**
  * Choose between `Light` and `Dark` themes to match the App Home to your Slack client setting.
* **Navigation**
  * Choose between `Drawers` and `Pages` to change the UI of the App Home.
* **Leaderboard period**
  * Adjust the number of trailing days shown in the [`Props`](/proper/reference/props.md) section of the App Home.
* **Leaderboard users**
  * Adjust the number of rows shown in the [`Props`](/proper/reference/props.md) section of the App Home.
* **Show rewards information**
  * Show or hide information about available digital rewards below the leaderboards.

    > This setting will not be visible if disabled in the [**admin settings**](/proper/reference/props/admin-settings.md#show-or-hide-information-about-available-digital-rewards-below-the-leaderboards-for-all-users) for Props.

{% hint style="info" %}
Workspace and app admins can click the :closed\_lock\_with\_key:`Admin Settings` button in the App Settings modal to manage [**Admin Settings**](/proper/reference/admin-settings.md).

Users that are not app or workspace admins can request app admin permissions by clicking the :raised\_hand:`Request admin permissions` button.
{% endhint %}


---

# 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://happybara.gitbook.io/proper/getting-started/app-settings.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.
