# PowerPoint embeds

You can use Canvas embeds in your PowerPoint presentations. These embeds will stay up to date with the latest data and any changes you make to the embed in Canvas.

Since PowerPoint cannot perform authentication, embedding in PowerPoint requires that your embed be public. If your data needs to be private then you should not use PowerPoint embeds.

First follow the steps in [Public Embeds](/docs/embeds/public-embeds.md). Make note of your Canvas ID.

Second, install the [Web Viewer](https://appsource.microsoft.com/en-us/product/office/wa104295828?tab=overview) PowerPoint add-in.

Next select the add-in to add a web page to your PowerPoint.

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

In the URL enter `embed.canvasapp.com/?canvas_id=[your_canvas_id]`using your Canvas ID from Step 1.&#x20;

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

Your canvas will now be in your PowerPoint slide and remain up to date with the latest data.


---

# Agent Instructions: 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:

```
GET https://canvasapp.gitbook.io/docs/embeds/powerpoint-embeds.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
