> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/glover/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/glover/extensions-1/nagad-bangladeshi.md).

# Nagad \[Bangladeshi]

![](/files/Z9Iah5x7AP8CIbQoS8Lt)

**Nagad** is a **Bangladeshi Digital Financial Service**, operating under the authority of Bangladesh Post Office, an attached department of the Ministry of Post and Telecommunication. It is the new version of the previously introduced Postal Cash Card and Electronic Money Transfer System of the Bangladesh Post Office.

## HOW TO INSTALL

Here are the steps needed to have **Nagad** installed on your server.

1. Buy/Download the extension from <https://setup.edentech.online>
2. Go to extensions menu on your backend
3. Click on **Install** button, and import the **nagad** zipped file that you  downloaded
4. After installation

### Install the require package

Login to your **cpanel** or the server manager software you have, go to terminal and run the command below:

```
composer require xenon/nagad-api -W
```

####

#### NOTE:

After installing the **Nagad** extension on your server, you have to configure the nagad gateway.

You will need to copy  the following keys/values from your **Nagad** portal settings and paste it into the provided input in your Nagad gateway settings in your backend.

1. MERCHANT ID
2. MERCHANT NUMBER
3. PUBLIC KEY
4. PRIVATE KEY

Below is a screenshot showing where to paste the values in your backend

![](/files/Wlud3XGgObXITR7sSx2h)


---

# 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:

```
GET https://edentech.gitbook.io/glover/extensions-1/nagad-bangladeshi.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.
