# Standard Wordpress User Roles

Access to add, edit, and delete books with Mooberry Book Manager is granted through the standard WordPress User Roles the same way blog posts are handled.

The standard WordPress User Roles have the following capabilities concerning Mooberry Book Manager:

| Capability                      | Administrator | Editor | Author | Contributor            | Subscriber |
| ------------------------------- | ------------- | ------ | ------ | ---------------------- | ---------- |
| Can add a book                  | X             | X      | X      | (submitted for review) |            |
| Can view a book                 | X             | X      | X      | X                      | X          |
| Can edit own books              | X             | X      | X      | X                      |            |
| Can edit others' books          | X             | X      |        |                        |            |
| Can delete own books            | X             | X      | X      | X                      |            |
| Can delete others' books        | X             | X      |        |                        |            |
| Can approve Contributors' books | X             | X      |        |                        |            |

For more information about Users and User Roles, please consult the WordPress documentation on the [Users Screen](http://codex.wordpress.org/Users_Screen) and on [Roles and Capabilities](https://codex.wordpress.org/Roles_and_Capabilities).

Still need help? [Contact Us](broken://pages/HVycm1iJRQ622ZjBf9O7) [Contact Us](broken://pages/HVycm1iJRQ622ZjBf9O7)

Last updated on March 30, 2020


---

# 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://mooberrydreams.gitbook.io/mooberry-book-manager-v5/user-roles/standard-wordpress-user-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.
