> For the complete documentation index, see [llms.txt](https://help.simnetonline.com/instructor-experience/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.simnetonline.com/instructor-experience/admin-settings/admin-settings-branding.md).

# Admin Settings - Branding

Learn how to personalize your digital credentials by adding a custom logo, school, and course name to the SIMnet certificates your students are earning.

<a href="https://media.gaspar.mheducation.com/GASPARPlayer/play.html?id=33poNLmqeryYNojkb7z5bQU" class="button primary" data-icon="play">Play Video</a>Right click to open the video in a new tab.

{% hint style="success" %}
SIMnet allows you to co-brand the digital credentials earned by the students at your institution for credentialed projects and exams. This is a great opportunity to showcase your institution as students share their credentials.&#x20;
{% endhint %}

1\. Click the Branding tab in Admin Settings to get started. Click the pencil icon to edit.

<div data-with-frame="true"><figure><img src="https://colony-recorder.s3.amazonaws.com/files/2026-05-16/0d955f92-9c33-419b-9edc-e7bbf72f44be/user_cropped_screenshot_96f4ce9302a94e2d8039ee247669a2b5_text_export.jpeg" alt="Admin Settings page showing the Branding tab and edit pencil icon, with arrow pointing to the pencil icon."><figcaption></figcaption></figure></div>

2\. Select Yes to enable custom branding.

<div data-with-frame="true"><figure><img src="https://colony-recorder.s3.amazonaws.com/files/2026-05-16/c2718f16-f50f-4867-8590-2d849c493256/user_cropped_screenshot_7829e0ea2fac43efaa8bcf746fc38e59_text_export.jpeg" alt="Branding settings panel showing the option to enable custom branding, with an arrow pointing to Yes."><figcaption></figcaption></figure></div>

3\. You can view an example of the digital credential to see where your information will appear.

<div data-with-frame="true"><figure><img src="https://colony-recorder.s3.amazonaws.com/files/2026-04-21/d542e5fd-3443-408b-9108-9517067ee50e/ascreenshot_6644021d17ac4a09b3443109364b06cf_text_export.jpeg" alt="Example digital credential preview showing where branding information appears."><figcaption></figcaption></figure></div>

4\. You can choose to include your School Name, as well as the Course Name.

This applies across your entire account so if more than one course allows students to earn credentials in SIMnet, you wouldn't want to include the Course Name.

<div data-with-frame="true"><figure><img src="https://colony-recorder.s3.amazonaws.com/files/2026-04-21/9457cc56-ea57-4dda-8937-48ed206875c3/ascreenshot_cb943cf2fedc4a4bb054ebc026ed2421_text_export.jpeg" alt="Branding settings panel showing the School Name and Course Name options."><figcaption></figcaption></figure></div>

5\. You can also include your own logo. It needs to be a .jpeg or .png file.

Check the Include Logo box and click Choose File to select the file from your computer.

<div data-with-frame="true"><figure><img src="https://colony-recorder.s3.amazonaws.com/files/2026-05-16/fda74af0-346c-4333-bcf4-30266344da94/user_cropped_screenshot_8dc5677be8e3431fa43e4285566d6839_text_export.jpeg" alt="Branding settings panel showing the Include Logo checkbox and Choose File button, with arrow pointing to Choose File button."><figcaption></figcaption></figure></div>

6\. Click Save in the lower-right corner of the box.

<div data-with-frame="true"><figure><img src="https://colony-recorder.s3.amazonaws.com/files/2026-05-16/32d3bfee-96ad-4974-b1b2-4ee285cc17fa/user_cropped_screenshot_600c9f23d8a44966ae932f8d136bf520_text_export.jpeg" alt="Branding settings panel with the Save button in the lower-right corner, with an arrow pointing to Save."><figcaption></figcaption></figure></div>

7\. You will receive confirmation that the changes have been saved and you will see the updated information on the screen.

<div data-with-frame="true"><figure><img src="https://colony-recorder.s3.amazonaws.com/files/2026-04-21/687c10df-9624-457f-90b8-421966b74cab/ascreenshot_8f9e6297e54d4949af802384a505b638_text_export.jpeg" alt="Branding page showing the saved custom branding details and confirmation on screen."><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Learn more:** [Digital Credentials](/instructor-experience/getting-started/digital-credentials.md)
{% 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://help.simnetonline.com/instructor-experience/admin-settings/admin-settings-branding.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.
