Google Apps Script overview

  • Google Apps Script is a cloud-based platform for rapidly developing business applications that integrate with Google Workspace.

  • It uses JavaScript and provides built-in libraries for Google Workspace applications like Gmail, Calendar, and Drive.

  • With Apps Script, you can customize Google Workspace, automate tasks, interact with other Google services, and create web apps and add-ons.

  • No installation is needed as Apps Script provides a browser-based code editor and stores your scripts in Google Drive, executing them on Google's servers.

  • Explore quickstarts for automation, custom functions, or building a Chat bot to quickly get started with Apps Script projects.

Google Apps Script is a rapid application development platform that makes it fast and easy to create business applications that integrate with Google Workspace. You write code in modern JavaScript and have access to built-in libraries for favorite Google Workspace applications like Gmail, Calendar, Drive, and more. There's nothing to install—we give you a code editor right in your browser, and your scripts are saved to Google Drive and run on Google's servers.

If you're new to JavaScript, Codecademy offers a number of JavaScript courses. (Note that these courses weren't developed by and aren't associated with Google.)

What can Apps Script do?

Apps Script is versatile. Among other things, you can:

Try a quickstart

Try one of the following quickstarts to get an Apps Script project up and running in less than 5 minutes.

Want to see Apps Script in action?
The Google Workspace Developers channel offers videos about tips, tricks, and the latest features.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月13日 UTC.