> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-management/ai-site-chat/widget-settings/introduction.md ## Article Content: # About the Widget Settings API The AI Site-Chat Widget Settings API allows you to manage your AI Site-Chat's settings. Learn more about [configuring your AI Site-Chat's settings](https://support.wix.com/en/article/adding-and-setting-up-the-wix-ai-chat-assistant#step-2-configure-your-ai-site-chats-settings). With this API, you can: - Retrieve current AI Site-Chat settings. - Update AI Site-Chat settings. > **Note:** Wix AI Site-Chat is currently only available in the Wix Editor. ## Before you begin It's important to note the following point before starting to code: * Sites using this API must install the [Wix AI Site-Chat](https://www.wix.com/app-market/web-solution/wix-ai-assistant-client) app. Learn more about [adding and setting up Wix AI Site-Chat](https://support.wix.com/en/article/adding-and-setting-up-the-wix-ai-chat-assistant). ## Use cases - [Retrieve and update widget settings](https://dev.wix.com/docs/rest/business-management/ai-site-chat/ai-site-chat/widget-settings/sample-flows.md#retrieve-and-update-widget-settings) - [Display a message if the AI assistant is offline](https://dev.wix.com/docs/rest/business-management/ai-site-chat/ai-site-chat/widget-settings/sample-flows.md#display-a-message-if-the-ai-assistant-is-offline)