> For the complete documentation index, see [llms.txt](https://guide.plusai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.plusai.com/plus-ai/get-started.md).

# Get started

## Quick-start

Want to get up and running fast? Here's a 1-minute video to learn how to install Plus AI and create your first presentation.

{% embed url="<https://vimeo.com/1206180987?fe=ci&fl=sv&share=copy>" %}

## Installing Plus AI

For the best editing experience, install Plus AI directly in [Google Slides](/plus-ai/install-in-google-slides.md) or [PowerPoint](/plus-ai/install-in-powerpoint.md).

Alternatively, you can generate a presentation directly in your [web browser](/plus-ai/use-plus-in-your-web-browser.md).

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3>Google Slides</h3></td><td>Install Plus AI for Google Slides</td><td></td><td><a href="/files/K6wUTjJBHC5ULyrQmsXL">/files/K6wUTjJBHC5ULyrQmsXL</a></td><td><a href="/pages/XYsTscw9OSALcfx7o3hb">/pages/XYsTscw9OSALcfx7o3hb</a></td></tr><tr><td><h3>PowerPoint</h3></td><td>Install Plus AI for PowerPoint</td><td></td><td><a href="/files/CCzYJ7zl6CRp98reEPuz">/files/CCzYJ7zl6CRp98reEPuz</a></td><td><a href="/pages/29tTj2vpZtekgs7LsVBN">/pages/29tTj2vpZtekgs7LsVBN</a></td></tr></tbody></table>

## What is Plus AI

Create and edit content with generative AI, directly within Google Slides and PowerPoint.

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4>Generate a new presentation</h4></td><td>Easier than starting from scratch</td><td></td><td><a href="/pages/aV842GzCvzRzKXWR96bq">/pages/aV842GzCvzRzKXWR96bq</a></td><td></td></tr><tr><td><h4>Insert a single slide</h4></td><td>Great for editing existing presentations</td><td></td><td><a href="/pages/x1JcDKBrzjy1O7CLaUZQ">/pages/x1JcDKBrzjy1O7CLaUZQ</a></td><td></td></tr><tr><td><h4>Rewrite content</h4></td><td>Change the tone or audience</td><td></td><td><a href="/pages/rHqr68QSRkOLZyFTQJ5U">/pages/rHqr68QSRkOLZyFTQJ5U</a></td><td></td></tr><tr><td><h4>Remix a slide</h4></td><td>Transform content into a specific layout</td><td></td><td><a href="/pages/s5vccfgUUOEqbFUliW3f">/pages/s5vccfgUUOEqbFUliW3f</a></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.plusai.com/plus-ai/get-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
