> For the complete documentation index, see [llms.txt](https://ttp.parzival.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ttp.parzival.sh/pentesting/initial_access/phishing/creating_templates/leveraging-ai-during-template-creation.md).

# Leveraging AI During Template Creation

With the introduction of AI models such as ChatGPT, creating phishing templates has become significantly easier. Instead of spending hours crafting the perfect template, ChatGPT can create a decent phishing campaign in a few minutes.&#x20;

The following screenshot demonstrates an example of this, namely an email template utilizing the potential upcoming recession as a pretext mentioning a downloadable document:

<figure><img src="/files/WwfQR5hgomKTOJw65lVC" alt=""><figcaption></figcaption></figure>

At the time of writing this section, ChatGPT limits the creation of phishing templates. You can get around this restriction by changing the language used as demonstrated in the above screenshot.&#x20;

{% embed url="<https://openai.com/blog/chatgpt/>" %}


---

# 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://ttp.parzival.sh/pentesting/initial_access/phishing/creating_templates/leveraging-ai-during-template-creation.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.
