FastAPI's built-in documentation, accessible via `/docs`, uses Swagger UI (and optionally Redoc). It automatically generates API documentation from path operations, eliminating manual updates. Interactive features let you test endpoints directly within the browser, showing requests, responses, and even cURL commands.