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

# Welcome

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" }}>
  Welcome to **Topsort's Knowledge Base** 👋. This body of knowledge provides
  information on Topsort's suite of products designed to enhance the growth of
  your retail media networks. You can choose the module and integration path
  that best suits your needs. For more details on Topsort's offerings, please
  refer to the [**Topsort Integration Guide**](/en/overview/).
</div>

<div style={{ textAlign: "justify", marginBottom: "1.5rem" }}>
  Consider this your essential resource for launching, scaling, and optimizing
  your retail media business. Whether you are new to advertising, upgrading
  existing systems, or aiming to improve results with AI-powered tools, you will
  find the necessary technical information here to connect with Topsort's
  infrastructure.
</div>

## What is Topsort's Retail Media Infrastructure?

<div style={{ textAlign: "justify", marginBottom: "1.5rem" }}>
  Topsort enables the creation of a unique advertising ecosystem through four
  core components:
</div>

<Steps>
  <Step title="Ad Platform">
    <div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
      A comprehensive, ready-to-use solution for launching, growing, and
      activating your advertising business. It includes tools for managing
      campaigns, viewing reports, tracking results, and integrating ad displays.
    </div>
  </Step>

  <Step title="Ad Server">
    <div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
      Offers powerful APIs for customizing ads and integrating with existing
      systems and software. This ensures a seamless experience for sellers while
      allowing them to control ad relevance, audience targeting, and performance
      improvement.
    </div>
  </Step>

  <Step title="Ad Intelligence">
    <div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
      Provides smart tools and individual components to enhance your ad system,
      including solutions for forecasting, retrieval, and attribution to address
      challenges common to large online platforms.
    </div>
  </Step>

  <Step title="Toppie">
    <div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
      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 enhancements.
    </div>
  </Step>
</Steps>

<div style={{ textAlign: "justify", marginBottom: "1.5rem" }}>
  Can't find what you're looking for on docs.topsort.com or topsort.com? Try the [**Support Portal**](https://help.center.topsort.com/servicedesk/customer/portal/1).
</div>

***

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