# Export Templates

PlexTrac allows the uploading of templates to provide flexibility in exporting reports in a custom format and style.

{% hint style="info" %}
File names for export templates can be duplicated, but creating unique values is recommended for easier management.&#x20;

Titles can only contain alphanumeric characters and these special characters:

`()-_`
{% endhint %}

## Template Types

PlexTrac allows export templates to be uploaded in .doc (for Word documents) or .j2 (for PDF documents) format.

Jinja is a template engine that dynamically generates text-based documents by defining Word templates with placeholders for dynamic content. PlexTrac provides Jinja Word templates to match the branding and styling of an export organization.

PlexTrac provides default templates for exporting to PDF and Word.

### Creating an Export Template

<mark style="background-color:yellow;">Step 1:</mark> From the **Admin Dashboard**, click **Templates** under "Customizations."&#x20;

<div align="left"><figure><img src="/files/iMLOLH5a1hErRscV0lt4" alt="" width="347"><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 2:</mark> Click the **Export templates** tab.

<div align="left"><figure><img src="/files/wfNOqiJWaNBk9JukbdLu" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 3:</mark> Click **Create export template**.

<div align="left"><figure><img src="/files/zbweqqukyrbskRggrkZl" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 4:</mark> Drag a .docx or .j2 file to the box provided or click the box in the model to find the file to upload to the computer.&#x20;

<div align="left"><figure><img src="/files/3bsZqc3pWuGdxr85FyIs" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 5:</mark> Select a style guide to associate with the export template if applicable.

<div align="left"><figure><img src="/files/kKHjL9wHFYLq20iD5ry6" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 5:</mark> Click **Upload**.

<div align="left"><figure><img src="/files/YYS16CoeNNBbfDV8LVrI" alt=""><figcaption></figcaption></figure></div>

The new template appears in the table.

### Downloading an Export Template

Export templates can be downloaded by clicking **Download** under the "Actions" column.

<div align="left"><figure><img src="/files/vATJZAu5MC9WF8iSeK4D" alt=""><figcaption></figcaption></figure></div>

The file will download to your local system.

### Deleting an Export Template

Export templates can be deleted by clicking **Delete** under the "Actions" column.

<div align="left"><figure><img src="/files/b7NaFk3wix0ewpGI7yGQ" alt=""><figcaption></figcaption></figure></div>

A dialog box will appear confirming the action. Click **Delete** to complete the task.


---

# 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.plextrac.com/plextrac-documentation/product-documentation-1/account-management/account-admin/customizations/templates/export-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.
