> For the complete documentation index, see [llms.txt](https://upchatty.gitbook.io/upchatty-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://upchatty.gitbook.io/upchatty-documentation/getting-started/creating-a-chatbot.md).

# Creating a chatbot

#### Step-by-Step Guide to Create a Chatbot

**Step 1: Log in to UpChatty**

* Open your web browser and navigate to the UpChatty website.
* Log in using your credentials.

**Step 2: Navigate to the Dashboard**

* Once logged in, you will be taken to the dashboard. It should look like the following:&#x20;

<figure><img src="/files/XPbKS4PzRvVvU2qPLxBu" alt=""><figcaption></figcaption></figure>

* Click on the "Create Chatbot" button.

**Step 3: Start the Chatbot Creation Process**

* After clicking "Create Chatbot", you will be directed to a new page where you can set up your chatbot.&#x20;

<figure><img src="/files/L5o1agG0px4drT5yxu7J" alt=""><figcaption></figcaption></figure>

**Step 4: Provide Chatbot Details**

* **Chatbot Name:** Enter a name for your chatbot in the "Chatbot Name" field.
* **Model Selection:** Select the AI model you want to use for your chatbot. You have options such as GPT-3.5 Turbo, GPT-4, and GPT-4o.
* For this tutorial, we will select "GPT-4o" (the latest model).

**Step 5: Finalize and Create the Chatbot**

* Once you have entered the chatbot name and selected the model, click on the "Create Chatbot" button at the bottom right of the page.&#x20;

**Step 6: Confirmation**

* After clicking "Create Chatbot", you will be redirected to the dashboard where you can see your newly created chatbot.&#x20;

<figure><img src="/files/Ugx4ekcxAeIapLK2hYuK" alt=""><figcaption></figcaption></figure>

* Here, you can see the name, model, and temperature settings of your chatbot.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://upchatty.gitbook.io/upchatty-documentation/getting-started/creating-a-chatbot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
