Skip to main content

Spaces

Learn about Dart spaces, their main components, and how to use them

Spaces are an important part of the Dart hierarchy. Spaces are very flexible, but are typically used to contain the work of a particular team or project.

To create a new space, go to your lefthand column and hover over the SPACES title. Then click on the "+" icon:

making a space

A space contains two main items:

Dartboards organize various aspects of a project (and their respective tasks) all in one place. Doc folders centralize the docs associated with a project.

To create a new dartboard or doc folder in a space, hover over the tile of your space and click on the "+":

making a dartboard or doc folder

General and Personal spaces

In addition to the spaces you create, you will notice two permanent fixtures in your sidebar: General and Personal spaces.
​

general and personal space

These have specific rules to keep your workspace organized and private:

  • The General space is the "town square" of your workspace. It is always for everyone, you cannot restrict access or remove team members from it

  • The Personal space is your private sanctuary. It is always just for you, meaning you cannot add other people to it

  • Unlike custom spaces, permissions for General and Personal spaces cannot be changed

  • Neither General nor Personal spaces can be deleted at this time

Making changes to spaces

If you would like to change anything about your space - including its name, settings, and more, hover over the space title and click on the "Space options" icon (three dots):

editing a space

Then click on "Space settings". This will reveal an entire menu of options to help you customize your space:

spaces settings

There are four menus within space settings:

  • Basic (set your space's title and description)

  • Sprints (enable/disable sprints)

  • Reports (manage your automated reports)

  • Sharing (search and toggle on permissions to share your dartboard with certain team members)

From the space options, you can also replicate your space, or delete it entirely.

Did this answer your question?