Server-Side Rendering is the practice of generating a page's full HTML on the server before it reaches the client, so crawlers (including most AI crawlers) receive the answer text on the first fetch.
Google's JavaScript SEO documentation recommends SSR, static rendering, or hydration for content that must be discoverable. Most non-Google AI crawlers do not execute JavaScript at all.