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

# FAQ: Projects

> Make a project public, delete or rename it, transfer it between a personal account and an organization, and understand why the project slug is fixed.

<div className="flex flex-col gap-4 mt-8">
  <Card>
    <div className="flex flex-col gap-2">
      <h2 id="how-can-i-make-my-project-accessible-to-non-tender" className="text-xl font-semibold">
        How can I make my project accessible to non-Tenderly users?
      </h2>

      <hr className="dark:border-neutral-800" />

      <div>
        To make your project public, please contact our support team at [support@tenderly.co](mailto:support@tenderly.co).
      </div>
    </div>
  </Card>

  <Card>
    <div className="flex flex-col gap-2">
      <h2 id="how-can-i-delete-a-project" className="text-xl font-semibold">
        How can I delete a project?
      </h2>

      <hr className="dark:border-neutral-800" />

      <div>
        To delete your project, open it in the Dashboard and navigate to the [Settings tab](/platform/account/projects/settings) in the navigation menu. Click
        the Delete Project button.
      </div>
    </div>
  </Card>

  <Card>
    <div className="flex flex-col gap-2">
      <h2 id="i-want-to-transfer-my-project-from-my-personal-acc" className="text-xl font-semibold">
        I want to transfer my project from my personal account to my organization. Is that possible?
      </h2>

      <hr className="dark:border-neutral-800" />

      <div>
        To achieve this, open your project in the Tenderly Dashboard. Next, navigate to the Settings tab in the
        navigation menu. Once you open Settings, click the Transfer Project button.

        If you wish to transfer your project from your organization to a personal account, follow the same steps.
      </div>
    </div>
  </Card>

  <Card>
    <div className="flex flex-col gap-2">
      <h2 id="can-i-rename-my-project" className="text-xl font-semibold">
        Can I rename my project?
      </h2>

      <hr className="dark:border-neutral-800" />

      <div>
        Yes, you can change the name of your project in the Settings tab. However, please note that the [project slug](/platform/account/projects/slug)
        will remain the same.
      </div>
    </div>
  </Card>
</div>
