# What does Google Workspace need for Applane?

> A Workspace edition with Apps Script and Chrome management, Apps Script on as a core service, and a GCP project inside the same organisation.

Source: https://docs.applane.dev/workspace-admins/prerequisites/

**Who:** Google Workspace super admin  
**Time:** 5 minutes to check

Applane needs three things from your Workspace. Two are on by default.

| Requirement | Why | Where to check |
|---|---|---|
| A Google Workspace edition that includes Apps Script and Chrome management | The apps are Apps Script projects. Chrome management is how you allow or force-install the extension. | Business Starter and above, Enterprise, Education, and Nonprofits all include both. |
| **Apps Script** on as a core service for the organisational units that will build | The extension creates and deploys Apps Script projects with the builder's own account. | **Apps > Google Workspace > Apps Script**. It is on by default; confirm nobody turned it off for a sub-OU. |
| Your GCP project inside the same Workspace organisation | The OAuth consent screen can only be set to Internal when the project belongs to an organisation. Internal is what removes Google's app verification. | Your GCP admin checks this in [Prerequisites for GCP admins](https://docs.applane.dev/gcp-admins/prerequisites/). |

## Your six tasks

1. [Allow or force-install the extension](https://docs.applane.dev/workspace-admins/chrome-extension-policy/)
2. [Apps Script API per-user setting](https://docs.applane.dev/workspace-admins/apps-script-api/)
3. [Third-party app access](https://docs.applane.dev/workspace-admins/third-party-app-access/)
4. [Accounts and groups to create](https://docs.applane.dev/workspace-admins/accounts-and-groups/)
5. [Drive sharing policies](https://docs.applane.dev/workspace-admins/drive-sharing/)
6. Later: [Offboarding an employee](https://docs.applane.dev/workspace-admins/offboarding/) and [Uninstall](https://docs.applane.dev/workspace-admins/uninstall/)

None of them depends on the GCP side. The Applane admin ticks them off in the [setup checklist](https://docs.applane.dev/console/setup-checklist/) once you are done.
