# Owners

The permissions of the creator roles are cascading, which means the owners effectively have the same rights as admins, but we let the organization decide the structure of roles. for example, an owner address could also be one of the multi-sig owners who can add and remove other owners, admins, editors, and reviewers.

In the quest chain creation process, the owner is able to specify the name and description (markdown is supported) of the quest chain and upload a cover image. They are then taken to the screen where they can build their own 2D or 3D NFT out of its predefined subcomponents or upload their custom picture, which will be available for minting to the user after completing all of the quests in the quest chain.


---

# 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/owners.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.
