# Roles and Permissions

### Owner

* Can change company name
* Can revoke admin access
* Can remove Admins from company
* Can do anything an Admin or Member can do

### Admins

* Can Create and delete projects
* Can view and edit project details
* Can view and edit indexer settings
* Can give Members Admin role
* Can delete Members from company
* Can invite other Graffle users to join company

### Members

* Can view event details
* Can view projects list
* Can view indexers that belong to project

The 'Actions' column on the members table shows the actions you can take for a given user. In the picture below, I am logged in as the Owner of the company. On the row pertaining to Ben you can see that I have the ability to make him and Admin or remove him from the company.

![](/files/wvXuzTohpSEnpf7UL3Pw)


---

# 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.graffle.io/graffle-docs/graffle-management-dashboard/company-management/roles-and-permissions.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.
