# Projeleri Yönetme

Projeleri yönetmek AugeLab Studio ile aslında çok kolaydır.

[Menubar-File](/turkish/augelab-studio-arayuzu/menubar-toolbar.md#file) bölümünde daha önce tanımlandığı gibi, proje dosyalarınızı `.pmod` uzantısıyla kaydedebilir ve açabilirsiniz.

## Kaynak Dosyalarını Yönetmek <a href="#handling-resource-files" id="handling-resource-files"></a>

Kaynak dosyalarını yönetirken, aşağıdaki gibi her türlü kaynağı en iyi uygulama olarak .pmod dosyasıyla aynı klasöre koymak en iyisidir:

* Görüntü dosyaları (görüntü, video vb.)
* AI modelleri
* Sertifikalar

Bu şekilde, proje dosyalarınızı ve tüm dış kaynaklarınızı yüklemeden paylaşabilirsiniz.


---

# 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://docs.augelab.com/turkish/augelab-studio-arayuzu/managing-projects.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.
