# The Venue Developer Documentation

Welcome to the Venue Developer Documentation.

You can find references for the Venue SDK's here on the left-side table of contents.

* [@venuecms/sdk](/developers/sdk.md) - Our TypeScript general SDK (using fetch)
* [@venuecms/sdk-next](/developers/sdk-next.md) - Our Next.js specific SDK leveraging some extra optimizations of Next.js and includes the Venue React components.
* [API](/developers/rest-api/api/v2/public.md) - If you prefer to use the REST API directly, see our OpenAPI specification and documentation here.

For an example of a fully-built minimal application using an SDK, check out our template which we use in production and update frequently [here](https://github.com/venuecms/template-minimal).


---

# 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/readme.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.
