# Frequently Asked Questions

### How can specific roles see a ticket?

Each ticket category has a "rolesIds" section, disable add the role id (not name) into the list like the below:

```json
        "roleIds": [
          0000000000000000000,
          0000000000000000001,
          0000000000000000002
        ],
```

Make sure to follow Json formatting, which you can find more about here: <https://www.softwaretestinghelp.com/json-tutorial/>\
And make sure the whole file is valid by using <https://codebeautify.org/jsonvalidator>


---

# 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.mantic.dev/server-bot/frequently-asked-questions.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.
