> 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-powerpoint.md).

# Install in PowerPoint

{% hint style="warning" %}
We strongly encourage that you use the **PowerPoint desktop app** (and not PowerPoint in your browser)&#x20;

[Learn more](/plus-ai/install-in-powerpoint/powerpoint-desktop-app-recommended.md)
{% endhint %}

## 1. Get the Plus AI add-in

### From the PowerPoint app (recommended)

<div align="left"><figure><img src="/files/QOqtTrCNT4bcbTRnnIgx" alt="" width="563"><figcaption><p>Installing Plus AI in PowerPoint: Home > Add-ins > Search for Plus AI</p></figcaption></figure></div>

* [Open your PowerPoint app](ms-powerpoint:ofe|u|https://cdn.prod.website-files.com/622ffb3448f15ce7a33c6a2b/6920adeb2fee2b2013971168_86535f7147557bb2c177ec1a9acde489_2025%2011%2020%20Plus%20AI%20Setup%20Slide.pptx)
* In the **Home** tab, click on **Add-ins** (in the right hand side of the menu).
* Search for "Plus AI for PowerPoint" > Click **Add**.&#x20;

### From the AppSource Store

Alternatively, you can install the Plus add-in from the Microsoft AppSource Store: <https://appsource.microsoft.com/en-us/product/office/WA200007130>

{% hint style="warning" %}
If you run into authentication issues, see troubleshooting section below. \
We recommend installing directly in your PowerPoint app instead (see above).
{% endhint %}

* Click **Get it now** -> you may be prompted to sign in and confirm your account details.
* You will then be prompted to open the add-in in your Plus app.&#x20;

  <div align="left"><figure><img src="/files/CHaBObWCSqEHzhaW7eXK" alt="" width="563"><figcaption></figcaption></figure></div>
* In PowerPoint, click **Allow and Continue** to finish installation.

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

## 2. Launch Plus AI

### From the Home tab

* In your PowerPoint app, go to the **Home** tab, click on **Add-ins.**
* Search for Plus AI if it doesn't show up immediately under My Add-ins

<figure><img src="/files/YHN3TFp5YRyElYbEVvCu" alt=""><figcaption><p>Launch Plus AI in PowerPoint: Go to Home > Add-ins. Search for Plus AI if it doesn't show up.</p></figcaption></figure>

* Once Plus AI is installed, you can find it directly in the **Home** tab

<figure><img src="/files/Wvmw5rv7GcHNuCW3W0Ha" alt=""><figcaption><p>Launch Plus AI in PowerPoint from the Home tab</p></figcaption></figure>

Click the Plus AI icon to open the Plus AI sidebar.

## 3. Log into your Plus account

<figure><img src="/files/3IR9LT4nqzGQvyijTHIB" alt=""><figcaption></figcaption></figure>

Once the Plus AI sidebar is open, you will be asked to log in to your account.

You can log in to Plus with either a Google or Microsoft account. If you need to use a different authentication method, [contact us](/help/contact-us.md).

{% hint style="success" %}
Your Plus account is separate from your Microsoft account. You can sign up and use Plus AI with a Google email address even if you're logged into PowerPoint with a Microsoft account.
{% endhint %}

## 4. Start your trial&#x20;

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

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

## Troubleshooting

Need help with installation?

{% 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-powerpoint.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.
