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

# Frequently asked questions about company profiles

> Answers to frequently asked questions about Peerlist company profiles.

export const SUPPORT_EMAIL = "support@peerlist.io";

<AccordionGroup>
  <Accordion title="Can I create and manage two or more company profiles at once?">
    No. You can only create and manage one company at once. To create a new company profile, you must assign a new admin to your current company.
  </Accordion>

  <Accordion title="How do I delete a company profile?">
    You cannot delete a company profile. However, you can remove yourself as an admin of the said profile by going to Manage People > More options > Remove admin.
  </Accordion>

  <Accordion title="How do I remove myself as an admin?">
    To remove yourself as an admin. Head to Manage People > More Options > Remove admin.
  </Accordion>

  <Accordion title="How do change the company website?">
    You can reach out to us at <a href={`mailto:${SUPPORT_EMAIL}`} target="_blank" rel="noopener noreferrer">{SUPPORT_EMAIL}</a> to change your company website.
  </Accordion>
</AccordionGroup>
