# ChatGPT Clone

## Welcome!

Welcome to the ChatGPT clone template! This template is built on bubble.io and uses openAI APIs to provide users with a powerful chatbot tool. With this template, you can easily launch and customize your chatbot to answer customer queries, automate tasks, or provide information to users. The chatbot is powered by openAI's natural language processing capabilities, making it easy to train and customize to fit your specific needs. Whether you're a business owner looking to improve customer service or a developer looking to build a powerful chatbot, the ChatGPT clone template is the perfect starting point. With its intuitive interface and powerful features, you'll be up and running in no time!

{% hint style="info" %}
To set up and run this template, you do not need any bubble development experience. If you are looking to customize this template further, you will need experience with bubble flexbox, workflows, and backend workflows.
{% endhint %}

<figure><img src="/files/tLjG6MXcCRAdGea9gluJ" alt=""><figcaption><p>ChatGPT Clone</p></figcaption></figure>


---

# 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.zstudioo.com/bubble.io/chatgpt-clone.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.
