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

# Get started with DevUps in minutes

> Sign up for DevUps, explore your Learning Paths page, create your first curated path, add resources, and share it with your team — in under five minutes.

DevUps lets you build structured learning paths from curated links and share them with your team. This guide walks you through everything from creating your account to sharing your first path.

<Steps>
  <Step title="Create your account">
    Go to [devups.app/auth?tab=signup](https://devups.app/auth?tab=signup). Enter your first name, last name, email address, and a password of at least six characters, then click **Create Account**.

    You can also sign up with Google by clicking **Continue with Google**.

    <Note>
      If you already have an account, go to [devups.app/auth](https://devups.app/auth) and sign in instead.
    </Note>
  </Step>

  <Step title="Verify your email (if prompted)">
    After signing up, check your inbox for a verification email from DevUps. Click the link in the email to confirm your address. Once verified, you'll be taken directly to your dashboard.

    <Tip>
      If the email doesn't arrive within a few minutes, check your spam folder.
    </Tip>
  </Step>

  <Step title="Get oriented in your Learning Paths page">
    After signing in, you land on your **Learning Paths** page at `/paths`. From here you can see every path you have access to. Your dashboard at `/dashboard` also shows paths organized into three tabs:

    * **My Paths** — learning paths you've created.
    * **Team Paths** — paths shared with your current team by other team members.
    * **Discover** — public paths published by the broader DevUps community.

    Click **Create Path** in the top right to start building your first path.
  </Step>

  <Step title="Create your first learning path">
    Click **Create Path** to open the path editor. Give your path a title and an optional description. You can also add tags and an estimated duration to help learners know what to expect.
  </Step>

  <Step title="Add at least one resource">
    Inside the path editor, add your first resource by pasting a URL and entering a title for the link. Resources can be articles, videos, documentation pages, tutorials, or any URL you want learners to visit.

    Repeat this for as many resources as your path needs. You can reorder them at any time.
  </Step>

  <Step title="Save your path">
    Click **Create Learning Path** to save. DevUps creates the path and takes you to the path detail page. New paths are **Private** by default, meaning only you can see them.
  </Step>

  <Step title="Share your path">
    To share the path, open its settings and change the **Visibility** field:

    * **Team** — visible to all members of your current team.
    * **Public** — visible to anyone on DevUps, including non-members.

    Save the visibility change. Team members will now see the path in their **Team Paths** tab.
  </Step>
</Steps>

<CardGroup cols={2}>
  <Card title="Learning paths" icon="route" href="/paths/overview">
    Learn how to build, organize, and manage learning paths in depth.
  </Card>

  <Card title="Teams" icon="users" href="/teams/overview">
    Invite colleagues, manage roles, and collaborate on shared paths.
  </Card>
</CardGroup>
