# Settings

### **Overview**

From the Settings tab, you can set the name and picture of the governance bot responsible for overseeing automated governance activities.&#x20;

<figure><img src="/files/4b1y09mIsluq3INDFTrB" alt="" width="563"><figcaption></figcaption></figure>

By default, the bot is named "Governance Helper" with a default photo. Once you’ve made the desired changes, click the **Save** button to confirm. A message will appear, stating, **Governance settings successfully saved**.

***

### **Applying Auto-Governance Rules to Items**

To apply auto-governance rules to specific items, such as posts or wiki entries, start by logging in to MangoApps with your administrator credentials and accessing the **User Portal** from the admin dashboard.&#x20;

From the **User Portal**, locate the item you want to govern. Click on the three dots menu (...) or manage options for that item, and select **Manage Auto Governance** from the menu.&#x20;

<figure><img src="/files/VPJYW9qk5zv7fj13bvyg" alt="" width="563"><figcaption></figcaption></figure>

Turn on the toggle switch labeled **Auto governance for this item** and make any additional configurations as needed. Click **Save** to apply the settings.

<figure><img src="/files/QjUzQY4CFGLj2bIjnBak" alt="" width="539"><figcaption></figcaption></figure>


---

# 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://guides.mangoapps.com/admin-guide/governance/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.
