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

# Google Slides

> Connect Google Slides to your workflows: 7 operations across 2 categories.

The Google Slides node adds Google Slides operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

<Note>
  You can wire the Google Slides node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect Google Slides under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Sign in with your Google Slides account when prompted; no keys to copy.

NoClick requests the following permissions:

* `https://www.googleapis.com/auth/presentations`
* `https://www.googleapis.com/auth/drive`

## Operations

### Presentation

| Operation                           | ID                                | Description                      |
| ----------------------------------- | --------------------------------- | -------------------------------- |
| **Create New Presentation**         | `create_new_presentation`         | Create a new presentation        |
| **Get Presentation Metadata**       | `get_presentation_metadata`       | Get a presentation               |
| **List Google Drive Presentations** | `list_google_drive_presentations` | List Google Slides presentations |

### Slide

| Operation                     | ID                          | Description                 |
| ----------------------------- | --------------------------- | --------------------------- |
| **Add Presentation Slide**    | `add_presentation_slide`    | Add a new slide             |
| **Delete Presentation Slide** | `delete_presentation_slide` | Delete a slide              |
| **Get Slide Page**            | `get_slide_page`            | Get a specific slide        |
| **Get Slide Thumbnail**       | `get_slide_thumbnail`       | Get a slide thumbnail image |
