> For the complete documentation index, see [llms.txt](https://destek.muhsip.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://destek.muhsip.pro/baslangic/kayit-ol.md).

# Kayıt Ol

**Muhsip** platformuna üye olmak oldukça kolaydır. Aşağıdaki adımları takip ederek hızlıca üyelik işleminizi tamamlayabilirsiniz:

<figure><img src="/files/VklRoyKC4sGhV91SW2Qf" alt=""><figcaption></figcaption></figure>

1-  [**Kayıt Ol**](https://app.muhsip.pro/register) sayfasına girin.&#x20;

<figure><img src="/files/osGJ1jXCgpoi2YPNo7pP" alt=""><figcaption></figcaption></figure>

2- Üyelik formunda istenen bilgileri eksiksiz doldurun:

* **Ad Soyad**: Adınızı ve soyadınızı girin.
* **E-posta Adresi**: Geçerli bir e-posta adresi yazın. Bu adres giriş yaparken kullanılacaktır.
* **Telefon Numarası**: Aktif bir telefon numarası girin. SMS onayı için bu numara gerekecektir.
* **İl**: Bulunduğunuz ili seçin.
* **Şifre**: Güvenli bir şifre oluşturun.
* **Referans Kodu (Opsiyonel)**: Bayiniz tarafından sağlanan bir referans kodunuz varsa bu alana girin.

{% hint style="info" %}
Referans kodu, kayıt işlemi için zorunlu değildir ancak kullanmanız durumunda bazı avantajlar sağlayabilir.
{% endhint %}

3- Bilgilerinizi kontrol ettikten sonra **"Kayıt Ol"** butonuna tıklayın.

<figure><img src="/files/InacmuW1obmSdCvmhSH7" alt=""><figcaption></figcaption></figure>

4- Telefon numaranıza gönderilen 6 haneli SMS doğrulama kodunu girin ve **"Hesabımı Doğrula"** butonuna basarak hesabınızı doğrulayın.

**Bu adımları tamamladığınızda, üyelik işleminiz onaylanacak ve artık Muhsip'in sunduğu tüm hizmetlere erişmeye ve muhasebe süreçlerinizi daha verimli hale getirmeye hazırsınız!**


---

# 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://destek.muhsip.pro/baslangic/kayit-ol.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.
