# Get Started

- Install...

```diff
import { sveltekit } from '@sveltejs/kit/vite';
+import { kitbook } from 'kitbook/plugins/vite';

const config = {
	plugins: [
+		kitbook(),
		sveltekit(),
	],
};
```

I'm going to link to [[cases/index]]


[//begin]: # "Autogenerated link references for markdown compatibility"
[cases/index]: index.md "FooBook"
[//end]: # "Autogenerated link references"