# General Set-Up

PPTX Builder uses PowerPoint templates to generate new reports. It does this by populating `Placeholders` found on `Slide layouts`. The look and feel of your reports are therefore determined by the formatting choices in the hands of the template designer. This speeds the report development process while encouraging visual consistency in slides created from the same template.

There are three things that the platform is looking for when you import a new PowerPoint template:

1. Somewhere to place the chart
2. Somewhere to place the “question” text
3. Somewhere to place the “base” text

![View > Slide Master](/files/-MIKb77S1b0YVuj5uiX_)

When working with an existing `Slide master`, we recommend first creating a duplicate and the deleting any of the slides that aren’t set up for charting – then moving that slide master to the top of the list.

The aim is to ensure that the first `Slide layout` that the platform finds in your template is one that is set up for charting.

Below you can see here that my 1st `Slide master` only contains `Slide layouts` that are set up with charting in mind.

![Slide Master and Slide Layouts](/files/-MI-bFeRUk1XMd-I1DNC)


---

# 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://wiki.pptxbuilder.com/getting-started-1/preparing-powerpoint-templates/general-set-up.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.
