# Getting Started

Get started with Thulite Images by reviewing prerequisites and following the setup path for installation, configuration, usage, and verification.
Thulite Images is the official Images integration for the [Thulite](https://thulite.io/) framework. It helps you publish fast, accessible, and search-friendly images.

## 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 Images in your Thulite project."
  href="/images/start-here/installation/"
>}}
{{< link-card
  title="Configuration"
  description="Update settings and parameters."
  href="/images/start-here/configuration/"
>}}
{{< /card-grid >}}

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

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

## Credits

Photography on this site is by [Vincent van Zalinge](https://unsplash.com/@vincentvanzalinge), and the illustrations are by [Franziska Höllbacher](https://giphy.com/franziskahoellbacher).

This npm package builds on the ideas in [Image render hook](https://www.veriphor.com/articles/link-and-image-render-hooks/#image-render-hook) and [Images with overlays](https://www.veriphor.com/articles/images-with-overlays/).
