> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-workspaces-notebooks.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create and manage notebooks

Create, rename, duplicate, and delete notebooks within your team's overview page or project workspace.

## Create a new notebook

Create a notebook in an existing project or team workspace.

<Tabs>
  <Tab title="Team Overview">
    1. Navigate to your team's overview page.
    2. Select the **Notebooks** tab.
    3. Select **Create notebook**.
    4. From the **Project** dropdown, choose the project where you want to create the notebook. If the project does not exist, you can create a new by selecting **Create a new project**.
  </Tab>

  <Tab title="Project">
    1. Navigate to your project workspace.
    2. Select **Notebooks** from the project sidebar.
    3. Select **Create notebook**.
  </Tab>
</Tabs>

## Rename a notebook

Rename an existing notebook from your team's overview page or project workspace.

<Tabs>
  <Tab title="Team Overview">
    1. Navigate to your team's overview page.
    2. Select the **Notebooks** tab.
    3. Open the **action (<Icon icon="ellipsis" iconType="solid" />)** menu and select **Rename notebook**.
    4. Enter the new name for your notebook and select **Save**.
  </Tab>

  <Tab title="Project">
    1. Navigate to your project workspace.
    2. Select **Notebooks** from the project sidebar.
    3. Open the **action (<Icon icon="ellipsis" iconType="solid" />)** menu and select **Rename notebook**.
    4. Enter the new name for your notebook and select **Save**.
  </Tab>
</Tabs>

## Duplicate a notebook

Duplicate an existing notebook from your team’s Overview page or from a project workspace. W\&B names the duplicate by prepending `Copy` to the original notebook name.

<Tabs>
  <Tab title="Team Overview">
    1. Navigate to your team's overview page.
    2. Select the **Notebooks** tab.
    3. Open the **action (<Icon icon="ellipsis" iconType="solid" />)** menu and select **Make a copy**.
  </Tab>

  <Tab title="Project">
    1. Navigate to your project workspace.
    2. Select **Notebooks** from the project sidebar.
    3. Open the **action (<Icon icon="ellipsis" iconType="solid" />)** menu and select **Make a copy**.
  </Tab>
</Tabs>

## Delete a notebook

Delete an existing notebook from your team's overview page or project workspace.

<Tabs>
  <Tab title="Team Overview">
    1. Navigate to your team's overview page.
    2. Select the **Notebooks** tab.
    3. Open the **action (<Icon icon="ellipsis" iconType="solid" />)** menu and select **Delete notebook**.
    4. Select **Delete notebook**.
  </Tab>

  <Tab title="Project">
    1. Navigate to your project workspace.
    2. Select **Notebooks** from the project sidebar.
    3. Open the **action (<Icon icon="ellipsis" iconType="solid" />)** menu and select **Delete notebook**.
    4. Select **Delete notebook**.
  </Tab>
</Tabs>
