# SiteGPT Docs ## Docs - [Update Chatbot Appearance](https://sitegpt.ai/docs/api-reference/chatbot-appearance/update-chatbot-appearance.md): Update appearance of the chatbot - [Modify Chatbot Custom Content](https://sitegpt.ai/docs/api-reference/chatbot-custom-content/modify-chatbot-custom-content.md): Modify (Add/Update) custom content of the chatbot - [Add Follow Up Prompt](https://sitegpt.ai/docs/api-reference/chatbot-follow-up-prompts/add-follow-up-prompt.md): Add a new follow-up prompt to a particular chatbot - [Delete Follow Up Prompt](https://sitegpt.ai/docs/api-reference/chatbot-follow-up-prompts/delete-follow-up-prompt.md): Delete follow-up prompt of the chatbot - [Fetch All Follow Up Prompts](https://sitegpt.ai/docs/api-reference/chatbot-follow-up-prompts/fetch-all-follow-up-prompts.md): Fetch all the follow up prompts of a particular chatbot - [Fetch Follow Up Prompt](https://sitegpt.ai/docs/api-reference/chatbot-follow-up-prompts/fetch-follow-up-prompt.md): Fetch follow-up prompt of the chatbot - [Update Follow Up Prompt](https://sitegpt.ai/docs/api-reference/chatbot-follow-up-prompts/update-follow-up-prompt.md): Update follow-up prompt of the chatbot - [Delete Chatbot Icons](https://sitegpt.ai/docs/api-reference/chatbot-icons/delete-chatbot-icons.md): Delete the chatbot icon - [Update Chatbot Icons](https://sitegpt.ai/docs/api-reference/chatbot-icons/update-chatbot-icons.md): Add or Update the chatbot icons (Bot Icon, Person Icon, Agent Icon, Watermark Icon, Chat Bubble Icon) - [Add Links to Chatbot](https://sitegpt.ai/docs/api-reference/chatbot-links/add-links-to-chatbot.md): Add links to the chatbot - [Fetch Links](https://sitegpt.ai/docs/api-reference/chatbot-links/fetch-links.md): Fetch all the internal links of a source URL - [Send Message](https://sitegpt.ai/docs/api-reference/chatbot-messages/send-message.md): Send message to a particular thread or start a new thread - [Update Message](https://sitegpt.ai/docs/api-reference/chatbot-messages/update-message.md): Update message that belongs to a particular thread. You can only add reaction to the message for now. - [Add Chatbot Persona](https://sitegpt.ai/docs/api-reference/chatbot-personas/add-chatbot-persona.md): Add a custom persona to the chatbot - [Assign Persona to Chatbot](https://sitegpt.ai/docs/api-reference/chatbot-personas/assign-persona-to-chatbot.md): Assign persona to the chatbot - [Delete Chatbot Persona](https://sitegpt.ai/docs/api-reference/chatbot-personas/delete-chatbot-persona.md): Delete custom persona of the chatbot - [Fetch All Chatbot Personas](https://sitegpt.ai/docs/api-reference/chatbot-personas/fetch-all-chatbot-personas.md): Fetch all the personas of the chatbot - [Fetch Chatbot Persona](https://sitegpt.ai/docs/api-reference/chatbot-personas/fetch-chatbot-persona.md): Fetch a persona of the chatbot - [Update Chatbot Persona](https://sitegpt.ai/docs/api-reference/chatbot-personas/update-chatbot-persona.md): Update custom persona of the chatbot - [Add Chatbot Prompt](https://sitegpt.ai/docs/api-reference/chatbot-prompts/add-chatbot-prompt.md): Add a custom prompt to the chatbot - [Assign Prompt to Chatbot](https://sitegpt.ai/docs/api-reference/chatbot-prompts/assign-prompt-to-chatbot.md): Assign prompt to the chatbot - [Delete Chatbot Prompt](https://sitegpt.ai/docs/api-reference/chatbot-prompts/delete-chatbot-prompt.md): Delete custom prompt of the chatbot - [Fetch All Chatbot Prompts](https://sitegpt.ai/docs/api-reference/chatbot-prompts/fetch-all-chatbot-prompts.md): Fetch all the prompts of the chatbot - [Fetch Chatbot Prompt](https://sitegpt.ai/docs/api-reference/chatbot-prompts/fetch-chatbot-prompt.md): Fetch a prompt of the chatbot - [Update Chatbot Prompt](https://sitegpt.ai/docs/api-reference/chatbot-prompts/update-chatbot-prompt.md): Update custom prompt of the chatbot - [Add Quick Prompt](https://sitegpt.ai/docs/api-reference/chatbot-quick-prompts/add-quick-prompt.md): Add a new Quick Prompt to a particular chatbot. - [Delete Quick Prompt](https://sitegpt.ai/docs/api-reference/chatbot-quick-prompts/delete-quick-prompt.md): Delete quick-prompt of the chatbot - [Fetch All Quick Prompts](https://sitegpt.ai/docs/api-reference/chatbot-quick-prompts/fetch-all-quick-prompts.md): Fetch all quick prompts of a particular chatbot - [Fetch Quick Prompt](https://sitegpt.ai/docs/api-reference/chatbot-quick-prompts/fetch-quick-prompt.md): Fetch quick-prompt of the chatbot - [Update Quick Prompt](https://sitegpt.ai/docs/api-reference/chatbot-quick-prompts/update-quick-prompt.md): Update quick-prompt of the chatbot - [Update Chatbot Settings - Advanced](https://sitegpt.ai/docs/api-reference/chatbot-settings/update-chatbot-settings--advanced.md): Update advanced settings of the chatbot - [Update Chatbot Settings - Chat Mode](https://sitegpt.ai/docs/api-reference/chatbot-settings/update-chatbot-settings--chat-mode.md): Update chat-mode settings of the chatbot - [Update Chatbot Settings - General](https://sitegpt.ai/docs/api-reference/chatbot-settings/update-chatbot-settings--general.md): Update general settings of the chatbot - [Update Chatbot Settings - Localization](https://sitegpt.ai/docs/api-reference/chatbot-settings/update-chatbot-settings--localization.md): Update localization settings of the chatbot - [Update Chatbot Settings - User Data](https://sitegpt.ai/docs/api-reference/chatbot-settings/update-chatbot-settings--user-data.md): Update user-data settings of the chatbot - [Create Thread](https://sitegpt.ai/docs/api-reference/chatbot-threads/create-thread.md): Create an empty thread of the chatbot. - [Escalate Conversation](https://sitegpt.ai/docs/api-reference/chatbot-threads/escalate-conversation.md): Escalate a particular thread/conversation - [Fetch All Threads](https://sitegpt.ai/docs/api-reference/chatbot-threads/fetch-all-threads.md): Fetch all threads of the chatbot - [Fetch Thread](https://sitegpt.ai/docs/api-reference/chatbot-threads/fetch-thread.md): Fetch a single thread of the chatbot - [Update Thread](https://sitegpt.ai/docs/api-reference/chatbot-threads/update-thread.md): Update thread of the chatbot. The following thread properties can be updated. 1. Mode 2. Webhook url 3. Webhook token 4. Chat User details - [Create Chatbot](https://sitegpt.ai/docs/api-reference/chatbot/create-chatbot.md): Create a new chatbot - [Delete Chatbot](https://sitegpt.ai/docs/api-reference/chatbot/delete-chatbot.md): Delete the chatbot - [Fetch All Chatbots](https://sitegpt.ai/docs/api-reference/chatbot/fetch-all-chatbots.md): Fetch all the chatbots - [Fetch Chatbot](https://sitegpt.ai/docs/api-reference/chatbot/fetch-chatbot.md): Fetch a particular chatbot - [Getting Started with SiteGPT API](https://sitegpt.ai/docs/api-reference/getting-started.md): Learn the basics of making requests to SiteGPT API. - [Add Whitelabel User](https://sitegpt.ai/docs/api-reference/whitelabel/add-whitelabel-user.md): Add a new user to your whitelabel brand. Pre-requisities: 1. You have to be a whitelabel customer in SiteGPT. 2. You need to create and configure your own brand in SiteGPT dashboard. - [Fetch Whitelabel Brand](https://sitegpt.ai/docs/api-reference/whitelabel/fetch-whitelabel-brand.md): Fetch the whitelabel brand - [Fetch Whitelabel Brands](https://sitegpt.ai/docs/api-reference/whitelabel/fetch-whitelabel-brands.md): Fetch all of your whitelabel brands - [Fetch Whitelabel User](https://sitegpt.ai/docs/api-reference/whitelabel/fetch-whitelabel-user.md): Fetch an user of your whitelabel brand. Pre-requisities: 1. You have to be a whitelabel customer in SiteGPT. 2. You need to create and configure your own brand in SiteGPT dashboard. - [Generate API key for Whitelabel User](https://sitegpt.ai/docs/api-reference/whitelabel/generate-api-key-for-whitelabel-user.md): Generate API key for a user of your whitelabel brand. Pre-requisities: 1. You have to be a whitelabel customer in SiteGPT. 2. You need to create and configure your own brand in SiteGPT dashboard. - [Update Whitelabel User](https://sitegpt.ai/docs/api-reference/whitelabel/update-whitelabel-user.md): Update user of your whitelabel brand. Pre-requisities: 1. You have to be a whitelabel customer in SiteGPT. 2. You need to create and configure your own brand in SiteGPT dashboard. - [$sitegpt Methods](https://sitegpt.ai/docs/chatbot-sdk/dollar-sitegpt-methods.md): An in-depth guide on how to use $sitegpt to control the SiteGPT chatbot from your javascript code. - [Prompts & Personas](https://sitegpt.ai/docs/features-you-cannot-miss/prompts-personas.md): These help you control the chatbot behaviour including sticking to its knowledge base. - [Questions and Answers](https://sitegpt.ai/docs/features-you-cannot-miss/qna.md): Allows you to override AI responses for key questions or topics like “what is the pricing for the enterprise plan?” - [Elevate Your Website Experience with SiteGPT](https://sitegpt.ai/docs/introduction.md): An in-depth look at the AI-powered chatbot tool, SiteGPT, designed for website integration. - [Take a Live Demo of SiteGPT](https://sitegpt.ai/docs/introduction/live-demo.md): Want to ensure that SiteGPT is the perfect fit? Take a [live demo]() to see for yourself! - [SiteGPT's use-cases](https://sitegpt.ai/docs/introduction/our-use-cases.md): An overview of SiteGPT’s use-cases. - [Introduction to SiteGPT](https://sitegpt.ai/docs/introduction/what-is-sitegpt.md): An in-depth look at the AI-powered chatbot tool, SiteGPT, designed for website integration. - [What this guide contains](https://sitegpt.ai/docs/introduction/what-this-guide-contains.md): An overview of what to expect from this guide. Click on the section you want to go to for quick-access! - [Plans & Billing](https://sitegpt.ai/docs/navigating-your-account/billing.md): This is where you can view your current plan, billing details and edit your payment settings. - [Changelog](https://sitegpt.ai/docs/navigating-your-account/changelog.md): You can check out the latest updates and posts here. - [Chatbots](https://sitegpt.ai/docs/navigating-your-account/chatbots.md): You will find your chatbots here. - [Profile](https://sitegpt.ai/docs/navigating-your-account/profile.md): Your profile on SiteGPT is the account you use to make chatbots, and this is where you can access it. - [Usage](https://sitegpt.ai/docs/navigating-your-account/usage.md): You can also monitor your account usage, view your current plan and edit payment settings from here. - [Adding Content to your Chatbot](https://sitegpt.ai/docs/navigating-your-chatbot/adding-content-to-your-chatbot.md): The training material is referred to as *Content* to OpenAI. Hence, please reference it in your prompts. - [Advanced](https://sitegpt.ai/docs/navigating-your-chatbot/advanced.md): You can access the advanced functionalities and settings under the `Advanced` header on the right-side menu. - [Chat History](https://sitegpt.ai/docs/navigating-your-chatbot/chat-history.md): You can check the entire chat history of your chatbot from here. - [Chatbot Dashboard](https://sitegpt.ai/docs/navigating-your-chatbot/chatbot-dashboard.md): When you click on your chatbot from your profile, it launches the dashboard. This gives you a deep dive into your selected chatbot. - [Add Quick Prompts](https://sitegpt.ai/docs/navigating-your-chatbot/customizing-add-quick-prompts.md) - [Customizing your Chatbot](https://sitegpt.ai/docs/navigating-your-chatbot/customizing-your-chatbot.md): You can customize the appearance, prompts, personas, chat modes and more from the `Customizations` section on the right-hand menu. - [Delete your SiteGPT Chatbot](https://sitegpt.ai/docs/navigating-your-chatbot/delete-chatbot.md): You can delete a particular chatbot if you wish to. Follow these steps to learn how. - [Functions](https://sitegpt.ai/docs/navigating-your-chatbot/functions.md): You can query real-time data and execute tasks directly from within the chatbot using Functions. - [How do Functions work?](https://sitegpt.ai/docs/navigating-your-chatbot/how-do-functions-work.md): You can query real-time data and execute tasks directly from within the chatbot using Functions. - [Leads](https://sitegpt.ai/docs/navigating-your-chatbot/leads.md): Once your chatbot starts lead generation, it will show up here. - [Settings](https://sitegpt.ai/docs/navigating-your-chatbot/settings.md): You can change general and advanced settings from here. - [Creating a New Chatbot](https://sitegpt.ai/docs/setup/creating-new-chatbot.md) - [Integrating your SiteGPT Chatbot with your Website](https://sitegpt.ai/docs/setup/integrating-with-your-website.md) - [Retraining and Updating your AI Chatbot](https://sitegpt.ai/docs/setup/retraining-and-updating-your-ai-chatbot.md) - [Setting up SiteGPT](https://sitegpt.ai/docs/setup/setting-up-sitegpt.md): A guide on setting up your SiteGPT chatbot. - [Training your Chatbot on your Data](https://sitegpt.ai/docs/setup/training-on-your-data.md)