> ## 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 create a company profile on Peerlist?

> Learn how to create a company profile on Peerlist.

export const APP_PATHS = {
  home: "/",
  termConditions: '/legal/terms-and-conditions',
  privacyPolicy: '/legal/privacy-policy',
  codeOfConduct: '/legal/code-of-conduct',
  contentPolicies: '/legal/content-policies',
  verification: '/individual/peerlist-profile/verification',
  verificationIdentity: '/individual/peerlist-profile/verification/identity',
  verificationWorkplace: '/individual/peerlist-profile/verification/workplace',
  verificationEducation: '/individual/peerlist-profile/verification/education',
  verificationBootcamp: '/individual/peerlist-profile/verification/bootcamp',
  launchpadIntroduction: '/individual/launchpad/introduction',
  launchpadHowToLaunch: '/individual/launchpad/how-to-launch-a-project-on-peerlist-launchpad',
  launchpadFAQs: '/individual/launchpad/frequently-asked-questions-about-spotlight-by-peerlist',
  launchpadGuidelines: '/individual/launchpad/guidelines-faqs',
  scrollWhatCanIPost: '/individual/scroll/what-can-i-post-on-peerlist-scroll',
  peerlistStreaks: '/individual/peerlist-streaks',
  companyCreateProfile: '/company/profile/create-profile',
  companyFAQs: '/company/profile/faqs',
  companyPostJob: '/company/hiring-jobs/post-a-job',
  companyCareerSite: '/company/hiring-jobs/career-site'
};

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"
};

## Prerequisites:

1. Create a personal profile on Peerlist. In case you don't have an account, you can <a href={PEERLIST_EXTERNAL_LINKS.signup} target="_blank" rel="noopener noreferrer">sign up here</a>

2. Get your work experience verified. In case you aren't, learn how to <a href={APP_PATHS.verification}>get your experience verified.</a>

## Creating a company profile:

<Steps>
  <Step>
    Once your experience is verified, click on the **"Create Company Profile"** button on the left sidebar.

    <Frame>
      <img src="https://mintcdn.com/peerlist/0XlMK93KEnt06DfK/images/company-profile/create-company-home.png?fit=max&auto=format&n=0XlMK93KEnt06DfK&q=85&s=e03724d13083a457fbff007e3fc0bfb3" width="1616" height="968" data-path="images/company-profile/create-company-home.png" />
    </Frame>
  </Step>

  <Step>
    In the next modal, add the details of your company. If you are a bootcamp, select the checkbox at the bottom and click **"Continue"**.

    <Frame>
      <img src="https://mintcdn.com/peerlist/0XlMK93KEnt06DfK/images/company-profile/fill-company-details-modal.png?fit=max&auto=format&n=0XlMK93KEnt06DfK&q=85&s=c1422532c9dc880ed6e663b5df8cfde9" width="1616" height="968" data-path="images/company-profile/fill-company-details-modal.png" />
    </Frame>
  </Step>

  <Step>
    After a confirmation, your company profile will be created!

    <Frame>
      <img src="https://mintcdn.com/peerlist/0XlMK93KEnt06DfK/images/company-profile/company-created.png?fit=max&auto=format&n=0XlMK93KEnt06DfK&q=85&s=9015bbc683518df4f232b9c278a2d610" width="1616" height="968" data-path="images/company-profile/company-created.png" />
    </Frame>
  </Step>

  <Step>
    Once the company profile is created, you can add more details to it by clicking on **"Edit profile".**

    <Frame>
      <img src="https://mintcdn.com/peerlist/0XlMK93KEnt06DfK/images/company-profile/edit-company-details.png?fit=max&auto=format&n=0XlMK93KEnt06DfK&q=85&s=d808bcf102db7ff3018a1d6415c933fb" width="1616" height="968" data-path="images/company-profile/edit-company-details.png" />
    </Frame>
  </Step>
</Steps>
