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

# How to add projects on Peerlist

> Here’s a simple step-by-step guide on how to add projects on your Peerlist profile.

export const PEERLIST_EXTERNAL_LINKS = {
  addProject: 'https://peerlist.io/user/projects/add-project',
  addExperience: 'https://peerlist.io/user/resume/add-experience',
  addEducation: 'https://peerlist.io/user/resume/add-education',
  addCertification: 'https://peerlist.io/user/resume/add-certification',
  addVolunteerWork: 'https://peerlist.io/user/resume/add-volunteer-work',
  addCohort: 'https://peerlist.io/user/resume/add-cohort',
  signup: 'https://peerlist.io/signup',
  customDomain: 'https://peerlist.io/user/settings/custom-domain',
  verification: 'https://peerlist.io/user/settings/verification',
  projects: 'https://peerlist.io/projects',
  launchpad: 'https://peerlist.io/launchpad',
  account: "https://peerlist.io/user/settings/account"
};

<Frame>
  <img src="https://mintcdn.com/peerlist/8JBfSp8oPJcwk2Ue/images/how-to-add-project-1.png?fit=max&auto=format&n=8JBfSp8oPJcwk2Ue&q=85&s=d5b956b21423f86c81ef9f596a64ec7c" alt="how to add project" width="2444" height="1718" data-path="images/how-to-add-project-1.png" />
</Frame>

You can add projects by clicking on Add Projects button on Work tab (refer above screenshot). Or simply open this link — <a target="_blank" rel="noopener noreferrer" href={PEERLIST_EXTERNAL_LINKS.addProject}>{PEERLIST_EXTERNAL_LINKS.addProject}</a>

It will open the <a target="_blank" rel="noopener noreferrer" href={PEERLIST_EXTERNAL_LINKS.addProject}>Add Project</a> form.

<Frame>
  <img src="https://mintcdn.com/peerlist/8JBfSp8oPJcwk2Ue/images/add-project-page.png?fit=max&auto=format&n=8JBfSp8oPJcwk2Ue&q=85&s=f963f615df0b26967b9a2b867fd774ae" alt="Add project page" width="2444" height="1716" data-path="images/add-project-page.png" />
</Frame>

Add the following details:

* Project name
* Tagline
* Project URL (demo link or landing page)
* Cover images (up to 4)
* Video URL
* Tools and tech stack
* Project category
* Check Yes if the project is open source
* Project description (highly recommended)

<Tip>
  Add as much details as possible while adding the project. It will improve the SEO and make it discoverable on Google search.
</Tip>
