diff --git a/source/ai-data-usage.txt b/source/ai-data-usage.txt index ffa58aeb..2c6572e1 100644 --- a/source/ai-data-usage.txt +++ b/source/ai-data-usage.txt @@ -23,14 +23,31 @@ The |copilot| is powered by `GitHub Copilot How Your Data is Used --------------------- -When you use the |copilot| , the following information is sent to -MongoDB's backend, the MongoDB Docs Chatbot, and/or the third party AI -provider: +MongoDB stores the following information: -- The full text of your natural language prompt. -- The schema of the collection you are using, - including database name, collection name, field names, and types. +- The full text of your natural language prompt +- The full text of the generated response +- The schema of the collection you are using including, but not limited + to, database name, collection name, field names, and types -The information that is sent will not be shared with any other third -parties or stored by the AI provider. We do not send database -connection strings, credentials, or rows/documents from your databases. +GitHub Copilot stores the following information: + +- The full text of your natural language prompt +- The full text of the Copilot generated response +- User engagement and feedback data + +The information that is sent will not be shared with any other third +parties. We do not send out database connection strings, credentials, or +rows/documents from your databases. + +For more information on GitHub Copilot’s AI and data usage, see the +`GitHub Copilot Trust Center `_. + +Optional Settings +~~~~~~~~~~~~~~~~~ + +You can opt-in to send sample field values when you use the :ref:`/query +` command. By default, this setting is off. + +You can turn on the ``Use Sample Docs in Copilot`` option in your VSCode +settings. \ No newline at end of file