# Introduction

LSB is the official link shortener for the Bangladesh government. This guide contains detailed information about LSB.

**Only share links that are meant to be public on go.gov.bd.** *<mark style="color:blue;">We will not be responsible for any leaked information.</mark>*

### What is LSB? <a href="#what-is-gogovsg" id="what-is-gogovsg"></a>

LSB is the official Bangladesh government link shortener, built by the Open Government Products team in GovTech and modified by a2i, Bangladesh.

There are multiple reasons why we built an official government link shortener:

* URLs are too long to fit into tweets or SMSes, and difficult to remember
* Email clients might block other commercial link shorteners if they are listed as spam on their site
* Citizens are afraid of phishing when receiving a shortened link and unsure of where it goes
* With LSB, citizens are safe in the knowledge that the links are official. Any public officer can log in with their government emails and immediately create short links with the official gov.bd domain.

### Who can use LSB? <a href="#who-can-use-gogovsg" id="who-can-use-gogovsg"></a>

Any public officer with an email ending in **.gov.bd** can login with their email. They will receive a One Time Password that is sent to that email.


---

# 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://docs.lsb.gov.bd/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.
