# Introduction

Welcome to the Publishing and Code Signing documentation for Deskifier.

Because Apple and Microsoft frequently update their requirements, these processes can sometimes be tricky. If you run into any roadblocks, please don't hesitate to contact us for assistance.

#### Before You Publish

* Test Thoroughly: Ensure your app functions exactly as expected across all build types.
* Customize Assets: Deskifier allows you to define custom icons for each build type. We highly recommend tailoring your app assets to match the native look and feel of your target operating systems.

Follow these guidelines to build your icons to spec:

### Apple

{% embed url="<https://developer.apple.com/design/human-interface-guidelines/app-icons>" %}

{% embed url="<https://gist.github.com/thecodewarrior/56b2aeee751fc23c4945c8c232b37c81#file-app-icon-template-svg>" %}

### Microsoft

{% embed url="<https://learn.microsoft.com/en-us/windows/apps/design/iconography/app-icon-design?source=recommendations>" %}


---

# 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://deskifier.gitbook.io/deskifier/publishing-and-code-signing/introduction.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.
