> For the complete documentation index, see [llms.txt](https://bilsa.gitbook.io/bilsa-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bilsa.gitbook.io/bilsa-docs/bilsa-kurssis.md).

# Bilsa Kurssis

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

Bu bölümde kuruma ait temel bilgiler girilir ve **Kaydet** ile sisteme işlenir.

#### Alanlar

* **Kurum Adı, MEB Kodu**: Resmî ad ve kod.
* **Türü / MEB Kurum Türü**: Okul türü seçimi (örn. Anadolu Lisesi).
* **Şubesi**: Kurumun şube/kampüs harfi/kodu.
* **Yerleşim Yeri, Belde Adı, Köy Adı**: İdari yerleşim bilgileri.
* **Hizmete Giriş Tarihi**: Kurumun faaliyete başlama tarihi (takvim ikonuyla seçilir).
* **Açık**: Kurumun sistemde **aktif** olup olmadığı (işaretli = aktif).
* **SMS Servis Sağlayıcı URL / Sunucu Dosya Kayıt Klasörü / SMS Kullanıcı Adı / SMS Şifresi / Kurum Kısa Adı**: Opsiyonel entegrasyon ve kısaltma alanları.
* **Adres**: Kurum açık adresi (çok satırlı).
* **Posta Kodu / Semt**: Adres alt bilgileri.
* **İletişim Adresi**: İşaretliyse adres, iletişim adresi olarak da kullanılır.
* **İl / İlçe**: Konum seçimi (açılır liste).

#### Kullanım

1. İlgili alanları eksiksiz doldurun/seçin.
2. Gerekliyse **Açık** kutusunu işaretleyin (kurumun aktif olması için).
3. **Kaydet** butonu ile işlemi tamamlayın.

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

Bu bölüm, kurumun destek/çağrı sistemi, iki aşamalı doğrulama (2AD) ve kampüs bilgilerini yönetir.

#### &#x20;Çağrı Yönetimi

* **Kullanıcı Adı / Şifre**: Kurumun çağrı/destek sistemi entegrasyonu için giriş bilgileri.
* **Kaydet / Sil**: Bilgileri kaydeder veya mevcut bilgileri siler.

**Kullanım:** Entegrasyon yapılıyorsa kullanıcı adı ve şifreyi girip **Kaydet**’e basın. Entegrasyon kaldırılacaksa **Sil** ile temizleyin.

#### &#x20;İki Aşamalı Giriş Sistemi (2AD)

* **E-mail Doğrulama / SMS Doğrulama**: İşaretlendiğinde kullanıcı girişlerinde ikinci adım zorunlu olur.
* **Kaydet**: Seçimlerinizi uygular.

**Kullanım:** Güvenliği artırmak için uygun yöntemi (e-posta ve/veya SMS) işaretleyin, **Kaydet**’e basın.

> **Not:** SMS doğrulaması için üst bölümdeki SMS servis alanlarının doğru doldurulmuş olması gerekir.

#### &#x20;Kampüs Tanımlama

* **Kampüs Adı / Kampüs Açıklaması**: Kampüs bilgileri.
* **Yeni**: Temiz form açar.
* **Kaydet**: Yeni kampüsü ekler veya seçili kaydı günceller.
* **Düzenle**: Aşağıdaki listeden seçili kampüsü forma getirir.
* **Sil**: Seçili kampüsü siler.
* **Tanımlı Kampüsler (liste)**: Mevcut kampüs kayıtları.

**Kullanım Akışı:**

1. **Yeni**’ye tıklayın, **Kampüs Adı** ve gerekirse **Açıklama** girin.
2. **Kaydet** ile listeye ekleyin.
3. Var olan bir kampüsü güncellemek için listeden seçip **Düzenle** → değişiklik → **Kaydet**.
4. Silmek için listeden seçip **Sil**.


---

# 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://bilsa.gitbook.io/bilsa-docs/bilsa-kurssis.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.
