# Templates

You can add or update templates through [Publications](/pim3/reference/publications.md) > [Templates](/pim3/reference/publications/templates.md).

### Add a new template

1. Click "Add template" on Templates page
2. Set Type and Name
3. Click "Create template"

### Copy template

1. Click the "Copy"-icon of the template you wish to copy
2. Set Name and optionally External reference
3. Click "Copy template"

### Edit template

1. Click anywhere on the template you wish to edit
2. Modify the template [details](/pim3/reference/publications/templates/edit-template.md)
3. Click "Update template"

### Delete template

1. Click "Delete"-icon
2. Confirm delete

### Export template

Click the "Export"-icon of the template you wish to export.

### Import template

1. Click "Import template" on Templates page
2. Click "Choose file" in the appearing dialog
3. Choose the template you wish to import
4. Click "Import 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.struct.com/pim3/reference/publications/templates.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.
