Continuous Integration (CI) is a software development practice where developers frequently merge their code changes into a central repository. Each merge is then verified by an automated build and test process. This helps teams detect and address integration issues early, improving software quality and delivery speed.