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

# Project Creation & Management

> How to manage members and working hours by project

export const FeedbackEn = () => <>
    <Tip>
      Have an idea or request about this feature? Send it to the team via <a href="/en/product-feedback">Product Feedback</a>.
    </Tip>

    <h2>Official Links</h2>

    <CardGroup cols={2}>
      <Card title="Official Website" icon="globe" href="https://voiceping.net/en/">
        Visit our official website
      </Card>
      <Card title="X (Twitter)" icon="x-twitter" href="https://x.com/VoicePingMedia">
        Follow us on X
      </Card>
      <Card title="Facebook" icon="facebook" href="https://www.facebook.com/voiceping.inc">
        Like us on Facebook
      </Card>
      <Card title="LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/28684130/">
        Connect on LinkedIn
      </Card>
    </CardGroup>
  </>;

## What is a Project

Projects are a categorization feature to check the members involved and working hours for each internal project.

You can also check member working hours and work details by project from the time tracking logs.

## 1. How to Create Projects & Assign Members

1. Open **Time Tracking Admin** from the left sidebar (managers only)
2. Click the **Manage Project** tab
3. Click **Add Project**
4. Enter the project name and select members
5. Click **Save**

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/XehoYRhOCnputp7e/en/images/project-management/02-add-new-project.png?fit=max&auto=format&n=XehoYRhOCnputp7e&q=85&s=121a5144de32b69b04f517a7795a8363" alt="Add New Project dialog with project name and member selection" width="1042" height="740" data-path="en/images/project-management/02-add-new-project.png" />
</Frame>

## 2. Project Management

All projects are listed on the **Manage Project** tab.

<Frame>
  <img src="https://mintcdn.com/test-cf63e467/XehoYRhOCnputp7e/en/images/project-management/01-manage-project.png?fit=max&auto=format&n=XehoYRhOCnputp7e&q=85&s=d8198992b15be67588c839248ac4b753" alt="Manage Project tab with project list, member and group columns, Add Project and Export to CSV buttons" width="2934" height="532" data-path="en/images/project-management/01-manage-project.png" />
</Frame>

### What You Can Do on the Manage Project Tab

1. **Change the project name**: click the pencil icon next to the name
2. **Add or remove members**: click the pencil icon in the Members column
3. **Assign groups** to a project: click the pencil icon in the Groups column
4. **Delete a project**: click the trash icon in the Actions column
5. **Export the project list** to CSV with the **Export to CSV** button

<Tip>
  Assigning a group to a project keeps project membership in sync with the group, so you don't need to add each member individually.
</Tip>

<FeedbackEn />
