# Phone App

*Technically, BDP is available as a "Progressive Web App (PWA)," not a "Native App" like you may be more familiar. With BDP, your brand's logo/icon can be installed on your phone's home screen as an application shortcut, behaving similar to those downloaded from the "app store".  The process of "installing" is a bit different and we'll walk through those steps for both Apple/iOS & Android operating systems.*

{% hint style="info" %}
Before installing, make sure to add an App Icon to your[ Appearance Settings](/settings/appearance.md) before following these steps below. Consider using a free tool like [Canva](https://www.canva.com/) to turn your Company brand/logo into an App icon.&#x20;
{% endhint %}

## Apple/iOS

If you have an Apple device (iPhone/iPad), follow these simple instructions:

1. Open a Browser (Safari/Chrome), navigate and log into your BDP account
2. Select the "Send" Icon on along the bottom toolbar: <img src="https://cdn2.iconfinder.com/data/icons/ui-thick-lines/620/share_ios-512.png" alt="Export, ios, send, share, upload icon - Download on Iconfinder" data-size="line">
3. Scroll down to select "Add to Home Screen," choose a name for the shortcut, and click Add

## Android

For an Android device, the process looks a little different:

1. Open a Browser, navigate and log into your BDP account
2. Select the menu icon, 3-dots in the top-right corner: <img src="https://cdn0.iconfinder.com/data/icons/very-basic-android-l-lollipop-icon-pack/24/menu2-512.png" alt="Menu list formating, three dots, 3 dots icon - Free download" data-size="line">
3. Select "Add to Home Screen" and enter a name for the shortcut


---

# 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://docs.bulkdelivery.pro/pro-tips/phone-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.
