# Nuxt Sanity > Access text, images, and other media with Nuxt and the Sanity headless CMS. ## Documentation Sets - [Nuxt Sanity](sanity.nuxtjs.org/llms-full.txt): Access text, images, and other media with Nuxt and the Sanity headless CMS. ## Docs - [Installation](sanity.nuxtjs.org/raw/getting-started/installation.md) - [Configuration](sanity.nuxtjs.org/raw/getting-started/configuration.md): By default, @nuxtjs/sanity will look for a ~~/cms/sanity.config.ts file relative to your project's root directory, and it will read your projectId and dataset from there. - [Usage](sanity.nuxtjs.org/raw/getting-started/usage.md): @nuxtjs/sanity provides key composables to interact with data from your Sanity project. - [Visual Editing](sanity.nuxtjs.org/raw/getting-started/visual-editing.md) - [Live Content](sanity.nuxtjs.org/raw/getting-started/live-content.md): The Live Content API allows your app to subscribe to changes in your Sanity dataset and receive updates whenever documents are created, updated, or deleted. - [Typegen](sanity.nuxtjs.org/raw/getting-started/typegen.md): @nuxtjs/sanity supports automatic TypeScript type generation for your GROQ queries using @sanity/codegen. This enables end-to-end type safety from your Sanity schema to your Vue components. - [Portable Text](sanity.nuxtjs.org/raw/helpers/portable-text.md) - [Images](sanity.nuxtjs.org/raw/helpers/images.md) - [Files](sanity.nuxtjs.org/raw/helpers/files.md) - [Groq](sanity.nuxtjs.org/raw/helpers/groq.md): This module exports the official groq template tag function for writing GROQ queries with syntax highlighting. Make sure to install the VSCode extension for the best experience. - [Visual Editing](sanity.nuxtjs.org/raw/helpers/visual-editing.md): When visual editing is enabled, this module exports a createSanityDataAttribute helper function which allows you to manually map content in a component to its source. - [Credits](sanity.nuxtjs.org/raw/community/credits.md): Thanks to the following projects: - [Changelog](sanity.nuxtjs.org/raw/community/changelog.md): Discover the latest updates. ## Landing - [Nuxt Sanity](sanity.nuxtjs.org/raw/index.md): The easiest way to use Sanity with Nuxt. Get up and running in minutes with a lightweight client, zero-config components, and a great developer experience.