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

# Knowledge Base

export const LastUpdated = ({date, lang = "en"}) => {
  const translations = {
    en: "Last updated:",
    es: "Última actualización:",
    pt: "Última atualização:",
    fr: "Dernière mise à jour:",
    de: "Zuletzt aktualisiert:"
  };
  const label = translations[lang] || translations.en;
  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" }}>
  This is your central hub for learning how to use and make the most of
  Topsort's Retail Media Infrastructure. The documentation is structured to give
  a clear understanding of every aspect of our [**Ad
  Platform**](/en/knowledge-base/ad-platform/) and [**Ad
  Server**](/en/knowledge-base/ad-server/) products, including:
</div>

<div style={{ textAlign: "justify", marginBottom: "1.5rem" }}>
  1. Get started with our solutions, understanding our basic concepts, including
     [catalog
     synchronization](/en/knowledge-base/ad-platform/catalog-management/catalog-synchronization/),
     [vendor management](/en/knowledge-base/ad-platform/vendor-management/), [user
     permissions](/en/knowledge-base/ad-platform/vendor-management/permission-levels/),
     [payment and billing](/en/knowledge-base/ad-platform/payments-billing/)
     options.
</div>

<div style={{ textAlign: "justify", marginBottom: "1.5rem" }}>
  2. Learn how to create, manage, and optimize campaigns, including all ad
     formats ([sponsored listings](/en/knowledge-base/ad-platform/listings/),
     [banners](/en/knowledge-base/ad-platform/banners/banner-ads-campaigns/),
     [video](/en/knowledge-base/ad-platform/video-ads/), and [sponsored
     brands](/en/knowledge-base/ad-platform/sponsored-brands/)) and all campaign
     configuration options (e.g.,
     [targeting](/en/knowledge-base/ad-platform/campaign-targeting/)).
</div>

<div style={{ textAlign: "justify", marginBottom: "1.5rem" }}>
  3. Understand [performance
     metrics](/en/knowledge-base/ad-platform/reporting-and-analytics/) and
     [reports](/en/knowledge-base/ad-platform/reporting-and-analytics/finance-reporting/).
</div>

<div style={{ textAlign: "justify", marginBottom: "1.5rem" }}>
  4. Explore advanced features that optimize your campaign performance and
     improve your results.
</div>

<div style={{ textAlign: "justify", marginBottom: "1.5rem" }}>
  5. Explore
     [self-service](/en/knowledge-base/ad-platform/self-service-and-access/) and
     [white
     label](/en/knowledge-base/ad-platform/self-service-and-access/whitelabel/)
     options.
</div>

Also, you'll be able to explore all the functionalities of our DSP for brands and agencies ([**Toppie**](/en/knowledge-base/toppie/)).

<div style={{ textAlign: "justify", marginBottom: "1.5rem" }}>
  [**Toppie**](/en/knowledge-base/toppie/): Topsort's DSP for advertising
  agencies and brands, enabling campaign management across multiple online
  retailers from a centralized platform with real-time data and AI-powered
  optimization.
</div>

<Tip>
  If you're looking for technical details on connecting Topsort with your
  systems using low-code libraries or APIs, please refer to our [Integration
  Guide](/en/overview/).
</Tip>

***

<LastUpdated date="2025-12-15" />
