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

# Group project

> This article describes how to create a **multi-phase** or **multi-building** project, otherwise called a Group project.

<Note>
  **Prerequisite** You should have all your content already prepared. For more details about the content, please read the [checklist](/checklist).
</Note>

### Video Guide for Visual Learners

<iframe className="w-full aspect-video rounded-xl" src="https://streamable.com/o/7svp76" title="Planpoint KB - Forms" allowFullScreen />

<Steps>
  <Step title="Step 1">
    Click on the + button on the upper left side of the dashboard.
  </Step>

  <Step title="Step 2">
    These are instructions or content that only pertain to the second step.
  </Step>

  <Step title="Step 3">
    These are instructions or content that only pertain to the third step.
  </Step>
</Steps>

## Troubleshooting

Here's how to solve some common problems when setting up your project.

<AccordionGroup>
  <Accordion title="Planpoint is not loading">
    Update to Node v18. Run `mintlify install` and try again.
  </Accordion>

  <Accordion title="No such file or directory on Planpoint">
    Go to the `C:/Users/Username/.mintlify/` directory and remove the `mint` folder. Then Open the Git Bash in this location and run `git clone
        https://github.com/mintlify/mint.git`.

    Repeat step 3.
  </Accordion>

  <Accordion title="Getting an unknown error">
    Try navigating to the root of your device and delete the \~/.mintlify folder. Then run `mintlify dev` again.
  </Accordion>
</AccordionGroup>
