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

# Custom Launcher Image

Upload your own launcher image to fully match your brand

Replace the default Zigpoll launcher icon with your own custom image to fully match your brand.

#### Step #1: Go to Your Design Settings

* To change the launcher for **all surveys**: go to **Settings → Design Defaults → On-Site**.
* To change the launcher for **a specific survey**: open the survey and go to **Settings → Design → On-Site**. If the survey uses your account defaults, turn on **Override Design Settings** first.

#### Step #2: Upload Your Image

1. Under **Launcher**, make sure **Circle** or **Bumper** is picked. A survey with **No Launcher** has no icon to set.
2. Under **Icon**, click the **Upload** tile and choose your image. You can drag and drop it, or click to open a file upload window.
3. Click **Save Changes** to push your changes live.

Use a square image. It's cropped to a square and resized to 500 × 500 px when you upload it.

{% hint style="info" %}
The launcher image is only the button that opens the survey. For a logo or background inside the survey, see [Custom Header Image](/tutorials/custom-header-image.md).
{% endhint %}

#### After Completion (Optional)

If you want a different image to appear after a user has completed your survey:

1. Switch to the **After completion** tab at the top of the launcher card and pick **Different launcher**. The tab starts from a copy of the default launcher.
2. Upload a second image there. Picking **Same as default** again snaps it back to match.


---

# 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.zigpoll.com/tutorials/custom-launcher-image.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.
