# Dev Info

## Dev Info

- [Welcome](https://gleek-dan.gitbook.io/dev-info/master.md): This gitbook is a central repository for dev information.
- [Install](https://gleek-dan.gitbook.io/dev-info/python/install.md): Some helpful tips on how to install Python on PC and Mac
- [Virtual Environments](https://gleek-dan.gitbook.io/dev-info/python/virtual-environments.md): Information I have come across with Virtual Environments, Packages, and Environment Variables
- [Challenges](https://gleek-dan.gitbook.io/dev-info/python/challenges.md): A collection of various challenges to improve your PYTHON skills.
- [Flask](https://gleek-dan.gitbook.io/dev-info/python/flask.md): All the information you need to know about Flask
- [Docs](https://gleek-dan.gitbook.io/dev-info/python/flask/docs.md): A collection of various Flask, and Flask Extension documentations
- [Examples](https://gleek-dan.gitbook.io/dev-info/python/flask/examples.md): A few examples on various things you will need to do with Flask.
- [Tutorials](https://gleek-dan.gitbook.io/dev-info/python/flask/tutorials.md): List of great tutorials
- [FastAPI](https://gleek-dan.gitbook.io/dev-info/python/fastapi.md)
- [Docs](https://gleek-dan.gitbook.io/dev-info/python/fastapi/docs.md): A collection of various FastAPI documentation that I have come across.
- [Docs](https://gleek-dan.gitbook.io/dev-info/python/docs.md): List of various documentations
- [FAQ](https://gleek-dan.gitbook.io/dev-info/python/faq.md): Various Frequently Asked Questions.
- [Challenges](https://gleek-dan.gitbook.io/dev-info/css/challenges.md): A collection of various challenges to improve your CSS skills.
- [Challenges](https://gleek-dan.gitbook.io/dev-info/html/challenges.md): A collection of various challenges to improve your HTML skills.
- [Challenges](https://gleek-dan.gitbook.io/dev-info/javascript/challenges.md): A collection of various challenges to improve your JAVSCRIPT skills.
- [Challenges](https://gleek-dan.gitbook.io/dev-info/react/challenges.md): A collection of various challenges to improve your REACT skills.
- [Install](https://gleek-dan.gitbook.io/dev-info/redis/install.md): Instructions on how to install Redis on Windows and Mac
- [Docs](https://gleek-dan.gitbook.io/dev-info/redis/docs.md): List of various information I have come across
- [Testing](https://gleek-dan.gitbook.io/dev-info/books/testing.md): This is a list of books that I have either read or want to read
- [SSH](https://gleek-dan.gitbook.io/dev-info/git/ssh.md): Information about SSH.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://gleek-dan.gitbook.io/dev-info/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.
