> ## Documentation Index
> Fetch the complete documentation index at: https://solvea.cx/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Tool

Solvea integrates with Google Calendar and Google Sheets to enhance your Agent’s scheduling, data access, and task execution capabilities—especially for appointment booking skils.

<Frame>
  <img src="https://mintcdn.com/solvea-a5b10e8e/SMKYgdMJHisJGeVg/images/image-46.png?fit=max&auto=format&n=SMKYgdMJHisJGeVg&q=85&s=d15273fc15339b08924d31b2829e8246" alt="Image" width="2938" height="1552" data-path="images/image-46.png" />
</Frame>

## Authorization

Before using Google Calendar or Google Sheets, you must authorize your Google account.

**Authorization steps**

<Steps>
  <Step>
    Click the tool.

    <Frame>
      <img src="https://mintcdn.com/solvea-a5b10e8e/SMKYgdMJHisJGeVg/images/image-47.png?fit=max&auto=format&n=SMKYgdMJHisJGeVg&q=85&s=74f487a5ecb84a182d108cfc58ecd28c" alt="Image" width="2938" height="1550" data-path="images/image-47.png" />
    </Frame>
  </Step>

  <Step>
    Choose a google account and click **Continue**.

    <Frame>
      <img src="https://mintcdn.com/solvea-a5b10e8e/SMKYgdMJHisJGeVg/images/image-48.png?fit=max&auto=format&n=SMKYgdMJHisJGeVg&q=85&s=f12fb621c7c0053797e26e71ab839552" alt="Image" width="2938" height="1548" data-path="images/image-48.png" />
    </Frame>
  </Step>

  <Step>
    Select the files or calendars you want Solvea to access.  (for google sheet tool)

    <Frame>
      <img src="https://mintcdn.com/solvea-a5b10e8e/5w5ZLI6ygRkrvNYs/images/image-115.png?fit=max&auto=format&n=5w5ZLI6ygRkrvNYs&q=85&s=8286bd8d3424124df65bdd5ab5b5615d" alt="Image" width="2938" height="1544" data-path="images/image-115.png" />
    </Frame>
  </Step>
</Steps>

Once authorized, the Agent can use these tools based on the permissions you grant.

## Google Sheets

Use Google Sheets to let your Agent read from and write to spreadsheets.

### Supported capabilities

* Access spreadsheet data
* Edit and update spreadsheet content

### Typical use cases

* Store booking records
* Update customer or appointment lists
* Read structured business data during conversations

You can invoke Google Sheets directly inside a Skill prompt, for example:

```
call google_sheet tool to retrieve the file "xx" and add a new row to the sheet.
```

## Google Calendar

Google Calendar enables your Agent to manage schedules and availability automatically.

### Supported capabilities

* **Create events**: Add new appointments to your calendar
* **Delete events**: Cancel existing calendar events
* **Update events**: Modify time, location, or event details
* **Check availability**: Identify busy time slots and available periods

### Typical use cases

* Appointment booking
* Rescheduling or cancellation
* Availability checks before confirming bookings

You can invoke Google Calendar actions directly inside a Skill prompt, for example:

```
call google_calendar tool to add the event.
call google_calendar tool to check if the time slot is available
```
