# Customize Boot Logo/Animation

### Customizing the Boot Logo

1. **Image Resolution:**
   * Determine the resolution for your specific terminal model by consulting the POS specification.
   * Create your logo image according to the terminal's resolution.
2. **Submission Process:**
   * Send the logo image to WizarPOS.
   * Specify the logo name, which will be part of the OEM splash name. This is used to identify different customers.

### Customizing the Boot Animation

1. **Creating Animation:**
   * Option 1: Send all individual pictures to WizarPOS, who will then create the animation.
   * Option 2: Create an animation following the guidelines at [Android Boot Animation Format](https://android.googlesource.com/platform/frameworks/base/+/master/cmds/bootanimation/FORMAT.md) and send it to WizarPOS.
2. **Implementation:**
   * Once WizarPOS receives the picture or animation, it will be integrated into your custom firmware.


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/firmware/customize-boot-logo-animation.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.
