# Welcome!

Welcome to this guide on creating a simple ChatGPT chatbot using the GenAI API! By the end of this Gitbook, you'll have a functional chatbot integrated into your website using React, along with ideas for further enhancements. Let’s dive in!

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><ol><li>I<strong>ntroduction on GenAI API</strong></li></ol></td><td></td><td><a href="/files/0LazczPmKc81KB11d9bu">/files/0LazczPmKc81KB11d9bu</a></td><td></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td></tr><tr><td><ol start="2"><li><strong>Basic React tutorial for web development</strong></li></ol></td><td></td><td><a href="/files/fbof9sMwSs3uGRNz3wCN">/files/fbof9sMwSs3uGRNz3wCN</a></td><td></td><td><a href="/pages/7aUFmnCMx9m4smGncsXL">/pages/7aUFmnCMx9m4smGncsXL</a></td></tr><tr><td><ol start="3"><li>I<strong>ntroduction to web backend using javascript</strong></li></ol></td><td></td><td><a href="/files/7YIsJNY9o5aLvbRWiKAG">/files/7YIsJNY9o5aLvbRWiKAG</a></td><td></td><td><a href="/pages/JjjojIyKxaiBPzzLwvtg">/pages/JjjojIyKxaiBPzzLwvtg</a></td></tr><tr><td><ol start="4"><li>I<strong>ntegrating GenAI into your website</strong></li></ol></td><td></td><td><a href="/files/Jo3biOxNSoBmJdMD4ahV">/files/Jo3biOxNSoBmJdMD4ahV</a></td><td></td><td></td></tr><tr><td><ol start="5"><li><strong>Further/potential enhancement of chatbot</strong></li></ol></td><td></td><td><a href="/files/Dooxd9GoaErk7xixdLLF">/files/Dooxd9GoaErk7xixdLLF</a></td><td></td><td></td></tr></tbody></table>


---

# 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://kazuhide-tony-s-organization.gitbook.io/intro-to-chatgpt-chatbot/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.
