> For the complete documentation index, see [llms.txt](https://docs.statusentry.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.statusentry.com/getting-started/customize.md).

# Public Status Page Customization

### You can change following customization components on your status page.

* **Logo**

Add your brand logo image to be displayed on your Public Status Page.

{% hint style="warning" %}
Use a square image of not more than 3Mb, at least 60x60px resolution.
{% endhint %}

* **Favicon**

Set your visual icon to be displayed at the beginning of your tab in the web browser.

{% hint style="warning" %}
Use a 32x32 .ico
{% endhint %}

* **Header Logo Text**

Your-company-name is displayed on your public status page next to the logo and in all relevant places.

* **Website URL**

To link to your site from your public status page.

* **Twitter Address**

Your company Twitter address.

* **LinkedIn Address**

Your company LinkedIn address.

* **Support Email**

Your company support email "<support@your-company.com>"

* **Description**&#x20;

The explanations you make here will be displayed on your public status page.

* **Disable StatusEntry watermark**

If you click this option, the "Powered by statusentry.com" watermark in the public status page is removed.

* **Time Filters**

On the public status page, decide how much time to show historical uptime graphs and past incident records.

{% hint style="info" %}
Select available time filters in public status page: 1-3-6 month, 1 year and All Time
{% endhint %}

![Customize Page of StatusEntry](/files/R1Jrw0d2XFRopfgzgze7)


---

# 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.statusentry.com/getting-started/customize.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.
