# FAQ

### 1. Can I update the default player trust score?

Yes! Follow the steps below:

1. Login to PHPMyAdmin
2. Select the database that contains the Staff Panel
3. Click on the `players` table
4. Click **"Structure"**
5. On line 13 Trustscore, click **"Change"**
6. In **"Default"** change the value `100` to a number you'd like, for example: `50`
7. Click **"Save"**

### 2. I can't find the FiveM script in my Keymaster.

The FiveM script should appear in your Keymaster under the name **Report & Staff Menu - FiveM Resource**


---

# 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.hamz.dev/hamz-staff-elite-panel/faq.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.
