> For the complete documentation index, see [llms.txt](https://saptarshi-sarkar.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://saptarshi-sarkar.gitbook.io/notes/readme.md).

# HOME

[View Demo](https://saptarshi-sarkar.gitbook.io/notes/) . [Report Bug](https://github.com/SaptarshiSarkar12/notes/issues/new?assignees=\&labels=bug\&projects=\&template=bug.yml\&title=%5BBug%5D%3A+%3Ctitle%3E)

[![Discord](https://img.shields.io/discord/1034035416300519454)](https://discord.gg/DeT4jXPfkG) ![Contributors](https://img.shields.io/github/contributors/SaptarshiSarkar12/notes?color=dark-green) ![Forks](https://img.shields.io/github/forks/SaptarshiSarkar12/notes?style=social) ![Stargazers](https://img.shields.io/github/stars/SaptarshiSarkar12/notes?style=social) ![Issues](https://img.shields.io/github/issues/SaptarshiSarkar12/notes)

## Getting Started

Welcome to Saptarshi's Journey of learning new things in tech field!

This GitHub repository is being made to store all the notes that Saptarshi makes throughout his learning journey. As he explores various new topics, this repository will remain a central place to track all the information and insights gained. His journey might provide you a valuable resource.

So, Let's start our journey to explore the world of tech with him!

## Contributing

The best way to learn is by sharing knowledge and collaborating with others. So, any contributions from anyone who is interested in sharing their experiences, insights and resources.

If you notice any error in any of the notes or have suggestions, please let us know.

## Creating A Pull Request

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingNotes`)
3. Commit your Changes (`git commit -m 'Add some AmazingNotes'`)
4. Push to the Branch (`git push origin feature/AmazingNotes`)
5. Open a Pull Request

## License

Distributed under the MIT License. See [LICENSE](https://github.com/SaptarshiSarkar12/notes/blob/main/LICENSE.md) for more information.


---

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

```
GET https://saptarshi-sarkar.gitbook.io/notes/readme.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.
