> ## 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 Bootcamp profile on Peerlist?

> Learn how to create a bootcamp 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 Bootcamp 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/bootcamp/create-bootcamp.png?fit=max&auto=format&n=0XlMK93KEnt06DfK&q=85&s=3e8d265380f4a1fb0cf932bcfd3a6338" width="1616" height="968" data-path="images/bootcamp/create-bootcamp.png" />
    </Frame>
  </Step>

  <Step>
    In the next step, while creating your company profile, check the box saying “This is a Bootcamp / Cohort based company.”

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

  <Step>
    Click **“Continue”** and **“Create Profile”**
  </Step>
</Steps>

## Converting a Company profile to a Bootcamp profile

Go to Company Profile settings by clicking on “**Edit Profile**”

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

In Profile Settings, scroll down to “**Profile Type**” and select “**Bootcamp Profile**” and click Save.

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