# Customer Support Handoff Doc

There are three main things that need to be done after a project is closed and the customer has signed the Certificate of Acceptance to properly hand a project off to support.

1. **Fill out the Support Transition Survey**. The link for this can be found on every Project record in Salesforce. These links are unique to each project, of the form "<Https://getfeedback.com/r/XXXXXXXXX?gf\\_id=XXXXXXXXXXXXXXXX\\&projectid=XXXXXXXXXXXXXXXXXX>". This link must be used exactly if you want the results to both be mapped back to Salesforce appropriately and to have the survey be resumable among all members of the team. If anyone clicks the link, they will see any previously-inserted answers prior to hitting submit. Once submit is hit, the answers are saved permanently, and other team members would start a new survey upon clicking the link.
2. **Meet with the Support team** to discuss the survey results and any other concerns about the project. This gives Support a chance to ask questions about the answers provided and ensure that enough information was given.
3. **Schedule a meeting with the customer** to walk them through the support process, how they can reach out to get assistance, and what they can expect when they come to us for help. We'll go over our policies, procedures, and give a quick demonstration of the support portal.


---

# Agent Instructions: 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://community.threekit.com/getting-started/managing-your-implementation/customer-support-handoff-doc.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.
