# SSR

{% hint style="success" %}
**MUI**: Theses instructions are for the peoples using `tss-react` as a standalone solution.

MUI users can refer to [the MUI documentation relative to SSR](https://mui.com/material-ui/guides/server-rendering/) and ignore this.
{% endhint %}

There are some minimal configuration required to make `tss-react` work with SSR.

{% content-ref url="/pages/SjQaIZRF3RcHiKwIZt42" %}
[Next.js](/ssr/next.js.md)
{% endcontent-ref %}

{% content-ref url="/pages/G4pDgx4vnftdk7RLgaZY" %}
[Gatsby](/ssr/gatsby.md)
{% endcontent-ref %}

{% content-ref url="/pages/gLZziPY9gotf8bZjNwFU" %}
[Other backends](/ssr/other-backends.md)
{% endcontent-ref %}


---

# 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.tss-react.dev/ssr.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.
