> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/tr/account-and-security/security/2fa.md).

# 2FA

{% embed url="<https://youtu.be/XdOLal39cAA>" %}

**İki Faktörlü Kimlik Doğrulama (2FA)**, bir hesabın güvenliğini artırmak için kullanılan ek bir güvenlik özelliğidir. 2FA hesabınızda etkin olduğunda, oturum açma, para çekme işlemi yapma ve hesap şifresini değiştirme gibi işlemler, 2FA mobil uygulamanız tarafından üretilen 6 haneli bir zaman kodu gerektirir.

Hesabınızı güvence altına almanın en iyi yollarından biri olduğu için 2FA'nın her zaman etkin olmasını şiddetle tavsiye ederiz. Kurulum süreci hızlı ve basittir:

* Hesabınızın [Ayarlar ](https://margex.com/app/settings)sayfasına gitmek için profil simgesine tıklayın ve ardından Ayarlar butonuna tıklayın:

<figure><img src="/files/9tCFO1wx01hXFkFIFQTh" alt=""><figcaption></figcaption></figure>

* Google Kimlik Doğrulama ayar butonuna tıklayın:

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

* 2FA sayfası şimdi açılacaktır:

<figure><img src="/files/68YGPc0pCTq1BxLR2wH2" alt=""><figcaption></figcaption></figure>

* Cihazınız için Google Authenticator uygulamasını indirin (App Store veya Play Store'dan)
* Gizli anahtarınızı güvenli bir yerde kopyalayın ve saklayın
* Gizli anahtarı Google Authenticator uygulamanıza yapıştırın
* Kimlik doğrulayıcı uygulamanızda oluşturulan 6 haneli zaman kodunu girin ve "DEVAM ET"e tıklayın

{% hint style="warning" %}
Gizli anahtar, mobil cihazınıza erişiminizi kaybederseniz Google Authenticator zaman kodlarını geri yüklemek için kullanılabilir. 2FA'yı etkinleştirirken, en son 32 haneli gizli anahtarı güvenli bir yerde sakladığınızdan emin olun.
{% 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://help.margex.com/help-center/tr/account-and-security/security/2fa.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.
