How to access Google App Script

  1. Google App Script comes together with the following GSuite products (which is known as the container for Google App Script):
    1. Google Sheets
    2. Google Docs
    3. Google Slides
    4. Google Forms
  2. You can easily access the Google App Script from these containers.
    1. For Google Sheets:
      1. From the Menu bar → Tools → Script editor
      2. A new browser tab will be launched to script.google.com.
    2. For Google Docs:
      1. From the Menu bar → Tools → Script editor
    3. For Google Slides:
      1. From the Menu bar → Tools → Script editor
    4. For Google Forms:
      1. From the "Kebab Menu" → Script editor


You will require at least "Editor" permission on the containers in order to have access to the Script editor (Google App Script).