# Chatbot Introduction

![](https://content.gitbook.com/content/aHql9n5vIQXpr7JNdHRa/blobs/UKT8K1flKMJKctcbrntn/chat.png)

Understanding conversations between people seems rather simple, but it is deceptively complex. Those who have attempted to write computer programs that converse with people understand how complex it is. We have a lot to learn about programming conversations between machines and humans, whether through text or voice. Still, a lot of improvements are being made in this area. For this project you will make a chatbot and wrestle with the many ambiguities of programming natural language interactions.

{% hint style="success" %}
**DISCUSSION:**  What chatbots have you used? How well did the interaction go?
{% endhint %}

## Copyright and License

Copyright © 2015-2025 by Jim Lyst and Michael Frontz, Indiana University Luddy School of Informatics, Computing, and Engineering at Indianapolis.

This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0/). You are free to use, share, or adapt this material for non-commercial purposes as long as you provide proper attribution and distribute any copies or adaptations under this same license.

[![Creative Commons License](https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-nc-sa/4.0/)


---

# 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://docs.idew.org/project-chatbot/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.
