> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/tr/baslangic/dashboard/chats.md).

# Sohbetler

Sohbetler sayfası, tüm Copilot konuşmalarını tek bir yerde listeler; böylece hangi dosyada olduğunu hatırlamadan daha önceki bir sohbeti bulabilirsiniz.

Morphic'te Sohbetler'i nasıl kullanacağınıza dair hızlı bir eğitim burada:

### Oraya gitme

1. Açın [Kontrol Paneli](/docs/tr/baslangic/dashboard.md)
2. Sol kenar çubuğunda 'Sohbetler'e tıklayın

Ana sayfa ayrıca en son konuşmalarınızla bir Sohbetler satırı gösterir. Tam listeyi açmak için yanındaki 'Daha fazlasını gör'e tıklayın.

### Bir sohbeti bulma

Sohbetler, adını ve en son ne zaman açıldığını gösteren kartlar olarak görünür. Açmak için birine tıklayın.

* 'Tüm sohbetler' herkesin sohbetlerini gösterir. Sadece kendi sohbetlerinizi görmek için bunu 'Sohbetlerim' olarak değiştirin
* 'Favoriler', listeyi yıldızladığınız sohbetlerle sınırlar
* 'Son değişiklik', sıralama düzenini değiştirir
* Sağ üstteki 'Ara...' ile ada göre arama yapın

### Bir sohbeti yönetme

1. Bir sohbet kartının üzerine gelin
2. Sağ üst köşedeki kalbe tıklayarak favorilere ekleyin
3. 'Yeniden adlandır', 'Favorilere ekle' ve 'Sil' seçenekleri için sağ alt köşedeki '...' menüsünü açın

### Bilmenizde fayda var

* Bu sayfadan yeni bir konuşma başlatmak için sağ üstteki 'Yeni sohbet'e tıklayın.
* Başka bir sohbetten devam eden bir sohbete, geldiği sohbetin adı verilir. İçinde yaptığınız işe göre yeniden adlandırmak, uzun bir listeyi okunabilir tutar. Bkz. [Yeni bir sohbette devam edin](/docs/tr/baslangic/copilot/continue-in-a-new-chat.md).
* Bir sohbeti silmek, onun oluşturduklarını silmez. Üretilen varlıklar sizin [Varlıklar](/docs/tr/baslangic/assets.md) kütüphanenizde kalır.

Morphic'te sohbetlerinizi böyle yönetirsiniz. Bu size, kaç dosyaya yayılmış olurlarsa olsunlar, her konuşma için tek bir liste sunar.

***

Herhangi bir sorun yaşarsanız veya sorularınız varsa, bizimle iletişime geçmekten çekinmeyin. Yardım etmekten memnuniyet duyarız. Bize şu adresten yazın [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/tr/baslangic/dashboard/chats.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.
