> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/chang-jian-wen-ti/troubleshooting/facebook-ad-manager-has-a-white-block.md).

# Facebook 广告管理器有一个白色块

Facebook 广告管理器显示一个白色块，如下图所示。这通常意味着配置文件的屏幕分辨率不正确。

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

可以通过将其更改为更接近您屏幕的更高值来解决。操作步骤如下：

{% stepper %}
{% step %}

### 前往浏览器配置文件设置

点击浏览器配置文件旁边的三点图标，然后选择 **Edit**。
{% endstep %}

{% step %}

### 调整屏幕分辨率

进入 **Advanced > Browser navigator** 选项卡，调整屏幕分辨率，然后点击 **Save**。
{% endstep %}
{% endstepper %}

{% hint style="info" %}
如果在阅读本文后您还有其他问题，请联系我们的[支持部门](https://incogniton.com/contact/)。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.incogniton.com/documentation/chinese-documentation/chang-jian-wen-ti/troubleshooting/facebook-ad-manager-has-a-white-block.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
