> For the complete documentation index, see [llms.txt](https://postman-v1.guides.gov.sg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://postman-v1.guides.gov.sg/campaign-guide-email/password-protected-email/tutorial.md).

# Tutorial

## Message A

```
Greetings,

This is the general message that the recipient will receive in his or her email inbox.

-----

Please click on the following link <a href="{{protectedlink}}">{{protectedlink}}</a>
to open your private content.

<i>To open the password-protected email page, please enter the
last 4 characters of your NRIC, including the letter in uppercase,
followed by your date of birth in DDMMYYYY format. For example,
if your NRIC is "T1234567A" and your birthdate is "13 January 2020",
the 12-character password will be "567A13012020". </i>

<b>Why are you receiving an email from Postman?</b>
Postman is a mass email and SMS service for the Singapore government.
We send password-protected emails on behalf of government agencies.

-----
This is a system-generated email. Please do not reply.
```

## Message B

```
<img src="https://file.go.gov.sg/postman-telegram-header.png" width="500" />

Customise the header image with your agency logo ⤴.

This is a secret or private message that will be password-protected.
You can customise this page by following this <a href="https://guide.postman.gov.sg/campaign-guide/quick-start/password-protected-email/tutorial">**guide**</a>.

---

Dear {{name}},

Your secret pin is {{pin}}.

Please keep your pin safe and not share it with others.

Sincerely,

Agency X

(This is a computer-generated letter which requires no signature)<p>
<img src="https://file.go.gov.sg/postman-footer.png" width="500" />
```

## CSV File

You can use the sample CSV file that we have created and change the recipient's email address to your email address.

{% file src="/files/-MDKjkNyy6y1WL3Gt6hS" %}
Download sample csv here
{% endfile %}

## Sample Password-protected Page

Check out a sample page [here](https://postman.gov.sg/p/1/ab11edcd-d3c0-49c7-bebf-43857380e416).\
**PW**: 567A13012020

![](/files/-MDKlaFftL7BGXjzEozz)


---

# 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://postman-v1.guides.gov.sg/campaign-guide-email/password-protected-email/tutorial.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.
