--- title: Setting up your profile shortTitle: Set up your profile intro: Your profile tells people who you are and what you're interested in. versions: fpt: '*' ghes: '*' ghec: '*' topics: - Profile - Accounts type: how_to redirect_from: - /get-started/quickstart/setting-up-your-profile --- ## About your profile Your profile page on {% data variables.product.github %} is a place where people can find out more about you. You can use your profile to: * **Share** your interests and skills. * **Showcase** your projects and contributions. * **Express** your identity{% ifversion fpt or ghec %} and show the {% data variables.product.github %} community who you are{% endif %}. In this tutorial, you'll learn how to personalize your profile by adding a profile picture, bio, and a profile README. You'll also learn the basics of Markdown syntax, which is what you'll use to format any writing you do on {% data variables.product.github %}. ### Prerequisites * You must have a {% data variables.product.github %} account. {% ifversion fpt or ghec %}For more information, see [AUTOTITLE](/get-started/start-your-journey/creating-an-account-on-github).{% endif %} ## Adding a profile picture and bio First, we'll add a picture to your profile. Your profile picture helps identify you across {% data variables.product.github %}. ### Adding a profile picture 1. In the upper-right corner of any page, click your existing profile avatar, then, from the dropdown menu, click **Settings**. {% data reusables.accounts.set-profile-picture %} Next, we'll add some basic information about yourself to share with other {% data variables.product.github %} users. This information will display below your profile picture on your profile page. ### Adding a bio 1. On your profile page, under your profile picture, click **Edit profile**. 1. Under "Bio", write one or two sentences about yourself, such as who you are and what you do. > [!NOTE] > Keep the bio short; we'll add a longer description of your interests in your profile README in the section below. 1. To add an emoji to your bio, visit [Emoji cheat sheet](https://www.webfx.com/tools/emoji-cheat-sheet/) and copy and paste an emoji into the "Bio" dialog box. 1. Optionally, add your {% ifversion profile-pronouns %}preferred pronouns,{% endif %} workplace, location and timezone{% ifversion profile-social-links %}, and any links to your personal website and social accounts{% endif %}. {% ifversion profile-pronouns %}{% data reusables.profile.pronouns-visibility %}{% endif %} 1. Click **Save**. ## Adding a profile README Next, we'll create a special repository and README file that will be displayed directly on your profile page. Your profile README contains information such as your interests, skills, and background, and it can be a great way to introduce yourself to other people on {% data variables.product.github %} and showcase your work. As we learned in the [AUTOTITLE](/get-started/start-your-journey/hello-world) tutorial, `README.md` files are written using Markdown syntax (note the `.md` file extension), which is just a way to format plain text. In the following steps, we'll create and edit your profile README. ### Step 1: Create a new repository for your profile README {% data reusables.profile.create-profile-readme %} ### Step 2: Edit the `README.md` file {% data reusables.profile.edit-profile-readme %} 1. In the "Edit" view, you'll see some pre-populated text to get you started. On line 1, delete the text that says `### Hi there` and type `# About me`. * In Markdown syntax, `###` renders the plain text as a small ("third-level") heading, while `##` or `#` renders a second- and first-level heading respectively. 1. Toggle to "Preview" to see how the plain text now renders. You should see the new text displayed as a much larger heading. 1. Toggle back to the "Edit" view. 1. Delete line 3 and line 16. * This HTML syntax (e.g. `