> For the complete documentation index, see [llms.txt](https://docs.talentmap.com/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talentmap.com/knowledge-base/step-3-pre-survey-communication-and-setup/survey-communications/exit-survey-invitation-email.md).

# Exit Survey Invitation Email

Email Subject : Resignation - Please complete

As a follow-up to your formal letter of resignation, we would appreciate your feedback on your job experience at . I am sending you a link to a confidential on-line exit survey which should take no more than 20-30 minutes to complete. Your feedback will be valuable to us in our continuous effort to improve our employees’ experience, programs and work environment.

The survey is administered by a third party, TalentMap and is completely anonymous. At no time during or after the survey will individual responses be divulged to anyone at , unless specifically agreed to by you.

TalentMap will only share aggregate results (combined responses) and reports on the topics covered in the survey. To go to the survey site, simply click on the link below and follow the instructions at the TalentMap website.

\[%URL%]

It is also important that you return all equipment to your manager by your last day. This includes all computer equipment, laptops, VPN, Blackberry, pass cards, and any other materials that you may have.

Please complete this survey at your convenience before your last day. We thank you in advance for your participation and feedback. We wish you well in your future endeavors.

Sincerely,


---

# 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://docs.talentmap.com/knowledge-base/step-3-pre-survey-communication-and-setup/survey-communications/exit-survey-invitation-email.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.
