Simple chatbot that responds to user queries like product info, support issues, return policies, and general help. Uses basic Python concepts like string manipulation, conditional statements (if-elif-else), and loops to simulate a help desk assistant. The chatbot takes the user's name, detects keywords from their input, and gives appropriate responses. It runs in a loop until the user exits by typing something like “bye” or “exit.”