> ## Documentation Index
> Fetch the complete documentation index at: https://docs.t3planet.de/en/latest/llms.txt
> Use this file to discover all available pages before exploring further.

# Preview Feature

Whenever you change the back-end content and are eager to view in front-end, we have implemented "Preview Feature" feature of ReactJS/NextJS framework.

Take a look at documentation [https://nextjs.org/docs/advanced-features/preview-mode](https://nextjs.org/docs/advanced-features/preview-mode)

To switch to preview mode simply call`api/draft?slug=<slug>`from Frontend.

<Note>
  Inbuilt, We have configured Nextjs preview feature with link e.g., /api/preview/. So that whole your site is in preview mode by default.
</Note>
