> For the complete documentation index, see [llms.txt](https://help.hubbe.st/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hubbe.st/merhaba-hubbe-hos-geldin.md).

# 👋 Merhaba Hubbe, hoş geldin!

***

### 🤔 Burada ne bulabilirim?

Kullanıcılarımız için gerekli tüm bilgileri bir araya getirdik: iletişim, sosyal medya hesapları, politikalar, otel içi davranış kuralları ve diğer konular.\
Aradığın şeyi kolayca bulabilmen için, ekranının sağ üst köşesindeki arama seçeneğini kullanabilirsin.\
Herhangi bir sorunda bizimle iletişime geçmekten çekinme.

***

### 📨 Her zaman gerçek bir e-posta kullan

Hesabında şifre veya kullanıcı adı değişikliği yapabilmek ya da destek ekibimizin taleplerine e-posta üzerinden yanıt verebilmesi için gerçek bir e-posta adresi kullanmanı öneriyoruz.

***

### 📖 Hubbe Kurallarına Uyun

Topluluğumuzun belirli kuralları vardır ve herkesin bu kurallara uymasını bekleriz.\
Düzensizlik veya uygunsuz davranış durumlarında yaptırımlar uygulanabilir.\
Amacımız, herkesin keyifli vakit geçirebileceği güvenli bir ortam yaratmaktır.

***

### 🔩 Gelişmeleri Takip Et

Kullanıcılarımızı otelde yapılan yenilikler ve iyileştirmelerden haberdar etmek için geçici bir sayfa hazırladık.\
Bu sayfada, test alanımız olan “sandbox”ta yürütülen denemeler ve hata düzeltmeleri hakkında bilgi bulabilirsin.\
Bazı hatalar fark edilirse, bunları ekibimize bildirerek çözülmesine yardımcı olabilirsin.

***


---

# 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, and the optional `goal` query parameter:

```
GET https://help.hubbe.st/merhaba-hubbe-hos-geldin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
