> For the complete documentation index, see [llms.txt](https://docs.payswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payswap.org/turkish/products/betting/bets-with-alpha-encoding.md).

# Alfabe kodlamalı bahisler

Bu bahis sözleşmeleri, kullanıcılardan yalnızca alfabe cevaplarını kabul eder. Temel akıllı sözleşme, kullanıcıların verdiği cevapları harflerden sayılara dönüştürür çünkü akıllı sözleşme yalnızca sayıları anlar.

Hadi bir spor bahis etkinliği ele alalım; burada kullanıcıları, bir sonraki golü atan oyuncunun adına bahis yapmaya teşvik etmeye çalışıyorsunuz. Çok fazla seçenek olduğundan, bu bahis etkinliğini alfabe kodlamalı hale getirmek ve kullanıcıların golü atan oyuncunun adını sağlamalarına izin vermek, tüm olası seçenekleri listeleyerek sunmaktan daha iyi bir fikir olabilir; çünkü bu seçenekler 20'den fazla farklı seçenek olabilir.

İşte böyle bir bahis etkinliği oluşturmanın adım adım kılavuzu:

* Bahis sözleşmenize gidin. Bahis sözleşmenizi nasıl dağıtacağınıza dair kılavuzu aşağıdaki sayfada okuyabilirsiniz:

{% content-ref url="/pages/5S5n9ga3jxuPSdwZCthY" %}
[Bahis Sözleşmeleri](/turkish/products/betting.md)
{% endcontent-ref %}

* Sözleşmenizin panelinde, Kontrol Paneli düğmesine tıklayın, ardından Parametreleri Güncelle düğmesine tıklayın. Bahis sözleşmenizin bilet boyutunu 27'ye, yani alfabedeki harf sayısına ayarlamamız gerekiyor.

<div><figure><img src="/files/QVaYbL8ewUKAR8nWWY1M" alt=""><figcaption></figcaption></figure> <figure><img src="/files/9zpepgptXKI5vfg8RVfb" alt=""><figcaption></figcaption></figure></div>

* Bir sonraki adım, bahis sözleşmenizin kontrol paneli menüsüne geri dönüp **Etkinlik Oluştur/Güncelle** düğmesine tıklamaktır.

<div><figure><img src="/files/5BQBazfzYtH6PGiWInyB" alt=""><figcaption></figcaption></figure> <figure><img src="/files/9dXfRIAMlDeGx3RnRYiy" alt=""><figcaption></figcaption></figure></div>

* Formdaki alanları uygun değerlerle doldurun ve **Alfabe Kodlama** alanının Evet olarak ayarlandığından emin olun.
* Formu doğrulayın ve işlemi onaylayın.


---

# 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://docs.payswap.org/turkish/products/betting/bets-with-alpha-encoding.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.
