Skip to content

Quickstart Guide

This guide walks you through the essential steps to go from zero to a working project in SetGet. By the end, you will have a workspace, a project with custom states, and your first work items ready to track.

Estimated time: 5–10 minutes

Step 1: Create your account

  1. Open SetGet and click Sign up.
  2. Enter your email address and create a password — or sign in with Google, GitHub, or GitLab if your instance has OAuth configured.
  3. Verify your email if prompted.

TIP

If your organization already has a SetGet instance, ask your admin for an invitation link instead of creating a new account.

Step 2: Create a workspace

A workspace is the top-level container for your entire organization. All your projects, members, and settings live inside it.

  1. After signing in, click Create Workspace.
  2. Enter a workspace name (e.g., "Acme Engineering").
  3. Choose a URL slug — this becomes part of your workspace URL (e.g., app.setget.dev/acme-eng).
  4. Select your workspace size to help SetGet tailor the experience.
  5. Click Create.

You now have an empty workspace ready for projects.

Step 3: Invite your team

You can invite members now or skip this and come back later.

  1. Go to SettingsMembers in the sidebar.
  2. Click Invite Members.
  3. Enter email addresses and choose a role:
    • Admin — full access to workspace settings, billing, and member management
    • Member — can create and manage projects and work items
    • Guest — limited access, typically for external stakeholders
  4. Click Send Invitations.

Invitees receive an email with a link to join your workspace.

Step 4: Create your first project

Projects contain your actual work — work items, cycles, modules, pages, and views.

  1. Click Projects in the sidebar, then Create Project.
  2. Fill in the details:
    • Name — a descriptive project name (e.g., "Web App v2")
    • Identifier — a short code used as a prefix for work item IDs (e.g., WEB). Work items will be numbered WEB-1, WEB-2, etc.
    • Description — optional summary of the project's purpose
    • Network — choose whether the project is visible to all workspace members or invite-only
  3. Click Create Project.

Configure project features

After creation, you can enable or disable features under Project SettingsFeatures:

FeatureWhat it does
CyclesTime-boxed sprints for iterative planning
ModulesGroup work items by feature or theme
ViewsSave and share filtered perspectives of work
PagesBuilt-in documentation and wiki
IntakeLet guests submit requests for review

All features are enabled by default. Disable any you do not need to keep the interface clean.

Step 5: Set up workflow states

Every work item moves through a series of states. SetGet organizes states into five groups:

GroupPurposeExample states
BacklogWork that is acknowledged but not yet plannedBacklog, Triage
UnstartedPlanned work that has not begunTodo, Ready
StartedWork actively in progressIn Progress, In Review
CompletedSuccessfully finished workDone, Merged
CancelledWork that will not be doneCancelled, Duplicate

SetGet creates default states for you. To customize them:

  1. Go to Project SettingsStates.
  2. Add, rename, reorder, or color-code states within each group.
  3. The first state in the Backlog group becomes the default for new work items.

Step 6: Create your first work items

Now let's add some actual work to track.

Quick add

  1. Open your project and go to the Issues tab.
  2. Click the + button or press C on your keyboard.
  3. Type a title and press Enter to create instantly.

The work item is created with the default state (Backlog) and no other properties. You can fill in details later.

Full creation modal

For more detail upfront:

  1. Click Create Work Item or press C.
  2. In the modal, set:
    • Title — what needs to be done
    • Description — additional context, acceptance criteria, or steps to reproduce
    • State — current workflow state
    • Priority — Urgent, High, Medium, Low, or None
    • Assignees — who is responsible
    • Labels — categorization tags
    • Due date — when it should be completed
    • Estimate — effort estimate (if estimates are configured)
  3. Click Create Work Item.

TIP

You can create multiple work items without closing the modal — just click Create & Add Another.

Try different layouts

Switch between layouts using the layout switcher in the top bar:

  • List — best for scanning and triaging a long backlog
  • Kanban — best for visualizing workflow stages
  • Spreadsheet — best for bulk editing properties
  • Calendar — best for date-driven work
  • Gantt — best for timeline planning with dependencies

Step 7: Plan a cycle (optional)

If you enabled Cycles, create your first sprint:

  1. Click Cycles in the project sidebar.
  2. Click Create Cycle.
  3. Set a name, start date, and end date (e.g., a 2-week sprint).
  4. Click Create.
  5. Drag work items from the backlog into the cycle, or use the Add to Cycle action on individual work items.

As your team updates work item states, the cycle progress bar updates automatically.

Step 8: Write a page (optional)

If you enabled Pages, create your first document:

  1. Click Pages in the project sidebar.
  2. Click Create Page.
  3. Give it a title (e.g., "Sprint 1 Goals").
  4. Use the rich text editor to write your content — headings, lists, code blocks, tables, and embedded images are all supported.
  5. The page auto-saves as you type.

Pages are great for meeting notes, technical specs, onboarding guides, and project wikis.

What's next

You now have a fully functional SetGet workspace. Here are some next steps to explore:

Want to...Go to...
Learn the core building blocksCore Concepts
Walk through every feature step by stepTutorials
Set up team roles and permissionsRoles and Permissions
Connect GitHub or SlackIntegrations
Import data from Jira, Asana, or LinearImport and Export
Use AI to manage work fasterSetGet AI
Master keyboard shortcutsKeyboard Shortcuts