# Community Settings

* Navigate to the **Manage Community** page on the site.
* Update any community settings you want to change, and click save.
* A detailed understanding of the community settings can be found below.

<table><thead><tr><th width="150"></th><th></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td>Community Name</td><td>The name of the community.</td><td></td><td></td></tr><tr><td>Community Identifier</td><td>The access code used by staff members to join the community. This code <strong>does not</strong> give permissions on its own, so it is <strong>not</strong> a secret.</td><td></td><td></td></tr><tr><td>Trust Strictness</td><td>Determines how many percentage points a player's trustscore increases by over time.</td><td></td><td></td></tr><tr><td>Temp Ban Max Duration</td><td>The maximum amount of a time a user with the <strong>Temporary Ban</strong> permission can ban a player for. The unit of time used is hours.</td><td></td><td></td></tr><tr><td>Discord Permissions Sync</td><td>Determines whether or not the community uses Discord permissions sync. If disabled, staff must be added manually using the <strong>Manage Staff</strong> page.</td><td></td><td></td></tr></tbody></table>

{% hint style="warning" %}
Permissions marked with an asterisk (\*) are considered highly dangerous permissions!
{% 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://docs.staffwatch.app/installation/community-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.
