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

# Edit project

> Update project name, description, and status to keep your research organized.

## Overview

Edit project details to reflect changes in your research focus or to organize projects by status. You can update the project name, description, and status (New, Opened, Closed) directly from the project page.

## How to edit a project

<Steps>
  <Step title="Open the project">
    Navigate to the project you want to edit from the Projects page.
  </Step>

  <Step title="Edit project name">
    Click on the project title at the top of the page. The title becomes editable. Type the new name and press Enter or click outside to save. Press Escape to cancel.

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/aseed/images/projects-edit-name-light.png" alt="Project page showing editable project name field in edit mode" className="block dark:hidden" />

      <img src="https://mintlify.s3.us-west-1.amazonaws.com/aseed/images/projects-edit-name-dark.png" alt="Project page showing editable project name field in edit mode" className="hidden dark:block" />
    </Frame>
  </Step>

  <Step title="Edit description">
    Click on the description text (or "No Description" if empty). Type your description and press Enter or click outside to save. Press Escape to cancel.

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/aseed/images/projects-edit-description-light.png" alt="Project page showing editable description field in edit mode" className="block dark:hidden" />

      <img src="https://mintlify.s3.us-west-1.amazonaws.com/aseed/images/projects-edit-description-dark.png" alt="Project page showing editable description field in edit mode" className="hidden dark:block" />
    </Frame>
  </Step>

  <Step title="Change project status">
    Click the status badge next to the project title. Select from:

    * **New**: Recently created projects
    * **Opened**: Active projects you're working on
    * **Closed**: Completed or archived projects

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/aseed/images/projects-edit-status-light.png" alt="Project page showing status badge and status selection dropdown" className="block dark:hidden" />

      <img src="https://mintlify.s3.us-west-1.amazonaws.com/aseed/images/projects-edit-status-dark.png" alt="Project page showing status badge and status selection dropdown" className="hidden dark:block" />
    </Frame>
  </Step>
</Steps>

## Project statuses

<CardGroup cols={3}>
  <Card title="New" icon="circle">
    Recently created projects that haven't been started yet.
  </Card>

  <Card title="Opened" icon="play">
    Active projects where you're currently conducting research or generating reports.
  </Card>

  <Card title="Closed" icon="check-circle">
    Completed projects or projects you're no longer actively working on.
  </Card>
</CardGroup>

<Tip>
  Status helps you filter projects in the Projects list and separate active work from completed research.
</Tip>

## Best practices

<AccordionGroup>
  <Accordion title="Keep names concise and descriptive">
    Keep project names concise but descriptive. Update them if the research focus changes significantly.
  </Accordion>

  <Accordion title="Use descriptions for context">
    Use descriptions to add context that isn't obvious from the name, such as research timeline or key stakeholders.
  </Accordion>

  <Accordion title="Update status regularly">
    Update status as you progress through your research workflow to keep your project list organized.
  </Accordion>
</AccordionGroup>

## Related topics

* [Create a project](/projects/create)
* [Manage projects](/projects/manage)
* [Delete project](/projects/manage#delete-project)
