# Getting StartedGet started with Thulite SVG by reviewing prerequisites and following a path through installation, configuration, usage, verification, updates, and fixes.
Thulite SVG is the official SVG integration for the [Thulite](https://thulite.io/) framework. It helps you publish fast, accessible, and search-friendly SVGs.

## Prerequisites

- [Hugo](https://github.com/gohugoio/hugo/releases/latest) (latest extended or extended/deploy edition)
- [Thulite](https://github.com/thuliteio/thulite/releases/latest) (latest version)
- [Node.js/npm](https://nodejs.org/en/download) (latest LTS version)

## Quick start

{{< card-grid >}}
{{< link-card
  title="Installation"
  description="Install Thulite SVG in your Thulite project."
  href="/docs/start-here/installation/"
>}}
{{< link-card
  title="Configuration"
  description="Update your project's parameters."
  href="/docs/start-here/configuration/"
>}}
{{< /card-grid >}}

{{< card-grid >}}
{{< link-card
  title="Usage"
  description="Learn how to use Thulite SVG in your project."
  href="/docs/start-here/usage/"
>}}
{{< link-card
  title="Verification"
  description="Validate your Thulite SVG setup and output quality."
  href="/docs/start-here/verification/"
>}}
{{< /card-grid >}}

{{< card-grid >}}
{{< link-card
  title="Updating"
  description="Update Thulite SVG to the latest version."
  href="/docs/start-here/updating/"
>}}
{{< link-card
  title="Troubleshooting"
  description="Diagnose and fix common issues."
  href="/docs/start-here/troubleshooting/"
>}}
{{< /card-grid >}}

## Credits

This npm package is based on the Hugo module:

- [hugo-mod-svg-icon-system](https://github.com/UtkarshVerma/hugo-modules/tree/main/svg-icon-system)
