> For the complete documentation index, see [llms.txt](https://ae-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ae-docs.keywordrush.com/customtemplates.md).

# Custom Output Templates

You can create your own templates for modules. Do not edit the default templates — your changes will be lost when the plugin is updated.

First, create the following directory:

`wp-content/affegg-templates`

To get started quickly, you can copy one of the default templates as a base.

Default templates are located in `wp-content/plugins/affiliate-egg/templates`.

Storefront templates must be named with the prefix `egg_`. Widget templates must use the prefix `wegg_`.

Each template file must begin with a PHP comment that defines its name, for example:

```php
/*
Name: Simple
*/
```

{% hint style="warning" %}
Make sure your editor uses UTF-8 encoding when editing template files.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://ae-docs.keywordrush.com/customtemplates.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.
