# PxServ

## PxServ Docs

- [PxServ Docs / Dokümantasyonu](https://docs.pxserv.net/readme.md)
- [Hızlı Başlangıç](https://docs.pxserv.net/tr/hizli-baslangic.md)
- [Arduino Kütüphanesi](https://docs.pxserv.net/tr/arduino-kutuphanesi.md)
- [JavaScript / TypeScript Kütüphanesi](https://docs.pxserv.net/tr/javascript-typescript-kutuphanesi.md)
- [Rust Kütüphanesi](https://docs.pxserv.net/tr/rust-kutuphanesi.md)
- [REST API](https://docs.pxserv.net/tr/rest-api.md)
- [Veritabanı](https://docs.pxserv.net/tr/rest-api/veritabani.md): PxServ Veritabanı Servisine REST API aracılığıyla nasıl bağlanabileceğinizi anlatan dokümantasyon.
- [Veri Kaydetme](https://docs.pxserv.net/tr/rest-api/veritabani/veri-kaydetme.md)
- [Veri Geçişi](https://docs.pxserv.net/tr/rest-api/veritabani/veri-gecisi.md)
- [Veri Okuma](https://docs.pxserv.net/tr/rest-api/veritabani/veri-okuma.md)
- [Tüm Verileri Okuma](https://docs.pxserv.net/tr/rest-api/veritabani/tum-verileri-okuma.md)
- [Veri Kaldırma](https://docs.pxserv.net/tr/rest-api/veritabani/veri-kaldirma.md)
- [Gerçek Zamanlı Bağlantı (Socket.IO)](https://docs.pxserv.net/tr/gercek-zamanli-baglanti-socket.io.md)
- [Harita Özelliği](https://docs.pxserv.net/tr/harita-ozelligi.md)
- [Örnek Projeler](https://docs.pxserv.net/tr/ornek-projeler.md)
- [Ev Güvenlik Sistemi](https://docs.pxserv.net/tr/ornek-projeler/ev-guvenlik-sistemi.md)
- [Akıllı Sıcaklık Monitörü](https://docs.pxserv.net/tr/ornek-projeler/akilli-sicaklik-monitoru.md)
- [Quick Start](https://docs.pxserv.net/en/quick-start.md)
- [Arduino Library](https://docs.pxserv.net/en/arduino-library.md)
- [JavaScript / TypeScript Library](https://docs.pxserv.net/en/javascript-typescript-library.md)
- [Rust Library](https://docs.pxserv.net/en/rust-library.md)
- [REST API](https://docs.pxserv.net/en/rest-api.md)
- [Database](https://docs.pxserv.net/en/rest-api/database.md): Documentation on how you can connect to the PxServ Database Service via REST API.
- [Data Saving](https://docs.pxserv.net/en/rest-api/database/data-saving.md)
- [Data Toggle](https://docs.pxserv.net/en/rest-api/database/data-toggle.md)
- [Data Fetching](https://docs.pxserv.net/en/rest-api/database/data-fetching.md)
- [All Data Fetching](https://docs.pxserv.net/en/rest-api/database/all-data-fetching.md)
- [Data Removing](https://docs.pxserv.net/en/rest-api/database/data-removing.md)
- [Real-Time Connection (Socket.IO)](https://docs.pxserv.net/en/realtime-connection-socket.io.md)
- [Map Feature](https://docs.pxserv.net/en/map-feature.md)
- [Example Projects](https://docs.pxserv.net/en/example-projects.md)
- [Home Security System](https://docs.pxserv.net/en/example-projects/home-security-system.md)
- [Smart Temperature Monitor:](https://docs.pxserv.net/en/example-projects/smart-temperature-monitor.md)


---

# 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.pxserv.net/readme.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.
