> For the complete documentation index, see [llms.txt](https://thecontentforge.gitbook.io/thecontentforge-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thecontentforge.gitbook.io/thecontentforge-docs/getting-started/user-roles.md).

# User Roles

There are four org roles inside an organization. For most users the day-to-day progression is Member -> Editor -> Admin, with Owner as the org-level top role.

### Member

The default role for new users added to a workspace. Members can:

* Use Content Forge and Video Forge to generate drafts
* Browse Brand Voice, Patterns, Competitor Intelligence, Experiments, Asset Library, Calendar, ForgeSays, Market Signals, and Algorithm Watch
* View the Dashboard
* Manage their own account

Members **cannot** ingest analytics data, view Bot History or Bot History > Security Log, manage My Account > Social Connections, or change org settings.

> **Student workspaces** are intentionally scoped: student orgs hide the intelligence and analytics surfaces (Competitor Intelligence, Market Signals, Algorithm Watch, Patterns, Experiments, and the On-Chain Intelligence hub) and instead surface the curated student modes and a direct Brand Voice link. See [Students](/thecontentforge-docs/students/students.md).

### Editor

Everything a Member can do, plus:

* **Data Ingestion** - upload weekly analytics CSVs
* **Bot History** - view bot command logs
* **Bot History > Security Log** - review security events for the org

Editors are typically the people responsible for keeping platform performance data fresh and monitoring operational logs.

Editors can also publish through already-connected publishable profiles. If the org's approval workflow is enabled, their ability to send immediately depends on the configured minimum approver role.

### Admin

Everything an Editor can do, plus:

* **Settings > General** - configure org-level settings and approval workflow
* **Settings > Team Members** - invite teammates by email, assign and change roles, remove members
* **My Account > Social Connections** - connect, disconnect, and manage publish/track defaults

Admins are responsible for who has access and how the org is configured.

### Owner

Owners sit above Admins for org-level controls. They can manage the setup wizard, My Account > Social Connections, approval thresholds including **Owner only**, and the rest of the org's top-level configuration.

If you need help with a setting, limit, or workspace-level issue that is not available in your account, contact support.

> Separately from these workspace roles, TheContentForge's support and operations team can help with account and platform issues. They are not part of your workspace's role ladder and cannot access your private content without a support-access grant you explicitly approve and can revoke at any time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://thecontentforge.gitbook.io/thecontentforge-docs/getting-started/user-roles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
