> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/media-surveys/create-a-media-survey/manage-appearance-of-a-media-survey.md).

# Manage appearance of a media survey

You can make your media survey engaging and welcoming—and make it stand out to applicants if you’re auto-recruiting participants—by customizing its appearance. You can add a custom hero image, apply your company’s branding, and add a mission description to tell participants what they can expect.

## Hero image

The hero image is the first thing participants see when accessing your mission. You can upload your own hero image or choose one provided by Unsplash.

**To change your mission's hero image:**

{% stepper %}
{% step %}
Navigate to the **Overview** tab of your mission.

![](/files/9f799e1989972d07fb212a3a3885a951fe933348)
{% endstep %}

{% step %}
Click anywhere in the **Appearance** section.
{% endstep %}

{% step %}
Under **Appearance**, click **Change image**. A photo selection modal is displayed.

![](/files/153444a384f54da2f6d3f8de3f55263553dca9dd)
{% endstep %}

{% step %}
On the **Photos** tab, select an Unsplash photo. Or, click the **Upload your own** tab to choose a local file.

![](/files/0e740f11914902e60c5969e8a46a05607d1f5e9d)

{% hint style="info" %}
**Note:** The maximum file size for uploaded photos is 3MB.
{% endhint %}
{% endstep %}

{% step %}
Click **Save**.
{% endstep %}
{% endstepper %}

Now, your mission’s hero image is updated. Your selected image will be displayed to participants when they access your mission.

![](/files/2c1a147b5ba54f56a8916ee1ddf6b9de2f92e06d)

## Company branding

You can display your organization’s logo, company URL, and more directly on your mission’s landing page. This gives your missions a consistent feel and makes them easily recognizable as belonging to your organization.

{% hint style="info" %}
**Note:** Before you can enable company branding on the mission level, it must be configured on your Dscout account. For more information, see [Company branding](/account-management/organization-account-settings/company-branding.md).
{% endhint %}

**To apply company branding to your mission:**

{% stepper %}
{% step %}
Navigate to the **Overview** tab of your mission.

![](/files/9f799e1989972d07fb212a3a3885a951fe933348)
{% endstep %}

{% step %}
Click anywhere in the **Appearance** section. The Settings panel is displayed.
{% endstep %}

{% step %}
Set the **Company branding** toggle to ON.

![](/files/7043ab2f1a5c4e42d81cc7174a311729dddf59c8)
{% endstep %}

{% step %}

{% endstep %}
{% endstepper %}

Now, your company’s pre-configured branding will be displayed on your mission’s landing page when you launch your mission.

## Mission description

Your mission’s description should give participants an idea of what to expect in your mission without giving away your research objectives. You want to give enough information that participants know what they’re signing up for but not enough that they know what answers you’re looking for.

**To add a mission description:**

{% stepper %}
{% step %}
Navigate to the **Overview** tab of your mission.

![](/files/9f799e1989972d07fb212a3a3885a951fe933348)
{% endstep %}

{% step %}
Click anywhere in the **Mission details** section.
{% endstep %}

{% step %}
Enter a **Mission description**.

![](/files/3ed67f0e55c3bcf999980eb617b6fc5a769d7b80)
{% endstep %}

{% step %}
Click **Done**.
{% endstep %}
{% endstepper %}

Now, your mission description is saved and will be displayed to participants either when they access your mission directly or when they apply for it through the Dscout app.

![](/files/b6f7e4668dc606876bba4144582e1bbdfe87d3bc)


---

# 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://help.dscout.com/media-surveys/create-a-media-survey/manage-appearance-of-a-media-survey.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.
