> For the complete documentation index, see [llms.txt](https://mana64.gitbook.io/mango-lib/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mana64.gitbook.io/mango-lib/mango-ui-library.md).

# Mango UI Library

## UI Library Designed for Easy Use

```lua
-- Getting UI Library form the Internet
local MangoLib = loadstring(game:HttpGet("https://pastebin.com/raw/N3sKKx0a"))()
```

```lua
-- Creating A Notification
MangoLib:Notify("Notification!", "System Error!")
```

```lua
-- Creating The Window
local win = MangoLib:Window("Mango Hub")
```

```lua
-- Creating A Tab
local TabFarm = win:Tab("Autofarm")
```
