> 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/install-in-google-slides.md).

# Install in Google Slides

## 1. Get the Plus AI add-on

Install the Plus add-on: <https://workspace.google.com/marketplace/app/plus/214277172452>

## 2. Open Google Slides

In Google Slides, create a new presentation or open an existing one. \
Here is a shortcut to create a new presentation: [http://slides.new](http://slides.new/)

## 3. Launch the Plus AI add-on <a href="#launch-in-slides" id="launch-in-slides"></a>

In Google Slides or Docs, go to the **Extensions** menu, click **Plus AI**.&#x20;

In Google Slides, Select **New presentation** to generate new slides from scratch or **Edit with Plus AI** to insert, remix, or rewrite slides.

In Google Docs, Select **Edit with Plus AI** to generate or edit content.

Login with the Google account you want to use with Plus.

{% hint style="info" %}
Don't see any options in the Extensions menu (except "Help"?). This is a common Google Slides bug. Reload the page in your browser or open a new presentation and try again.
{% endhint %}

<figure><img src="/files/mI5opGAqqe16OxhVhtbg" alt=""><figcaption></figcaption></figure>

## 4. Select a paid plan to start your free trial

You need a paid plan to use Plus AI. If you're a new customer to Plus, you can start a 7 day free trial. You'll need to add a credit card, but you can [cancel](/plus-ai/plans-and-billing.md#manage-or-cancel-my-subscription) at any time during your trial.

Learn more about our plans [here](https://www.plusdocs.com/pricing), and more about [billing](/plus-ai/plans-and-billing.md) here.

## 5. Generate a new presentation

#### Google Slides

Enter a prompt, paste a document or article, or configure your presentation slide-by-slide.&#x20;

Learn more about generating a presentation:

{% content-ref url="/pages/aV842GzCvzRzKXWR96bq" %}
[Generate a presentation](/ai-for-presentations/generate-a-presentation.md)
{% endcontent-ref %}

{% hint style="info" %}
Did you know you can also use Plus AI in Google Docs? [Learn more.](/ai-for-google-docs/generate-a-new-document.md)
{% endhint %}

<figure><img src="/files/byLH9JtCAdmCwKIMBXWA" alt=""><figcaption></figcaption></figure>

## :magic\_wand: Get started!

[Click here](http://slides.new/) to open a new Google Slides presentation or [here](http://docs.new) to open a Google Doc and get started with Plus AI.

## Troubleshooting

Having issues? Here are some common issues and how to fix them.

{% content-ref url="/pages/laYBj6CtPjQ6lhlpEDUu" %}
[Troubleshooting](/plus-ai/troubleshooting.md)
{% endcontent-ref %}


---

# 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/install-in-google-slides.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.
