# E-Paper Module

### 🔑 1. Accessing the Epaper Section

1. Log in to your **WordPress Admin Panel**.
2. From the left sidebar, click on **Epaper**.
   * Here you will see a list of all your uploaded epapers.

***

### 📰 2. Adding a New Epaper

1. Click on **Add New Epaper**.
2. Enter the **Title** of your epaper.
   * Example: *The Nation – 10th December 2020*.
3. In the **Editor Section**, you can write a short description if needed (optional).

<figure><img src="/files/IdKfhl8x8s0EPLQsBLlM" alt=""><figcaption></figcaption></figure>

***

### 🖼️ 3. Uploading Epaper Images

* Scroll down to the **Epaper Images** section (custom meta box).
* Upload page-by-page images of your newspaper using the **Media Upload** button.
  * These images will appear on the frontend for users to browse.

<figure><img src="/files/NzPWePbevlG74ImJlhw2" alt=""><figcaption></figcaption></figure>

***

### 📑 4. Uploading a Full PDF (Optional)

* In the **Epaper PDF Upload** field, you can upload the complete PDF version of the epaper.
* This will be available as a **Download Button** on the frontend so readers can save the full edition.

<figure><img src="/files/7GJIyOKckQUxFJiAZDEx" alt=""><figcaption></figcaption></figure>

***

### 🏙️ 5. Selecting City

* On the right-hand side, you’ll see the **Cities** taxonomy box.
* Select the city (or cities) relevant to this epaper edition.
* Example: *Lahore, Karachi, Islamabad*.
* If the required city is not listed, click **Add New City** to create one.

<figure><img src="/files/lKev678FUkntQRtRYftv" alt=""><figcaption></figcaption></figure>

***

### 💾 6. Publishing the Epaper

1. Once you’ve added images, PDF, and city, click **Publish**.
2. Your epaper will now be visible on the frontend under the **Epaper Section**.

***

### 🌐 7. Viewing the Epaper on the Frontend

* Visit: **yourdomain.com/epaper/**
  * This shows the **Epaper Archive Page** with all available editions.
* Example: [Epaper Archive](https://stylothemes.com/demo/urdupaper/epaper/)
* Click on any edition to open its detail page.
* Example: [Single Epaper Page](https://stylothemes.com/demo/urdupaper/epaper/thenation-10th-december-2020/)

On the single page, users can:

* Browse images (page by page).
* Download the full PDF (if uploaded).
* See the city and edition details.

***

### ✅ Tips for Best Results

* Upload **optimized images** (compressed for web) to improve loading speed.
* Always use **clear titles** with date and newspaper name for better SEO.
* Assign cities properly so users can filter epapers by location.


---

# 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.stylothemes.com/urdupaper/basic-setup/e-paper-module.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.
