> ## Documentation Index
> Fetch the complete documentation index at: https://docs.topsort.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Improve security and support

> We are excited to announce key updates to the Topsort platform, focusing on enhanced security and an improved customer support experience. These updates are designed to give marketplace users more control over access to information and make it easier for clients to find the help they need.

export const ChangelogActions = () => {
  return <>
      <style>{`
        .changelog-actions {
          display: flex;
          justify-content: center;
          gap: 12px;
          margin-top: 2rem;
          padding-top: 1.5rem;
          border-top: 1px solid #e5e7eb;
        }
        
        [data-theme="dark"] .changelog-actions {
          border-top-color: #374151;
        }
        
        .changelog-btn {
          display: inline-flex;
          align-items: center;
          gap: 6px;
          padding: 8px 16px;
          border-radius: 9999px;
          border: 1px solid #d1d5db;
          background: transparent;
          color: #6b7280;
          font-size: 14px;
          cursor: pointer;
          transition: all 0.2s ease;
        }
        
        .changelog-btn:hover {
          border-color: #9ca3af;
          background: #f9fafb;
        }
        
        [data-theme="dark"] .changelog-btn {
          border-color: #4b5563;
          color: #9ca3af;
        }
        
        [data-theme="dark"] .changelog-btn:hover {
          border-color: #6b7280;
          background: #1f2937;
        }
      `}</style>
      <div className="changelog-actions">
        <button className="changelog-btn" onClick={() => {
    const btn = event.target.closest("button");
    btn.innerHTML = "❤️ Like";
    btn.style.borderColor = "#ec4899";
  }}>
          🤍 Like
        </button>
        <button className="changelog-btn" onClick={() => {
    const btn = event.target.closest("button");
    navigator.clipboard.writeText(window.location.href);
    const originalContent = btn.innerHTML;
    btn.innerHTML = "✓ Copied";
    btn.style.borderColor = "#22c55e";
    btn.style.color = "#22c55e";
    setTimeout(() => {
      btn.innerHTML = originalContent;
      btn.style.borderColor = "";
      btn.style.color = "";
    }, 2000);
  }}>
          ↗ Share
        </button>
      </div>
    </>;
};

<div style={{ display: "flex", gap: "8px", flexWrap: "wrap", marginBottom: "16px" }}>
  <Badge color="gray" size="sm" icon="calendar">October 2, 2024</Badge>
  <Badge color="blue" size="sm" icon="rectangle-ad">Ad Platform</Badge>
  <Badge color="orange" size="sm" icon="arrow-up">Improvement</Badge>
</div>

# Roles and Permissions

With the introduction of Sales user roles, marketplace admins now have more control over access to sensitive information. Admin users can invite Sales users who will only have access to specific vendors. These Sales users can manage campaigns, view metrics, and top up wallets for their assigned vendors, without being able to access aggregated marketplace data, manage users, or modify marketplace settings.

## Key benefits

* Privacy: Limit access to resources for different users within the platform, maintaining data security.
* Simplicity: Ensure users only see relevant views and options, creating a more streamlined experience.

## How it works

A new Sales role has been introduced for marketplace users.
In settings, Admin users can invite Sales users and assign them to specific vendors.

<Frame>
  <img src="https://mintcdn.com/topsort/M3N4mDiL0uw6VdTk/images/changelog/sales-rol-new-user.webp?fit=max&auto=format&n=M3N4mDiL0uw6VdTk&q=85&s=5d68587399f0e18664e140b018cf4bef" alt="invite" width="625" height="507" data-path="images/changelog/sales-rol-new-user.webp" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/topsort/M3N4mDiL0uw6VdTk/images/changelog/sales-rol-select-vendors.webp?fit=max&auto=format&n=M3N4mDiL0uw6VdTk&q=85&s=9aaa08a66ed71782348e9e96554947cd" alt="select vendors" width="592" height="678" data-path="images/changelog/sales-rol-select-vendors.webp" />
</Frame>

This sales users can:

* Manage Campaigns: Create, read, update, and delete campaigns for assigned vendors.
* Access Vendor-Specific Analytics: View dashboards and metrics for selected vendors only.
* Top Up Vendor Wallets: Manage finances for the vendors they are assigned to.

They have a limited view of the platform.

<Frame>
  <img src="https://mintcdn.com/topsort/M3N4mDiL0uw6VdTk/images/changelog/sales-rol-dashboard.webp?fit=max&auto=format&n=M3N4mDiL0uw6VdTk&q=85&s=fbda0334e4a75a5a23180b001881f830" alt="dashboard" width="714" height="429" data-path="images/changelog/sales-rol-dashboard.webp" />
</Frame>

# Topsupport

Topsort has prioritized improving the customer support experience. By integrating Jira’s help center service, a knowledge base, and AI tools, we’ve built a comprehensive Topsupport help center to better serve our clients and streamline issue resolution.

With this the customer experience is enhanced, and clients can find the help they need faster and more efficiently. A well-defined help center, FAQs, and AI integrations enable faster and more effective resolution of client issues.

## How it works

You can now access the Topsupport Help Center through the following link:
[https://help.center.topsort.com/servicedesk/customer/portals](https://help.center.topsort.com/servicedesk/customer/portals)

From here, you can:

* Navigate the Knowledge Base: Browse through Topsort's knowledge base to find answers to frequently asked questions.

<Frame>
  <img src="https://mintcdn.com/topsort/kKtg9wT2hJn2uG4V/images/changelog/topsupport-knowledge-base.webp?fit=max&auto=format&n=kKtg9wT2hJn2uG4V&q=85&s=04a238f3438d6f724b1f409da786acc4" alt="knowledge base" width="713" height="550" data-path="images/changelog/topsupport-knowledge-base.webp" />
</Frame>

* Request Help: If your question isn't answered by the knowledge base, contact the customer success team for general assistance or to request a demo.

<Frame>
  <img src="https://mintcdn.com/topsort/kKtg9wT2hJn2uG4V/images/changelog/topsupport-ticket-form.webp?fit=max&auto=format&n=kKtg9wT2hJn2uG4V&q=85&s=e0638074028258dd39ae9b3e94561d21" alt="ticker form" width="599" height="598" data-path="images/changelog/topsupport-ticket-form.webp" />
</Frame>

<ChangelogActions />
