# How to generate a course from a PowerPoint

To create a course from a PowerPoint, it is necessary to transform the PPT into a PDF.&#x20;

To do this, you need to open the PowerPoint you are interested in and click on “File” in the upper left corner.&#x20;

<div align="left"><figure><img src="/files/kPTy8rR3IRzpENL38SIK" alt="" width="359"><figcaption></figcaption></figure></div>

Then click on “Save a Copy” and on “This PC”.

<div align="left"><figure><img src="/files/U5F3RPcH1RMgxh49E7zZ" alt="" width="512"><figcaption></figcaption></figure></div>

Next, enter the name you wish to give the document and then on “Save as type” PDF selection. Next, click on “Save.”

<div align="left"><figure><img src="/files/cQrW0uedcK1CPOOw1tNe" alt="" width="563"><figcaption></figcaption></figure></div>

Now, your PPT has turned into a PDF, and you can upload it to Microlearning to create your course!

{% hint style="info" %}
If you want to read more on how to create a course starting from a document, [click here](/micro-learning/features/create-a-course-with-ai.md).
{% endhint %}


---

# 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://docs.intranet.ai/use-cases/how-to-generate-a-course-from-a-powerpoint.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.
