# For Admins

Certain admins and in the future this will be DAO enabled can approve checks and add weights. Set overall thresholds, and edit existing checks by flagging them or readjusting weights. Check out the admin panel (only accessible to core team).

## Navigating the Dashboard

When logged in their will be a "View Admin Dashboard" button on the navbar. When you click on this there 3 things you can do

* **Change Human Threshold:** Change Overall Human Threshold
* **Approve New Checks:** Approve Newly Submitted Checks and Set Weights
* **Review Past Check:** Flag / Deactive & Readjust Weights

<figure><img src="/files/WqUxO1tkUJffBQqOz089" alt=""><figcaption></figcaption></figure>

<br>


---

# 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.nada.bot/guides/for-admins.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.
