# Unique page content

Once a page template has been setup and assigned to a page, you may want to use a similar template with another page. To do this, there's an extra step involved called creating a template.&#x20;

{% hint style="info" %}
Unique content with the same page template requires a simple step of creating a new template based on an existing template.&#x20;
{% endhint %}

### How to

Creating a new page template is very simple to do. There are two (easy) main steps:

* Create a new page template in the Theme Editor.&#x20;
* Assign a page to the new template.&#x20;

After performing these quick steps, you can customize the page in the Theme Editor.&#x20;

Here's a quick video walk-through on these simple steps:

{% embed url="<https://vimeo.com/724511944>" %}


---

# 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://pipeline.groupthought.com/pages/page-templates/unique-page-content.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.
