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

# Default Tema

Herhangi bir sovex launcher lisansına sahipseniz bu default temayı ücretsiz olarak kullanabilirsiniz. Yönetici panelinden resimler, renk ayarı, haber ayarı, duyuru ayarı, sosyal medya iconları gibi değişiklikler yapılabilirsiniz. [Demoyu İncele](https://sovex.net/demo)

<sub>Aşağıdan tema görsellerini inceleyebilirsiniz.</sub>

<figure><img src="/files/qHkDPX1o0DWzIex6KpP5" alt="Açılış Sayfası"><figcaption></figcaption></figure>

<figure><img src="/files/2BzYL0iXaH5jvPVid19y" alt="Giriş Yap"><figcaption></figcaption></figure>

<figure><img src="/files/mrMdUqJPh4DFdq7ykDL7" alt="Kayıt Ol"><figcaption></figcaption></figure>

<figure><img src="/files/W1o8LDRNlpaMoPsukMak" alt="Anasayfa"><figcaption></figcaption></figure>

{% hint style="success" %}
Daha detaylı inceleme için <https://sovex.net/demo> adresinden demo sürümü indirebilirsiniz.
{% endhint %}


---

# 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://sovex-wiki.gitbook.io/sovex-wiki/documentation/launcher-temalari/default-tema.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.
