> For the complete documentation index, see [llms.txt](https://dev-handbook.kyzzen.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev-handbook.kyzzen.io/marketing-and-community-management/discord/onboarding.md).

# Onboarding

Discord's "Onboarding" feature allows you to create a personalized onboarding experience for newcomers to your Discord server. With this, new members get to pick out their own roles and channels and enjoy a personalized channel list in your server by answering a few simple questions.

## Setting Up "Onboarding"

1. Click on "Onboarding" in the Server Settings page, then click the "Check it out" button:

<figure><img src="/files/rWLO0itSKLY7n77Gbysn" alt=""><figcaption></figcaption></figure>

2. Your first step is to confirm your safety setup (please see our next section "[Safety Setup](/marketing-and-community-management/discord/safety-setup.md)" for details on this):

<figure><img src="/files/6Dk6AO2hSN2SVgwIAFkx" alt=""><figcaption></figcaption></figure>

2. Once done, step 2 allows you to set the default channels that every member can access:

<figure><img src="/files/ChfA2kPp6MDcfBW3xyBm" alt=""><figcaption></figcaption></figure>

3. Step 3 allows you to set up questions that can help members pick additional channels and roles if required:

<figure><img src="/files/CGgXnAI2Q5H8FtFB6FKo" alt=""><figcaption></figcaption></figure>

4. Step 4 helps you set up your Server Guide:

<figure><img src="/files/0kuaRBNPEobVuuJevpWf" alt=""><figcaption></figcaption></figure>

5. Step 5 is to review everything you've set up under the "Onboarding" channel:

<figure><img src="/files/rAlJ5qdoF1S6LYnhUHSo" alt=""><figcaption></figcaption></figure>

6. If everything looks good, you're all done!

## Additional Resources

{% embed url="<https://support.discord.com/hc/en-us/articles/11074987197975-Community-Onboarding-FAQ>" %}


---

# 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://dev-handbook.kyzzen.io/marketing-and-community-management/discord/onboarding.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.
