> For the complete documentation index, see [llms.txt](https://help.tahua.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tahua.io/knowledge-base/administrator-help-guides/administrator-portal-overview/template-management/personalisations-in-email-templates.md).

# Personalisations in Email Templates

## Personalisations

### In-built Personalisations

Email Templates in Tahua come with a list of Personalisations out of the box which can be accessed from the Personalisations menu in the Email Template Builder.

The list of Personalisations available within a given Email Template differs slightly from Template to Template depending on what data is available within the context of that Email.

### Tagged Fields Personalisations

If you wish to include responses from your Registration and Application Forms within your email template, [Tagged Field Personalisations](/knowledge-base/administrator-help-guides/contracts/contract-templates/personalisations-and-field-tags.md) are the solution.

First you will need to Tag the fields within the form Template you wish to pull response data from.

Once this is done the Tag value will become available as a Personalisation within the Email Builder Personalisation menu under the Applicant and Application sections respectively.

{% hint style="info" %}
Select the Personalisation from the menu and position it in the email as desired.
{% endhint %}

![Tagged fields screenshot](/files/55386ec61b85ce2b00c5012cc9b7a7daa2489db3)

![Personalisation placement screenshot](/files/5795c40c67fe45c855d60e2f2bbbf13898f60688)


---

# 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, and the optional `goal` query parameter:

```
GET https://help.tahua.io/knowledge-base/administrator-help-guides/administrator-portal-overview/template-management/personalisations-in-email-templates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
