> ## 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.

# Peerlist FAQs

> Frequently asked questions about Peerlist profile.

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 SUPPORT_EMAIL = "support@peerlist.io";

We tried to answer most of the questions, if you don’t find your question here, please drop an email to <a href={SUPPORT_EMAIL} target="_blank" rel="noopener noreferrer">{SUPPORT_EMAIL}</a>

<AccordionGroup>
  <Accordion title="What is Publishing your profile?">
    Your peerlist profile needs to be at least 70% complete to be publicly available. If your profile is not complete and unpublished, certain features are restricted to access.
  </Accordion>

  <Accordion title="Why my profile got suspended?">
    * Using obscene or unprofessional display name or profile picture.

    * Using individual profile as company profile with brand name and logo.

    * Publishing Articles for SEO or backlink farming.

    * Multiple instances of spamming. This might include violating our rules and guidelines for Scroll, Launchpad, Jobs, etc.

    * Violation of <a href={APP_PATHS.termConditions}>Terms and Conditions</a>.
  </Accordion>

  <Accordion title="How to recover my suspended profile?">
    * Make the necessary changes to your profile if you think it got suspended due to one of the above reasons.

    * Send an email to <a href={`mailto:${SUPPORT_EMAIL}`} target="_blank" rel="noopener noreferrer">{SUPPORT_EMAIL}</a> and mention your profile URL.
  </Accordion>

  <Accordion title="How to verify Peerlist profile?">
    You can verify your Peerlist profile by verifying identity, present workplace, education, or bootcamp. You can find more details about <a href={APP_PATHS.verification}>Peerlist Verification</a>.
  </Accordion>
</AccordionGroup>
