# What are members?

### Member Types and Access Levels

In Scribe, workspace members are users who have access to your organization's signature management system. There are three levels of access:

#### Owner

* Can delete workspace and update all settings
* Can invite new members
* Has full control over workspace settings
* Limited to one owner per workspace
* Only the owner can transfer ownership

#### Admin

* Can change workspace settings
* Can invite new members
* Cannot delete workspace or transfer ownership

#### Teammate

* Can edit their own signature information
* No access to workspace settings
* Basic user privileges

### Managing Members

* Add members by clicking the "Add member" button
* Search for existing members using the search bar
* View member status (Accepted, Pending)
* Change access levels as needed (except ownership)
* Monitor the member list through the Members tab

Remember: Choose access levels carefully based on each member's role and responsibilities within your organization.

### Note

{% hint style="info" %}
You can invite as many users as you wish and assign them roles in Scribe at no extra cost.
{% endhint %}


---

# 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://help.scribe-mail.com/scribe/admin/what-are-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.
