# Discord

### Uygulamanızı oluşturun

1. `https://discord.com/developers/applications` sayfasına giriş yapın.
2. ![](/files/SEXo0O22mNAGx76mENnW) Butonuna basınız.
3. Name\* kısmına sitenizin adını girin.
4. Oluşturduktan sonra **OAuth2** > Genel yerine girdikten sonra önünüzdeki Client ID ve Client Secret tokenlerini sitenizde **Yönetim Paneli > Ayarlar > Sistem** yerine gireceksiniz.
5. Girdikten sonra discord sekmesine geri dönün.
6. Redirects (Yönlendirmeler) yerinden yeni bir yönlendirme ekleyin.
7. https\://**siteniz.com**/Auth/discordAuth olarak girin: siteniz.com yerine kendi sitenizi gireceksiniz. Örneğin: <https://hyper.portfaria.com/Auth/discordAuth>
8. İşlem tamam, artık discord ile giriş aktif oldu.


---

# Agent Instructions: 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:

```
GET https://help.portfaria.com/oauth/discord.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
