> For the complete documentation index, see [llms.txt](https://hub.equipme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hub.equipme.io/documentation/administration/roles-and-rights/permissions-for-sales-representatives.md).

# Permissions for Sales Representatives

### Initial Setup <a href="#ispasted" id="ispasted"></a>

A new sales representative is created as a user in the system with the "Sales" role. At this point, the user only has the sales role without any additional permissions.

### The Problem

When the sales representative logs in, the dashboard and customer list are initially empty -there is nothing to see. While the user can create new customers and is automatically granted access to those, the main challenge arises when they need access to existing customers.

### Solution: Granting Customer Access

To grant a sales representative access to existing customers, the administrator follows these steps:

1. **Open Roles and Permissions:**\
   In the admin area, there is a "Roles and Permissions" tab and a second tab called "Customer Portal Rights."

<figure><img src="/files/s4kmxJjCn3stxlsQDxeg" alt=""><figcaption></figcaption></figure>

1. **Assign Customer Portal Rights:**\
   Sales representatives need a specific permission in the customer portal to see any customers.
2. **Choose the Role in the Customer Portal:**\
   The administrator selects roles such as Administrator, Planner, Controller, or Buyer for the customer.&#x20;

<figure><img src="/files/1GlvCmOUQWeVfQXgmC2H" alt=""><figcaption></figcaption></figure>

**Assign rights:**\
Within the Controller role, the administrator selects the employee and decides for which customers the user will be authorized

<figure><img src="/files/s7xp9OlPvd7gAcMlX1qB" alt=""><figcaption></figcaption></figure>

1. **Modify or Remove Access:**\
   The administrator can use the pencil icon to change or revoke the permissions at any time.

After the assignment, the sales representative will see the customers for which they have been granted access. They can perform actions like editing customer details but cannot manage additional attributes unless explicitly granted further rights.

This is where your Members will see their completion options


---

# 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:

```
GET https://hub.equipme.io/documentation/administration/roles-and-rights/permissions-for-sales-representatives.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.
