# Most common troubleshooting step

<details>

<summary>My ACF/Meta Box fields are not appearing or appearing everywhere</summary>

If you have an issue with where the ACF/Meta Box fields are appearing, it's most likely because their location rules are not set properly.

</details>

<details>

<summary>The CSS is not applied within the Gutenberg Editor</summary>

Please check if you have declared styles outside of Bricks Builder, such as in a code snippet. GutenBricks cannot currently detect these styles and apply them inside the editor.

</details>


---

# 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/most-common-troubleshooting-step.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.
