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

# How to delete a widget

Delete a widget when you no longer want it to appear in your editor or on your public Sitee.

## Delete from the widget settings

<Steps>
  <Step title="Open the widget">
    Select the widget you want to remove from your Sitee editor.
  </Step>

  <Step title="Select Delete">
    Find and select <Icon icon="trash-alt" /> **Delete** inside the widget settings.
  </Step>

  <Step title="Confirm the deletion">
    Review the confirmation message and confirm that you want to remove the widget.
  </Step>

  <Step title="Publish your changes">
    Publish the updated Sitee to remove the widget from the public page.
  </Step>
</Steps>

## Delete from the context menu

You can also ***right-click*** the widget and select <Icon icon="trash-alt" /> **Delete** from the context menu.

<Warning>
  **The Profile Widget cannot be deleted.** It is a required part of every Sitee.
</Warning>

## Hide instead of deleting

<Badge color="blue" size="lg" stroke icon="star">Avaliable on Pro plan</Badge>

When you may want to use the widget again later, right-click it and select **Hide** instead.

A hidden widget remains in your editor but is not displayed on your public Sitee.

<Note>
  **Dragging a widget currently changes its position**. It does not move the widget to a trash area or delete it.
</Note>

## Related articles

<CardGroup cols={2}>
  <Card title="How to edit a widget" href="/widget/basic/how-to-edit-a-widget">
    Change the content or settings of an existing widget.
  </Card>

  <Card title="How to change the widgets' order" href="/widget/basic/how-to-change-the-widgets-order">
    Move widgets to a different position on your Sitee.
  </Card>
</CardGroup>
