> For the complete documentation index, see [llms.txt](https://docs.wpmobilepack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wpmobilepack.com/wp-mobile-pack-free/installation.md).

# Installation

There are two ways to install WordPress Mobile Pack: (1) Install from your WordPress Admin Panel (2) Install from the WordPress Plugin Directory

## 1. Install from your WordPress Admin Panel

From your WordPress Admin Panel navigate to `Plugins > Add new`, and search for "*WordPress Mobile Pack*". Click the `Install Now` button and once the plugin has been installed, click `Activate Plugin`.

![](/files/-LFSGCR-zxS1Zp6EhE8t)

## 2. Install from the WordPress Plugin Directory

Once on the [WordPress Plugin directory](https://wordpress.org/plugins/wordpress-mobile-pack/) click the `Download` button to get the .zip file, then go to your `WordPress Admin Panel > Plugins > Add new` , click `Upload Plugin` and upload the .zip file. Remember to activate the plugin after installing it.

![](/files/-LFSGCR67X7sSQFcsetj)

## Accessing the Progressive Web App

Once the plugin has been installed and activated, a new "*WP Mobile Pack*" menu item should appear on the left. Click on it to visit the "*WordPress Mobile Pack Admin*" page. WordPress Mobile Pack FREE comes with a default mobile app theme called "*OBLIQ*".

You'll be able to access it by simply navigating to <http://www.yourdomain.com> from your mobile device or simply use Chrome DevTools' Device Mode to simulate a wide range of devices and how the progressive web application behaves.

![](/files/-LFSGCRHM9xFt5JDOmZe)


---

# 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://docs.wpmobilepack.com/wp-mobile-pack-free/installation.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.
