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

# FAQs

> Frequently asked questions about the Tasks resource

<AccordionGroup>
  <Accordion title="How are duplicate task names handled?">
    Tasks with identical names are automatically grouped and tracked using counters. For example, if you create a task list with two "Hack Panel" tasks, they will be grouped together and you can complete them individually.
  </Accordion>

  <Accordion title="Can multiple players view the same task list?">
    Yes, multiple players can view the same task list simultaneously. All viewers will see real-time updates when tasks are completed or failed.
  </Accordion>

  <Accordion title="What happens when all tasks are completed?">
    When all tasks in a list are completed or failed, the task list automatically closes for all viewers and is cleaned up from memory.
  </Accordion>

  <Accordion title="What happens if a player disconnects while viewing a task list?">
    Player disconnects are handled safely to prevent stale viewers. The player will be automatically removed from the viewer list.
  </Accordion>
</AccordionGroup>
