# Team Members

In eProcessify, there are typically different roles assigned to team members, including the owner, editor, and viewer. These roles determine the level of access and permissions each team member has within eProcessify. Let's explore the definitions of these roles:

1. **Team Owner**: The team owner is the person who has full control and ownership of the eProcessify account. They have the highest level of access and can manage all aspects of the software, including adding or removing team members, editing invoices, and accessing billing information.
2. **Editor**: Editors are team members who can make changes to invoices and other related documents within the software. They can create, edit, and delete invoices, as well as perform other tasks related to invoice management. Editors have more permissions than viewers but fewer permissions than the team owner.
3. **Viewer**: Viewers are team members who have limited access to eProcessify. They can view invoices and related documents but cannot make changes or perform any editing actions. Viewers can only view and interact with the invoices and associated information.

   <br>


---

# 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://guide.eprocessify.com/invoices/team-members.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.
