# Adding Tags

`Tags` provide a useful way to map your question text and base text to a given placeholder in a PowerPoint template. PPTX Builder provides 4 built-in `Tags`, these include:

1. `{base}`
2. `{question}`
3. `{table_name}`
4. `{statistics}`

To use these tags, simply add all, some or none of the tags to your desired `Text placeholder`. You can add them into the same or separate `Text placeholders`.&#x20;

The platform will automatically populate the given `Text placeholder` with the information associated to each tag **IF** found.

![](/files/-MIKaB1DCUG0dz2cFnTO)

It is important to ensure you are not using a `Footer placeholder`. And of course, you need to ensure there is at least 1 `Chart placeholder` or `Content placeholder` (no tags needed for this) For question and base text, the tool is going to use whatever font size, color, type etc. is set in the placeholder


---

# 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/using-built-in-tags.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.
