> ## Documentation Index
> Fetch the complete documentation index at: https://docs.discord.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connection Points

> Design guidelines for creating effective connection points between your application and Discord.

This guide provides best practices and design guidelines for integrating key connection points within your game. Connection points are crucial touchpoints where players can login to Discord, enhancing their overall gaming experience.

## Signing in

If the game has account management, then this connection point is **required**, otherwise it is not.

Discord's sign-in button is presented as the **primary option** to log-in for the player amongst the list of **external identity-providers** due to providing deeper user-benefits than a standard OAuth login.

Please use the [**Blurple Button**](/developers/discord-social-sdk/design-guidelines/branding-guidelines#buttons) button styling for the sign-in connection point.

<img src="https://mintcdn.com/discord/DCDjFHiqz1h7oI8V/images/social-sdk/design-guidelines/ConnectionPoints-03.png?fit=max&auto=format&n=DCDjFHiqz1h7oI8V&q=85&s=a42a51d7f0b4c509c001b69dd86e4bd3" alt="Signing In" width="3840" height="2160" data-path="images/social-sdk/design-guidelines/ConnectionPoints-03.png" />

## Friends list

If the player has not connected their Discord account yet, they will see a **persistent call-to-action** in their friend's list until they connect.

Select your preferred *button-styling* for the friends list connection point (see Brand guidelines section).

After the player connects their account, the connection point is no longer visible.

<img src="https://mintcdn.com/discord/DCDjFHiqz1h7oI8V/images/social-sdk/design-guidelines/ConnectionPoints-04.png?fit=max&auto=format&n=DCDjFHiqz1h7oI8V&q=85&s=be449f83010ff4bf70d1ff32fe460140" alt="Friends List" width="3840" height="2160" data-path="images/social-sdk/design-guidelines/ConnectionPoints-04.png" />

## Content Guidelines

Please use the strings shown here within the relevant contexts.

These connection point strings should be consistent across all games that use the Discord Social SDK to help the user build recognition, trust, and understanding when taking this action.

<img src="https://mintcdn.com/discord/DCDjFHiqz1h7oI8V/images/social-sdk/design-guidelines/ConnectionPoints-05.png?fit=max&auto=format&n=DCDjFHiqz1h7oI8V&q=85&s=62a9de32249267802d4564bb65b67c4a" alt="Content Guidelines" width="3840" height="2160" data-path="images/social-sdk/design-guidelines/ConnectionPoints-05.png" />

***

## Change Log

| Date           | Changes         |
| -------------- | --------------- |
| March 17, 2025 | initial release |
