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

# Yasutsu documentation home and getting-started hub

> Create your Yasutsu biolink, customize your profile layout, colors, and media, connect socials and widgets, and unlock Premium animated effects.

<div data-product-guide-index className="flex w-full flex-col gap-8 max-w-5xl mx-auto px-4 md:px-8 lg:px-12 py-10 lg:gap-14 lg:py-16">
  <div className="flex max-w-[540px] flex-col gap-2 self-center text-center">
    <h1 className="text-[30px] font-medium leading-9 tracking-tight text-gray-900 dark:text-gray-50">
      Yasutsu Docs
    </h1>

    <p className="text-balance text-base leading-relaxed tracking-tight text-gray-600 dark:text-gray-400">
      Everything you need to create, customize, and share your personalized biolink page.
    </p>
  </div>

  <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
    <Card title={<span className="product-guide-feature-card-title">Get started</span>} icon="rocket" href="/introduction" className="product-guide-feature-card" size={64}>
      <span className="product-guide-feature-card-description">Create your account and launch your biolink page in minutes.</span>
    </Card>

    <a href="/profile/basics" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="user-round" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Customize your profile</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Set your display name, bio, location, and upload a profile picture, banner, and background.
        </span>
      </div>
    </a>

    <a href="/premium/overview" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
      <Icon icon="gem" color="rgb(var(--primary))" size={18} className="shrink-0" />

      <div className="flex flex-col gap-1">
        <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Premium features</span>

        <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
          Unlock animated text effects, dynamic backgrounds, cursor trails, and badges.
        </span>
      </div>
    </a>
  </div>

  <hr className="border-0 border-t border-border" />

  <div className="flex flex-col gap-4">
    <h2 className="font-serif text-xl font-medium leading-normal text-gray-900 dark:text-gray-50">Common tasks</h2>

    <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
      <a href="/socials/adding-socials" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="share-2" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Add social links</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Link your Discord, GitHub, Instagram, Spotify, and 10+ other platforms.
          </span>
        </div>
      </a>

      <a href="/widgets/discord" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="message-circle" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Connect Discord</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Display your Discord profile card directly on your biolink page.
          </span>
        </div>
      </a>

      <a href="/profile/layout" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="layout-template" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Choose a layout</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Pick from Default, Discord-inspired, or Minimal layouts and adjust fonts and card size.
          </span>
        </div>
      </a>

      <a href="/profile/colors-and-glow" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="palette" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Colors and glow effects</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Customize accent colors, text colors, and add glow effects to your profile elements.
          </span>
        </div>
      </a>

      <a href="/profile/media" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="image" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Upload media</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Upload a profile picture, banner, background image or video, and background audio.
          </span>
        </div>
      </a>

      <a href="/your-profile-url" className="rounded-2xl flex flex-col gap-4 border bg-gray-50 p-4 outline-none shadow-sm shadow-gray-950/5 transition hover:border-primary hover:shadow-md dark:bg-gray-950 dark:shadow-black/20 dark:hover:border-primary">
        <Icon icon="link" color="rgb(var(--primary))" size={18} className="shrink-0" />

        <div className="flex flex-col gap-1">
          <span className="font-serif text-base font-medium text-gray-900 dark:text-gray-50">Share your profile URL</span>

          <span className="text-sm leading-relaxed text-gray-600 dark:text-gray-400">
            Your biolink lives at yasutsu.bio/username — learn how to find and share it.
          </span>
        </div>
      </a>
    </div>
  </div>
</div>
