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

# Project settings

> Manage name, visibility, badge, and lifecycle.

All key settings live in a single **Project Settings** modal. From here you can rename your project, control visibility, manage the Fimo badge, unpublish the site, or delete the project.

<img src="https://mintcdn.com/strapi/_QhhuEwPsFK2bwbJ/public/images/fimo-project-settings.png?fit=max&auto=format&n=_QhhuEwPsFK2bwbJ&q=85&s=03ba31b467ac141ce5af82322baa8d97" alt="Fimo Project Settings Page" width="3100" height="1880" data-path="public/images/fimo-project-settings.png" />

## How to open Project Settings

<Steps>
  <Step title="Open the menu">
    In the top left of the editor, click the **project name**.
  </Step>

  <Step title="Select Project Settings">
    Choose **Project Settings** to open the modal.
  </Step>
</Steps>

## What you can change

### Project display name

Update the **name of your project**. This is shown across the interface and may appear in your site chrome.

***

### Fimo badge

A small badge appears at the bottom-right of your site by default.

* **Free plan**: badge is always visible.
* **Premium**: you can hide the badge with a toggle.

***

### Visibility

Control whether your site is public or private.

* **Public (default):** anyone with the URL can view your live site.
* **Private:** available on Premium, hides your site from the public while keeping collaboration intact.

***

### Unpublish project

Take the site offline without deleting anything.

* Your content, code, and assets stay in the editor.
* You can publish again at any time.

***

### Delete project

Completely remove the project and **all of its data** (content, code, and assets).\
⚠️ This action **cannot be undone**.

***

<Callout icon="circle-exclamation" iconType="solid">
  <strong>Destructive actions</strong>\
  • **Unpublish** keeps your work intact but takes the site offline.\
  • **Delete** removes the project, content, code, and assets permanently.
</Callout>

<Tip>
  Need to upgrade for Private or to hide the badge? Go to **Organization → Billing & Usage**.
</Tip>

## Lifecycle controls

* **Unpublish** if you are iterating and want to take the live site down temporarily. You can publish again later from **Publish**.
* **Delete project** only when you are sure you no longer need the site or its assets.

## Related

<Columns cols={3}>
  <Card title="Publish overview" icon="rocket" href="/publish/overview">
    Learn how going live works.
  </Card>

  <Card title="Deployment" icon="server" href="/publish/deployment">
    See the deployment flow step by step.
  </Card>

  <Card title="Billing & Usage" icon="credit-card" href="/organization/billing-usage">
    Upgrade to Premium for Private and badge control.
  </Card>
</Columns>
