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

# November 2025

> Updates and improvements for November 2025

## November 2025

### New features

<AccordionGroup>
  <Accordion title="Moderation guardrails" icon="shield">
    Added built-in content moderation to protect against inappropriate or harmful content in chatbot conversations. Enable guardrails in your chatbot settings to automatically filter problematic responses.
  </Accordion>

  <Accordion title="Compliance settings" icon="scale-balanced">
    New compliance configuration options for businesses with regulatory requirements. Customize data handling and privacy settings to meet your organization's compliance needs.
  </Accordion>

  <Accordion title="GitHub auto-sync" icon="github">
    Automatically sync your chatbot training content with GitHub repositories. When you update documentation in GitHub, your chatbot stays up-to-date automatically.
  </Accordion>

  <Accordion title="Only main content scraping" icon="filter">
    New option when ingesting URLs to scrape only the main content, excluding navigation, footers, sidebars, and other non-essential elements. Results in cleaner training data and more relevant chatbot responses.
  </Accordion>

  <Accordion title="Current page context awareness" icon="map-pin">
    The chatbot widget now automatically captures and uses the current page context to provide more relevant answers. Users get responses tailored to the specific page they're viewing.
  </Accordion>
</AccordionGroup>

### Improvements

* **Widget lazy loading**: Chat widget now loads on user interaction rather than immediately, improving page load performance
* **Customer onboarding tracking**: Internal improvements to track customer onboarding progress for better support
* **Sitemap improvements**: Better sitemap indexing for improved SEO and content discovery
* **Paddle webhook integration**: Enhanced payment tracking with full webhook event support

### Bug fixes

* Fixed prefix/suffix formatting bugs in chatbot responses
* Fixed race condition in onboarding tracker
* Resolved cookie length exceeded error with impersonation feature
* Improved widget auto-open behavior to respect user preferences
* Fixed issues with lazy loading widget initialization
