> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Creating a Project

export const InlineImage = ({src, alt = '', height = '1.6em'}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: 'inline',
    verticalAlign: 'start',
    height: height,
    margin: '0'
  }} />;
};

You can add a new project in the Projects & Tasks page. Once you have specified the basic information for the project, including the name, team members, privacy level (either public or private), and the optional description and due date, you can begin populating the project with tasks and giving assignments to team members.

**Video - Creating and Managing Projects**

<iframe allowfullscreen="" frameborder="0" height="315" src="//www.youtube-nocookie.com/embed/MBhZ7zlarXI" width="560" />

**To create a new project,**

1. Open the Projects & Tasks page by selecting **Projects and Tasks** in the **More** menu at the top of the screen.

2. Click **Add Project**.

   A **Create New Project** dialog opens.

   <Tip>
     **Tip:** You can also open this dialog from anywhere in Domo by selecting <InlineImage src="/images/kb/ka05w0000012340-00N5w00000Ri7BU-0EM5w000005vNwt.png" /> in the app toolbar and selecting **Tasks > Project**.
   </Tip>

3. Enter the project name.

4. Enter the team members for the project. As you enter letters, user names containing matching letters appear in a pop-up list. When you select a name, it is added to the field. You can add as many names to the field as you want.

5. Select a privacy setting. If you select "Public," anyone in your company can view, access, and edit this project. If you select "Private," only the team members you selected for the project in step 4 can view and access the project.

6. (Optional) Enter a project description.

7. (Optional) Enter a due date for the project.

8. Click **Done**.
