# Next: Common Troubleshooting Issues

### Issue: Not rendering on the frontend?&#x20;

#### Try to enable Renders with WordPress

If you see a blank page, try to enable Render With WordPress on the admin bar.&#x20;

<figure><img src="/files/jUhZr2ZF0fYorEcHau6Y" alt="" width="563"><figcaption><p>You can set this within the admin bar</p></figcaption></figure>

#### Make sure another template does not override the page template.&#x20;

One example is a page set to be a `posts page`. In this case, WordPress might force it to render using a predefined Posts Page template along with your blocks.

<figure><img src="/files/k5KQVFaXM7WqKeYm5BSZ" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.gutenbricks.com/getting-started/next-common-troubleshooting-issues.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.
