> 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/powerpoint-desktop-app-recommended.md).

# PowerPoint desktop app recommended

We strongly encourage that you use Plus AI in the PowerPoint desktop app and not in your browser (Microsoft 365).&#x20;

Some limitations of PowerPoint in your browser can cause major formatting issues, which also affect Plus AI-generated content.

### How to switch to the desktop app

In PowerPoint in your browser, click on the **Editing** dropdown (top right of your screen) and click **Open in Desktop App.**

<figure><img src="/files/5C6T08ecMloyoVMtHVLl" alt=""><figcaption><p>How to switch to working in the PowerPoint Desktop App</p></figcaption></figure>

### How to install the PowerPoint desktop app

Refer to the installation instructions from Microsoft:

<https://support.microsoft.com/en-us/office/download-and-install-or-reinstall-microsoft-365-or-office-2021-on-a-pc-or-mac-4414eaaf-0478-48be-9c42-23adc4716658#bkmk_signintodownload>

### Known issues related to PowerPoint in the browser

These are some examples of problems that only affect the browser version of PowerPoint. Stick to the PowerPoint desktop app to avoid these!

* Auto-resizing of text does not work for Plus AI generated slides, so you may have lots of overlapping text. You can edit the text box (e.g., add and delete a space at the end of each text block) to activate autoresizing.
* Icon slides generated by Plus AI may not be formatted correctly.
* Occasionally, AI generated images may be added to the wrong slide.
* Occasionally, AI generated slides may only contain placeholder text.


---

# 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/powerpoint-desktop-app-recommended.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.
