> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neuraltalk.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ⚙️ Basic Details

> Guide to configure your chatbot’s identity, behavior, and branding

🎥 Refer to the setup video for a step-by-step visual guide:

<div
  style={{
position: "relative",
paddingBottom: "56.25%", // 16:9 aspect ratio
height: 0,
marginTop: "16px",
borderRadius: "14px",
overflow: "hidden",
}}
>
  <iframe
    src="https://www.youtube.com/embed/xZ4E-UxJUbk?si=pf3GyzJzhYxPAwcc"
    title="Basic Details"
    frameBorder="0"
    allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
    allowFullScreen
    style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
  borderRadius: "14px",
}}
  />
</div>

## Overview

The **Basic Details** page defines your chatbot’s identity including its name, language, personality role, and branding.\
These settings shape how your chatbot appears to users and how it behaves during conversations.

This guide explains how to configure chatbot information, update role behavior, and manage visual branding.

## Accessing Basic Details

<Steps>
  <Step title="Open Chatbot Settings">
    * Log in to your dashboard
    * Navigate to **Settings**
    * Select **Chatbot Settings**
    * Click on **Basic Details**
  </Step>

  <Step title="View & Edit Fields">
    * The page displays editable sections for chatbot info, role settings, and branding
  </Step>
</Steps>

<img src="https://mintcdn.com/neuraltalk/lL8KxG5DfvXuB77p/images/basicDetails.png?fit=max&auto=format&n=lL8KxG5DfvXuB77p&q=85&s=e37120225589de8c43e7fe2c0de1920e" alt="Basic Details Page" width="1669" height="771" data-path="images/basicDetails.png" />

## Basic Details Sections

### Basic Information

This section controls the primary identity of the chatbot.

* **Chatbot Name** – The display name users will see
* **Language** – Default language for conversations
* **Role** – Core behavior profile (e.g., `general_assistant`)
* **Role Description** – Explains the role purpose

### AI Behavior

The **Enhance with AI** area lets you refine how the chatbot responds.

<AccordionGroup>
  <Accordion title="What You Can Do">
    * Adjust tone to be more friendly or detailed
    * Customize instructions to guide chatbot behavior
    * Edit role description anytime
  </Accordion>

  <Accordion title="Tip">
    Clear behavior instructions help produce consistent, reliable responses.
  </Accordion>
</AccordionGroup>

## Branding

Branding helps align the chatbot visually with your product or organization.

### 🖼️ Chatbot Logo

* Upload a logo users will see in chat windows
* **Recommended size:** 100×100px
* **Max size:** 1MB
* **Formats:** JPG, PNG, SVG

### ✍️ Tagline

* Add a short descriptive line under your chatbot name
* **Example:** *Your AI Assistant*
* You can also choose **Use default tagline**

## Best Practices

* Choose a clear, memorable chatbot name
* Keep role descriptions simple but meaningful
* Use a clean square logo for best display
* Update branding to match your company identity
* Periodically refine AI instructions as your chatbot evolves
