# Knowledge base

- [Key concepts](https://docs.powerpointgeneratorapi.com/knowledge-base/key-concepts.md): In this page you’ll find basic concepts you need to successfully use PowerPointGeneratorAPI.
- [Templating your presentation](https://docs.powerpointgeneratorapi.com/knowledge-base/slide-as-template.md): Using template PowerPoint with slides enables you to style and layout your API generated presentation exactly how you want it.
- [Building your JSON payload](https://docs.powerpointgeneratorapi.com/knowledge-base/building-your-payload.md): and configuring your presentation.
- [Finding shape names](https://docs.powerpointgeneratorapi.com/knowledge-base/finding-shape-names.md): In order to update the shapes in your template PowerPoint, you will need to find the name of the shapes in your template.


---

# 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.powerpointgeneratorapi.com/knowledge-base.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.
