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

# Create Presentation

> Create a brand new Google Slides presentation

Create a brand new Google Slides presentation

|                      |                              |
| -------------------- | ---------------------------- |
| **App**              | Google Slides                |
| **Operation ID**     | `slides_create_presentation` |
| **Type**             | Action                       |
| **Connection**       | `drive` (required)           |
| **Credits per run**  | 1                            |
| **Agent / MCP tool** | Yes                          |

## Inputs

| Field               | Type   | Required | Default | Description                                                                   |
| ------------------- | ------ | -------- | ------- | ----------------------------------------------------------------------------- |
| `presentation_name` | string | Yes      | -       | The name of the new Google Slides presentation to create.                     |
| `folder_id`         | string | No       | -       | Optional Google Drive folder ID where the new presentation should be created. |

## Output

**Type**: `Dict`

Returns created presentation details.

**Fields**: `message`, `presentation_name`, `presentation_id`, `presentation_url`
