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

# Chatbot Settings

> Control the appearance of your chatbot

<Snippet file="cache-warning.mdx" />

## Appearance

<ParamField path="Chatbot Title" required>
  This title will appear on top of your chatbot
</ParamField>

<ParamField path="Business Name" required>
  Our AI will use this to refer to your business. Do not use website link here.
  Examples: Apple, Walmart etc.
</ParamField>

<ParamField path="Contact Email" required>
  Our AI will recommend this email to your website visitors if required. So make
  sure you submit a publicly available email address e.g.
  [contact@yourcompany.com](mailto:contact@yourcompany.com)
</ParamField>

<ParamField path="Chatbot Location" default="Right">
  The chatbot can appear either on the bottom right or bottom left of your
  website.
</ParamField>

<ParamField path="Brand Color" default="#EC4899">
  Use your brand's primary color or any color of your choice.
</ParamField>

<ParamField path="Text Color" default="#F9FAFB">
  This text will have the background of your brand color. So choose a text color
  that has a good contrast.
</ParamField>

<ParamField path="Font Size" default="14px" />

<ParamField path="Logo" default="ChatPress logo">
  This is the avatar for the AI bot
</ParamField>

<ParamField path="Welcome Message">
  The initial message the user will see.
</ParamField>

<ParamField path="Placeholder Text" default="Type your question here...">
  The text user will see in the textbox where they are supposed to type their
  question.
</ParamField>

<ParamField path="System Prompt" required>
  The AI bot will obey this prompt while answering your website vistor's
  questions.
</ParamField>
