# Customer rights

<table><thead><tr><th width="329">Function</th><th width="152" data-type="checkbox">Super Admin</th><th data-type="checkbox">Admin</th><th data-type="checkbox">User</th></tr></thead><tbody><tr><td>Edit own profile</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Reset own password</td><td>true</td><td>true</td><td>true</td></tr><tr><td>Edit the profile of the company</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Add and manage users</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Add and manage tenants</td><td>true</td><td>true</td><td>false</td></tr><tr><td>View and print invoices</td><td>true</td><td>true</td><td>false</td></tr><tr><td>Pay invoices</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Add and manage payment methods</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Book and change a plan</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Book and change modules</td><td>true</td><td>false</td><td>false</td></tr></tbody></table>


---

# 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.saaster.io/fundementals/user-guide/customer-rights.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.
