> For the complete documentation index, see [llms.txt](https://docs.guardware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardware.com/documentation/partner-portal/about/introduction-to-partner-portal.md).

# Introduction to Partner Portal

The GuardWare Partner Portal is a centralised web-based portal for Partners, including Managed Service Providers (MSPs), System Integrators (SIs), and Resellers, to onboard, configure, and manage GuardWare products for customer organisations from a single platform.

### Architecture

Access is scoped to each layer, with configurations and management responsibilities flowing from GuardWare to Partners and from Partners to Organisations. Partners cannot access data belonging to other Partners, and Organisation Users cannot access the Partner Portal or view other organisations.

<figure><img src="https://1250802615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBhuCCosRTuEk4psD8h4o%2Fuploads%2FHgJYfiOxkrHKptJ40tWZ%2Fpartnerportal.jpg?alt=media&amp;token=62e60e42-fa09-4509-b37b-2034f17f3887" alt="" width="533"><figcaption></figcaption></figure>

<table><thead><tr><th width="151">Layer</th><th width="140">Role</th><th>Scope</th></tr></thead><tbody><tr><td>GuardWare</td><td>Platform owner and super-admin</td><td>Provisions and manages all partner accounts. Controls global settings, product availability, and platform-wide templates. Has full visibility across all partners and organisations.</td></tr><tr><td>Partners</td><td>Operational managers for customer organisations</td><td>Creates and manages organisations under their account. Allocates licenses, configures policy templates, manages users, and monitors activity across their organisation portfolio.</td></tr><tr><td>Organisations (End Customers)</td><td>Individual customer environments</td><td>Each organisation maps to a single end customer. Users within an organisation access GuardWare products through their assigned Management Console only.</td></tr></tbody></table>

### User Roles

* **Super Admin:** Has full platform access. Provisions and manages all partner accounts and users. Creates global templates. Can transfer organisations between partners. Can create and manage Partner Users and other Super Admins.
* **Partner Admin:** Has full access to the Partner Portal for their partner account, including managing organisations, products, licences, users, policies, and templates.
* **Partner User:** Has operational access. Creates and manages organisations and users under their account, assigns licenses and templates, configures and connects services for the organisations.
* **Organisation User:** Has access to the Management Console of their organisation only. Cannot access the Partner Portal.

### Feature Overview

The Partner Portal provides the following capabilities:

* **Partner Management:** Add, edit, and deactivate partner accounts. Configure partner details, assigned products, account status, and activation.
* **Organisation Management:** Create and manage customer organisations. Configure organisation details, assign products and licences, and manage organisation status.
* **Service Integration:** Configure SMTP and external services, including Microsoft 365 and Google Workspace, for use with the GuardWare Management Console. These integrations support system-generated communications and other portal functions that depend on the configured service.
* **User Management:** Add, edit, and remove users within partner accounts and customer organisations. Manage user access and assigned roles.
* **Licence and Product Assignment:** Assign GuardWare products and allocate licence counts to organisations. Monitor licence allocation and usage across the partner's organisation portfolio.
* **Policy and Template Management:** Create and manage policy templates, including data type configurations and GuardWare PROTECT policies. Templates can be reused across multiple organisations.
* **Dashboard and Reporting:** View licence allocation, agent status, Management Console usage, DISCOVER activity, and alert report volumes across managed organisations.
* **Management Console Access:** Open the Management Console of an organisation under your partner account without signing in separately as an organisation user. This can be used for setup, validation, and troubleshooting.


---

# 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://docs.guardware.com/documentation/partner-portal/about/introduction-to-partner-portal.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.
