Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/discord-social-sdk/design-guidelines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ subpages:
- design-guidelines/branding-guidelines.mdx
- design-guidelines/unified-friends-list.mdx
- design-guidelines/direct-messages.mdx
- design-guidelines/social-settings.mdx
- design-guidelines/provisional-accounts.mdx
- design-guidelines/status-rich-presence.mdx
- design-guidelines/consoles.mdx
Expand Down
45 changes: 45 additions & 0 deletions docs/discord-social-sdk/design-guidelines/social-settings.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
sidebar_label: Social Settings
---

[Home](/docs/intro) > [Discord Social SDK](/docs/discord-social-sdk/overview) > [Design Guidelines](/docs/discord-social-sdk/design-guidelines) > Social Settings

# Social Settings

## Evolving with users

Discord is listening to feedback and releasing settings for players to tailor their social experience to their needs. These settings will continue to change and evolve with the SDK and Discord client.

Discord Social SDK settings are global, meaning they will impact all games that use the Discord Social SDK. These settings live in the Discord client.

![Evolving with users](images/social-sdk/design-guidelines/SocialSettings-02.webp)

## Main entrypoint

An entrypoint is required in games to
[send players to the relevant Discord client settings page](/docs/discord-social-sdk/development-guides/sending-direct-messages#ingame-direct-message-settings).
Only players who have their Discord account connected should see this.

Exactly like the auth flow, players will be redirected to the Discord client to manage their social settings. If they do not have the client, the browser will be the fallback.

![Main entrypoint](images/social-sdk/design-guidelines/SocialSettings-03.webp)

## Content guidelines

The official settings title for players is "Discord Social Experience." Use this language when referring to Social SDK settings to players.

The description is optional, but if your game settings has the space, we recommend describing what users should expect to find when they navigate to Discord.

![Content guidelines](images/social-sdk/design-guidelines/SocialSettings-04.webp)

---

## Resources

- [Development Guide: Direct Messages](/docs/discord-social-sdk/development-guides/sending-direct-messages)

## Change Log

| Date | Changes |
|--------------|-----------------|
| May 08, 2025 | initial release |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.