# Ownership and other roles

***

{% hint style="info" %}
**Preamble**

The purpose of this document is to define the ownership and other roles that can be set within the admin panel of our software. By using our role-based access control feature, organizations can ensure that team members have access only to the features and data that are relevant to their roles and responsibilities.

We believe that role-based access control is an essential feature for organizations that want to maintain a high level of security and control over their data. This document outlines the responsibilities and permissions of each role and provides guidance on how to set up and manage roles within our software.

By following the guidelines in this document, organizations can create a secure and efficient team environment that maximizes the productivity of their analyses.
{% endhint %}

In Appflow\.ai we have 3 types of roles: owner, moderator. reader.

* Owner: You can see, edit or delete members of your project.
* Moderator: Same right as owner such as A/B tests creation. Push-notification campaigns management, visual constructor details editing. The moderator doesn't have the right to change members and add apps to your project.
* Reader: View-access only, but can play with filters to see the data for the needed period.

![](/files/TeuO8MHlfzgE5jVFvXf6)

Right now we are using emails as members ids so you can invite a new member through the email by choosing the name, role, and email. If the user accepts your invite, he will be added to the project. Please, note, there is a member limitation for different [plans](https://www.appflow.ai/price).

<figure><img src="/files/AhHLXfKX1fXpVm16GCwB" 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://doc.appflow.ai/docs/get-started/ownership-and-other-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.
