# Pinglik

## Pinglik

- [Welcome](https://docs.pinglik.eu/master.md): This is official Docs website for Pinglik. Pinglik is a simple website monitoring Discord bot. Feel free to invite it to your server and keep your sites online.
- [Creating webserver](https://docs.pinglik.eu/guide/creating-webserver.md): Here you can find example codes of webservers to make your projects pingable by Pinglik.
- [Info](https://docs.pinglik.eu/how-to-use-the-bot/info.md): Here you can find guides - How to use the bot
- [Adding monitors](https://docs.pinglik.eu/how-to-use-the-bot/adding-monitors.md): Guide how to add monitors
- [Getting list of all your monitors](https://docs.pinglik.eu/how-to-use-the-bot/getting-list-of-all-your-monitors.md): Guide how to get list of all your monitors
- [Checking status of monitors](https://docs.pinglik.eu/how-to-use-the-bot/checking-status-of-monitors.md): Guide how to check status of your monitor
- [Removing monitors](https://docs.pinglik.eu/how-to-use-the-bot/removing-monitors.md): Guide how to remove your monitor
- [FAQ and common problems](https://docs.pinglik.eu/how-to-use-the-bot/faq-and-common-problems.md): Common problems faced by user and frequently asked questions.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.pinglik.eu/master.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.
