# Server-Side Rendering

SSR (Server-Side Rendering) provides the content of your PWA store to the search engine and social network bots for the best indexing and display.

ReadyMage instances come with a **RendyJS** module available. You can request to connect to it through the User Portal.

{% hint style="info" %}
If connected, you will be billed based on your usage automatically through your regular monthly invoice.
{% endhint %}

<figure><img src="/files/Rmscjj03Wsx7mjMlmLMx" alt=""><figcaption></figcaption></figure>

### Connecting to the ReadyMage account

1. Navigate to **User Portal → Project → Selected Instance → Service Management → Server-Side Rendering**.
2. Click **Connect**.
3. RendyJS will be activated within 2-3 working days.

{% hint style="info" %}
Note: A charge for RendyJS will be added to your monthly bill.
{% endhint %}

### Disconnecting your RendyJS account

1. Navigate to User Portal → Instances → Service Management → Server-Side Rendering.
2. Click **Disconnect**.
3. RendyJS will be deactivated within 2-3 working days.


---

# 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://help.readymage.com/service-management/prerender.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.
