# Atharv Gyan

## Atharv Gyan - How To

- [Home](https://howto.atharvgyan.com/home.md): Atharv Gyan - how to Code
- [Responsive Top Navigation Bar](https://howto.atharvgyan.com/responsive-top-navigation-bar.md): how to create a responsive top navigation menu with CSS and JavaScript.
- [How do I make navigation links responsive?](https://howto.atharvgyan.com/how-do-i-make-navigation-links-responsive.md)
- [How to make a top navigation menu with CSS and JavaScript](https://howto.atharvgyan.com/how-to-make-a-top-navigation-menu-with-css-and-javascript.md): CSS and JavaScript can be used for a top navigation menu. The provided example demonstrates how CSS is used to style the navigation menu and make it responsive, while JavaScript is used to toggle the
- [How to automate sending daily email reports in Python, and how I would set it up.](https://howto.atharvgyan.com/how-to-automate-sending-daily-email-reports-in-python-and-how-i-would-set-it-up..md): A basic script to automate sending daily email reports using Python, using the smtplib library for sending emails and schedule library for scheduling the task to run daily:
- [How To Make Working Contact Form With JavaScript](https://howto.atharvgyan.com/how-to-make-working-contact-form-with-javascript.md): The steps to create a simple HTML JavaScript contact form:
- [How to Create a header line that appears when a user scrolls using HTML, CSS, and JavaScript](https://howto.atharvgyan.com/how-to-create-a-header-line-that-appears-when-a-user-scrolls-using-html-css-and-javascript.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, 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://howto.atharvgyan.com/home.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.
