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

# February 28, 2025

> 2 min read

## What's new

* [Agent v2](#agent-v2)
* [Deployment improvements](#deployment-improvements)
* [Claude 3.7 Sonnet release](#claude-37-sonnet-release)
* [Database performance improvement](#database-performance-improvement)
* [Better documentation](#better-documentation)

## Platform updates

### Agent v2

<img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-02-28/agent-web.webp?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=6d71d22c536e00754ba0c3f8a949c6ef" alt="Agent v2" width="800" height="450" data-path="images/changelog/2025-02-28/agent-web.webp" />

A new Agent experience is now available to all builders. This new Agent is faster, more accurate, and more capable than the previous version.

It's now powered by Claude 3.7 Sonnet, Anthropic's most advanced model yet.

You can try it out by joining the Explorer Program. Find instructions [here](https://youtu.be/pE_XT2TaXCA).

### Deployment improvements

AI suggestions now appear for builders selecting static deployment for dynamic apps, improving Agent behavior when handling deployment requests.

<img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-02-28/deployments-debugger-will-now---non-static-app-220824.png?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=6fcc9e981f9edd8c79a497b06dd43dd0" alt="Deployment debugger improvements" width="1604" height="1244" data-path="images/changelog/2025-02-28/deployments-debugger-will-now---non-static-app-220824.png" />

### Claude 3.7 Sonnet release

Advanced Assistant mode has been upgraded with Claude 3.7 Sonnet for all paid builders. This means improved accuracy and capability for complex requests.

<img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-02-28/50526c4ea4d114b4cd8268425398dd4ed3c2d736_bc521d9780846c35d990a72459794dd81370515f_twitter.jpeg?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=957fd62be704090db16ba82583a0bed9" alt="Claude 3.7 interface" width="1200" height="674" data-path="images/changelog/2025-02-28/50526c4ea4d114b4cd8268425398dd4ed3c2d736_bc521d9780846c35d990a72459794dd81370515f_twitter.jpeg" />

### Database performance improvement

Database operations are now faster than ever, with the most expensive operation reduced from 200ms to under 1ms.

### Better documentation

<img src="https://mintcdn.com/replit/_awOuN-Ml26WVE62/images/changelog/2025-02-28/cleanshot-2025-02-27-at-1042282xpng-220848.png?fit=max&auto=format&n=_awOuN-Ml26WVE62&q=85&s=c4600114dd93d0a69f61c840e4e9ce18" alt="Docs redesign" width="3680" height="2382" data-path="images/changelog/2025-02-28/cleanshot-2025-02-27-at-1042282xpng-220848.png" />

The documentation has been redesigned to be easier to understand and use, making it completely LLM-friendly.

The documentation now features a "Copy Page" button, which allows you to copy the entire page as markdown. You can also index the documentation with `llms.txt` and `llms-full.txt` to use with your own LLMs.

* [https://docs.replit.com/llms.txt](https://docs.replit.com/llms.txt)
* [https://docs.replit.com/llms-full.txt](https://docs.replit.com/llms-full.txt)
