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

# Zugang Erhalten

export const LastUpdatedDe = ({date}) => {
  const label = "Zuletzt aktualisiert:";
  return <>
      <style>{`
        .last-updated-component {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          padding: 10px 16px;
          border-radius: 8px;
          margin-top: 12px;
          margin-bottom: 16px;
          font-size: 14px;
          background-color: rgba(0, 0, 0, 0.05);
          border: 1px solid rgba(0, 0, 0, 0.12);
          color: rgba(0, 0, 0, 0.75);
          line-height: 1;
        }

        .last-updated-component svg {
          flex-shrink: 0;
          vertical-align: middle;
        }

        .last-updated-component span {
          display: inline-flex !important;
          align-items: center !important;
          line-height: 1 !important;
        }

        [data-theme="dark"] .last-updated-component {
          background-color: #3a3a3a;
          border: 2px solid #888888;
          color: #ffffff;
        }

        [data-theme="dark"] .last-updated-component svg {
          stroke: #ffffff;
        }
      `}</style>
      <div className="last-updated-component">
        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
          <circle cx="12" cy="12" r="10" />
          <polyline points="12 6 12 12 16 14" />
        </svg>
        <span>
          <strong style={{
    fontWeight: 600
  }}>{label}</strong> 
          <time dateTime={date}>{date}</time>
        </span>
      </div>
    </>;
};

<div style={{ textAlign: "justify", marginBottom: "1.5rem" }}>
  Kontaktieren Sie Ihren Vertriebsmitarbeiter, um Zugang zu Ihrer
  Sandbox-Umgebung zu erhalten. Sie erhalten Zugang zu
  [app.topsort.com](http://app.topsort.com), wo Sie alle unsere
  Funktionen erkunden, [Anbieter verwalten](/de/knowledge-base/ad-platform/vendor-management/),
  [Kampagnen erstellen](/de/knowledge-base/ad-platform/campaign-creation/),
  API-Schlüssel generieren und Integrationsprotokolle einsehen können.
</div>

<Frame>
  <img src="https://mintcdn.com/topsort/uSrfRB5jaD2RxnFe/images/knowledge-base/cropped_admin-platform-dashboard.webp?fit=max&auto=format&n=uSrfRB5jaD2RxnFe&q=85&s=df98a7dd7f1c5353aa5345c736a208b9" alt="Administrator-Dashboard" width="1380" height="856" data-path="images/knowledge-base/cropped_admin-platform-dashboard.webp" />
</Frame>

<Note>
  Standardmäßig haben Sie 14 Tage Zeit, um die Plattform zu evaluieren. Sprechen Sie mit Ihrem
  Vertriebsmitarbeiter, wenn Sie mehr Zeit benötigen oder wenn Sie bereit sind, ein Upgrade durchzuführen.
</Note>

***

<LastUpdatedDe date="2025-11-18" />
