# Next.js SDK

This library contains a small collection of components that are useful for rendering content from Venue CMS in a Next.js project. It also includes the Venue CMS SDK as well so there is no need to separately install that.

[![@venuecms/sdk-next](https://img.shields.io/badge/@venuecms/sdk--next-v0-passing?style=flat\&color=%23bfb8ef\&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2F%40venuecms%2Fsdk-next)](https://www.npmjs.com/package/@venuecms/sdk-next)

To install run this in your CLI under the project root:

```bash
npm install @venuecms/sdk-next
```

For more information on fetching data see the reference for @venuecms/sdk


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.venuecms.com/developers/sdk-next.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
