**What are Cloud Functions?**\
\
**Cloud Functions** are a serverless compute service that allows you to run code in response to events without managing servers. You write your code, deploy it, and Cloud Functions automatically handles scaling, infrastructure management, and execution. They are ideal for lightweight, event-driven tasks like handling HTTP requests, processing data, or responding to changes in cloud storage.