# Images and icons

In each type of campaign there is the option of adding icon and large image.

The icon is displayed on all devices and usually represents your website logo or a profile picture. Some browsers (e.g. Chrome on Windows and Android) let you display a large image inside the notification content.

![](/files/-Ln7xqkFiLQ1PoQoLr8n)

You can upload each file **from your computer** or **provide the url**.

When you upload file from your computer, you don't worry about HTTPs. We provide all your images and icons over HTTPS, otherwise some browsers (e.g. Chrome) may not display them for security reasons.

When you provide url all images and icons should be served from your website using a CDN. This is not only general advice. The point is that when a notification is sent to many subscribers, there are thousands of browsers that download your image every second.

#### **Icon Recommendation**

Suggested size is 192x192px.\
Suggested format is PN&#x47;**.**

#### **Image Recommendation**

Suggested size is at least 750px wide.\
Suggested format is PN&#x47;**.**


---

# 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://push-help.sare.pl/campaigns/sending-with-images-icons-and-badges.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.
