[null,null,["อัปเดตล่าสุด 2024-12-21 UTC"],[[["This page provides instructions on adding new slides to existing Google Slides presentations."],["You need the presentation ID to add a slide, which can be found in the presentation's URL."],["The `batchUpdate()` method and `CreateSlideRequest` are used to add slides, with the new slide's ID returned in the response."],["Slides can be further customized by adding text, shapes, and filling in placeholders after creation."],["The `placeholderIdMappings` field in `CreateSlideRequest` allows for efficient modification of copied placeholders during the slide creation process."]]],["To add a slide to a Google Slides presentation, use the `batchUpdate()` method with the presentation ID and a `CreateSlideRequest`. The `CreateSlideRequest` allows specifying details like the object ID, insertion index, and layout, such as 'TITLE_AND_TWO_COLUMNS'. Explicit object IDs must be unique; otherwise, let the Slides API generate them. The response returns the new slide's ID. The new slide can be populated with elements, like text or shapes, in subsequent requests.\n"]]