# Requirements

## Client-side Rendering is currently available.&#x20;

## Required SSR Tag:

This tag is extremely important as it allows Intelligems to track package versions to ensure compatibility with new features.

```
const intelligems = require("@intelligems/headless/gatsby");

exports.onRenderBody = ({ setHtmlAttributes, setBodyAttributes }) => {
  setBodyAttributes(intelligems.IntelligemsVersionAttribute);
};
```

## Required Environment Variables

#### Intelligems Organization Id

Visit [app.intelligems.io](https://app.intelligems.io).  Your **organization ID** is located under the *settings* page.

```
GATSBY_INTELLIGEMS_ORG_ID=<Intelligems-Organization-Id>
GATSBY_SHOPIFY_STORE_DOMAIN=<your-store-name>.myshopify.com
GATSBY_STOREFRONT_ACCESS_TOKEN=<Storefront-API-Token>
```


---

# 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://headless.intelligems.io/version-1.0.0-beta/gatsby-steps/requirements.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.
