.. _AIServiceConnectionConfigurationSection: AI Service Connection Configuration Section """"""""""""""""""""""""""""""""""""""""""" This section of the :ref:`ProductConfigurationParametersAdminPage` can be used to create individual AI Service Connection instances that can have the following values: .. list-table:: :header-rows: 1 :widths: 30 70 :class: tight-table * - Parameter - Description * - *AI Service Connection URL* - URL of the service used by the TQ AI Service. * - *AI Service Conncetion User* - The user of the service used by the TQ AI Service. * - *AI Service Connection Password* - This field is editable only if the other parameters are set. Other parameters: .. list-table:: :header-rows: 1 :widths: 20 10 70 :class: tight-table * - Parameter - Default - Description * - *Chat Prompt base URL* - - Base URL used to open an AI chat tool with a pre-filled prompt, with the prompt text appended and URL-encoded. Frequently used values include: * `claude://code/new?q=` * `https://claude.ai/code?prompt=` * `http://chatgpt.com?q=` From ADS scripts, return `graph.html(DataViewers.createChatPromptHTML(prompt))` **Further Reading on TQ Data Foundation** * :ref:`introduction`