> For the complete documentation index, see [llms.txt](https://post.cagdaskarademir.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://post.cagdaskarademir.com/post-2019.md).

# 2019

- [\[HOTFIX\] Datagrip AutoComplete Not Working](https://post.cagdaskarademir.com/post-2019/hotfix-datagrip-autocomplete-not-working.md)
- [Kubernetes Dashboard UI Kurulumu Nasıl Yapılır?](https://post.cagdaskarademir.com/post-2019/kubernetes-dashboard-ui-kurulumu-nasil-yapilir.md)
- [\[HOTFIX\] Git Self Sertifika Hatasının Çözümü](https://post.cagdaskarademir.com/post-2019/git-self-sertifika-hatasinin-coezuemue.md)
- [Node.js Son Versiyona Nasıl Yükseltebilirim?](https://post.cagdaskarademir.com/post-2019/node.js-son-versiyona-nasil-yukseltebilirim.md)
- [MacOs Üzerine Docker Sql Server Nasıl Kurulur?](https://post.cagdaskarademir.com/post-2019/macos-uezerine-docker-sql-server-nasil-kurulur.md)
- [Asp.Net Core Api İle Graphql Projesi Oluşturmak](https://post.cagdaskarademir.com/post-2019/asp.net-core-api-ile-graphql-projesi-olusturmak.md)
- [Reset Identity Seed After Deleting Records in SQL Server](https://post.cagdaskarademir.com/post-2019/reset-identity-seed-after-deleting-records-in-sql-server.md)
- [Synchronous operations are disallowed.](https://post.cagdaskarademir.com/post-2019/synchronous-operations-are-disallowed..md)
- [Bootbox.js Nedir, Nasıl Kullanılır?](https://post.cagdaskarademir.com/post-2019/bootbox.js-nedir-nasil-kullanilir.md)
- [Less Secure Apps — Gmail Smtp Üzerinden Mail Gönderme Hatası](https://post.cagdaskarademir.com/post-2019/less-secure-apps-gmail-smtp-uezerinden-mail-goenderme-hatasi.md)


---

# 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://post.cagdaskarademir.com/post-2019.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.
