> For the complete documentation index, see [llms.txt](https://docs.arway.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arway.ai/arway-sdk/branding-the-sample-app/replacing-arway-logos-in-the-sample-app.md).

# Replacing ARway Logos in the Sample App

The sample app includes multiple images featuring the ARway logo, which can be replaced as needed. With the sample app, you can replace the provided image assets with your own and add your custom branding to replace the ones from ARway.

## Image Assets

The following list of image assets contain the ARway logo:

* Assets/ARWay/ViewerMode/1\_UI/Dashboard/Arway\_logo.png
  * W: 512px | H: 512px - Square logo
* Assets/ARWay/ViewerMode/1\_UI/Dashboard/Arway\_text.png
  * W: 512px | H: 143px - ARway text
* Assets/ARWay/ViewerMode/1\_UI/Dashboard/arway\_logo\_h.png
  * W: 512px | H: 132px - ARway logo on dashboard
* Assets/ARWay/ViewerMode/1\_UI/Dashboard/arway\_thumbnail\_1x1.png
  * W: 512px | H: 512px - ARway thumbnails
* Assets/ARWay/ViewerMode/1\_UI/Dashboard/SampleThumbnail.png
  * W: 327px | H: 279px - ARway thumbnails
* Assets/ARWay/ViewerMode/3\_Assets/VideoTexture/Thumbnail.png
  * W: 750px | H: 512px - Thumbnail image for videos in AR session
* Assets/ARWay/ViewerMode/3\_Assets/Prefabs/ARMapSession/QR Info/QR/QR\_Primary.png
  * W: 190px | H: 190px - Image of a primary QR code with the ARway logo
* Assets/ARWay/ViewerMode/3\_Assets/Prefabs/ARMapSession/QR Info/QR/QR\_Secondary.png
  * W: 153px | H: 157px Image of a secondary QR code with the ARway logo
* Assets/ARWay/ViewerMode/1\_UI/Buttons/Access Point Button Pressed.png
  * W: 1792px | H: 512px - Location accuracy dial background pressed
* Assets/ARWay/ViewerMode/1\_UI/Buttons/Access Point Button.png
  * W: 1792px | H: 512px - Location accuracy dial background
* Assets/ARWay/ViewerMode/1\_UI/DriftIndicatorUI/Center Logo.png
  * W: 512px | H: 512px - Square logo
* Assets/ARWay/ViewerMode/1\_UI/Logo/ARway\_logo\_512x512.png
  * W: 512px | H: 512px - Square logo
* Assets/ARWay/ViewerMode/1\_UI/Logo/ARway\_logo\_1024x1024.png
  * W: 512px | H: 512px - App icon
* Assets/ARWay/ViewerMode/1\_UI/Logo/arway\_logo\_3.png
  * W: 512px | H: 518px - square icon
* Assets/ARWay/ViewerMode/1\_UI/Dashboard/qr\_overlay.png
  * W: 1024px | H: 1024px - Overlay that appears when scanning QR codes
* Assets/ARWay/ViewerMode/1\_UI/Dashboard/sample\_thumbnail.png
  * W: 327px | H: 279px - Default map thumbnail for dashboard
* Assets/ARWay/ViewerMode/1\_UI/Dashboard/qr\_thumbnail\_sample.png
  * W: 512px | H: 512px - Sample showing what QR code looks like
* Assets/ARWay/ViewerMode/1\_UI/UI\_UX/Buttons V2/QR-CODE.png
  * W: 512px | H: 512px - QR code image

## Replacing the Image Assets

These image assets can be replaced with your own images. Here is how to do so:

1. Copy the image assets from the above list.
2. Modify the image assets to replace them with your own.
3. Swap the images with your modified assets in the above folders.
4. Build your app.

<figure><img src="/files/asLcsbj3fjdVMBlCCrZ2" alt=""><figcaption><p>Replacing images in the ARway sample app.</p></figcaption></figure>


---

# 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:

```
GET https://docs.arway.ai/arway-sdk/branding-the-sample-app/replacing-arway-logos-in-the-sample-app.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.
