# Introduction

Currently, I am working on:

* [ ] Python [Basics](/notes/tutorials/python/basics.md) under Tutorials/ Python

* [ ] [Git Commands & GitHub ](/notes/tutorials/git/git-commands.md)notes under Tutorials/Version Control

* [ ] The [Hands-on ML2](/notes/books/handsonml2.md) book summary under Book Notes

* [ ] The [Deep Reinforcement Learning](/notes/books/drl.md) book summary under Book Notes

* [x] [Linux | Shell Basics](/notes/tutorials/git/lbasic.md) under Version Control

* [x] [NLP using Spacy](/notes/tutorials/python/important-libraries/spacy.md#nlp-using-spacy) library subsection under Tutorials/Python/Important Libraries

* The notes consist of 4 **main** groups:&#x20;

{% content-ref url="/pages/-MIzHIfLjw2Eundn2QS8" %}
[Tutorials](/notes/tutorials/sql.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MIzHtuPuuChKu4lEtcA" %}
[Book Notes](/notes/books/pdsh.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJ00Xj7Ct91y\_KVsCCj" %}
[Advanced Topics](/notes/advanced/tf.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MJ3F4rxl0SjgapxkZzd" %}
[Miscellaneous](/notes/misc/coding.md)
{% endcontent-ref %}

* There are 4 types of **hints** used within the notes :

{% hint style="info" %}
**Info:** It is used to provide *tips* and/or extra information such as a *definition*.
{% endhint %}

{% hint style="warning" %}
**Warning:** It is used to present important *details* to keep in mind.
{% endhint %}

{% hint style="danger" %}
**Danger:** It is used to raise attention to common *mistakes* and *misconceptions*.
{% endhint %}

{% hint style="success" %}
**Success:** It is used to show the *successful* *implementation* of a technique.
{% endhint %}


---

# 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://salihkilicli.gitbook.io/notes/master.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.
