> For the complete documentation index, see [llms.txt](https://usdr.gitbook.io/talent-toolkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usdr.gitbook.io/talent-toolkit/onboarding/how-to-welcome-new-hires.md).

# How to Welcome New Hires

Using best practices like regular updates, clear instructions, and a warm tone sets the stage for a smooth onboarding.

## Communication Best Practices

Implementing the following best practices in pre-boarding communications can help foster a welcoming atmosphere, ensure new hires are well-informed and at ease, and set the stage for a smooth and engaging onboarding experience:

1. **Regular, informative updates:** Keep the new hire in the loop with regular updates about the company, their upcoming role, and what they can expect on their first day or week. This helps in building their anticipation and excitement, as well as alleviating any possible anxiety about the new environment.
2. **Clear onboarding instructions**: Provide clear and concise instructions about the onboarding process, including paperwork they may need to complete, items to bring, dress code, work hours, and who to report to or contact on the first day. This clarity can boost their confidence and ease the transition into their new role.
3. **Warm, welcoming tone:** Use a warm and friendly tone in all communications to make them feel welcome and valued. Personalize your messages, perhaps by mentioning specific contributions you’re looking forward to them making, and ensure that they know their arrival is eagerly anticipated by the team.

## Tips for Welcoming New Hires

A few for best practices when onboarding a new hire:&#x20;

* Send a “Get to know you” survey to the new hire. ([Example](https://www.charthop.com/resources/blog/employee-experience/onboarding-questions-for-getting-to-know-your-hires/))
* Use that information to send an introductory email to the rest of the team
* Plan a small social activity with the team (lunch sometime in the first week), and do it virtually if the team is mostly remote
* Send a welcome package to the new hire, include department or agency swag if you have it—but it’s a nice gesture even if it’s just a few packs of sticky notes and a pen


---

# 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://usdr.gitbook.io/talent-toolkit/onboarding/how-to-welcome-new-hires.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.
