--- id: installation title: Installation --- You can install Svelte Query via [NPM](https://npmjs.com). ### NPM ```bash npm i @tanstack/svelte-query ``` or ```bash pnpm add @tanstack/svelte-query ``` or ```bash yarn add @tanstack/svelte-query ``` or ```bash bun add @tanstack/svelte-query ``` > Wanna give it a spin before you download? Try out the [basic](./examples/basic) example!