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

# March 2023

> SiteGPT launches with core chatbot functionality

## Week of March 27, 2023

### New features

<Card title="Initial Launch" icon="rocket">
  SiteGPT officially launches with core AI chatbot functionality
</Card>

<Card title="Web Scraping" icon="globe">
  Added ability to train chatbots on website content using ScrapingBee
</Card>

<Card title="Embedding System" icon="database">
  Implemented vector embeddings for semantic search
</Card>

<Card title="Chat Interface" icon="messages">
  Built responsive chat UI with markdown rendering support
</Card>

<Card title="Source Citations" icon="link">
  Chatbot responses now include source URLs for transparency
</Card>

<Card title="Admin Dashboard" icon="gauge">
  Created admin panel for managing chatbots and users
</Card>

### Improvements

* **Context Length**: Increased context window for better responses
* **Scraping Reliability**: Added retry logic for failed scraping attempts
* **Response Quality**: Optimized prompts for more accurate answers
