# Integrate with Google Meet

When the integration mode is Custom App, proceed with the following steps:

#### Prerequisites:

* Google Workspace account
* Super Admin access

{% hint style="info" %}
The integration type can be either Centralized or an Individual Employer account.
{% endhint %}

#### Step 1: Create a Google Cloud Project

1. Click "New Project".
2. Fill in the project details: Project name, Organization, Location.
3. Click the blue "Create" button.
4. Make sure your new project is selected before proceeding.\
   You can also refer to [this documentation](/guides/connect-your-google-account-for-social-login.md) for a detailed explanation on how to create a project.

#### Step 2: Enable Google Calendar API

1. Click on the hamburger icon.
2. In the left sidebar, go to APIs & Services → Library.
3. Search for Google Calendar API.
4. Click Google Calendar API.
5. Click Enable.<br>

   <figure><img src="/files/TPU9DgBgtHisDamH7CoP" alt=""><figcaption></figcaption></figure>

#### Step 3: Configure OAuth Consent Screen

1. Go to OAuth consent screen.
2. Click "Create".
3. Enter App Information.
   1. App Name.
   2. Select Internal.
   3. User support email.
   4. Click "Next".
4. Enter Contact information.
5. Agree to terms under "Finish" and click on "Create".<br>

   <figure><img src="/files/p62p6VDDwpoDQnA4ywlK" alt=""><figcaption></figcaption></figure>

#### Step 4: Create OAuth Client ID

1. Go to APIs & Services → Credentials
2. Click Create Credentials
3. Select OAuth client ID
4. Choose Application type: Web Application and provide a name.
5. Under Authorized redirect URIs, paste the following Redirect URIs from Artha
   1. <mark style="color:$success;">**<https://api.arthajobboard.com/admin/app-center/oauth/callback>**</mark>
   2. <mark style="color:$success;">**<https://api.arthajobboard.com/client/api/v1/app-center/oauth/callback>**</mark>
6. Click Create.
7. After creation:
   * Copy Client ID
   * Copy Client Secret.<br>

     <figure><img src="/files/IzSV0XIAr3K38SZAKQhz" alt=""><figcaption></figcaption></figure>

#### Step 6: Enter Details on the platform.

1. Client ID
2. Client Secret
3. Click on "Connect".<br>

   <figure><img src="/files/KRWj7RcCDiXxgZwjohrs" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arthajobboard.com/admin/manage-portal/app-center/interview-integration/integrate-with-google-meet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
