# Structure of Roles

There are a few functions in the Quest Chains' program that contribute to the overall efficiency of the application; these roles also help set the limit of what a quest chain member is permitted to perform within a certain quest chain. Below is a list of them, along with an explanation.

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

The members of a quest chain can toggle member mode, which lets them perform all the quest chain member actions based on their role (Owner/Admin/Editor/Reviewer) & Quester mode, which lets them add submissions for their own quest chain and by accepting the submission will be able to mint the NFT.

<figure><img src="/files/GG4ndeaE1wrLlyu0Xd3h" alt=""><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://quest-chains.gitbook.io/quest-chains/getting-started/structure-of-roles.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.
