@@ -23,14 +23,31 @@ The |copilot| is powered by `GitHub Copilot
23
23
How Your Data is Used
24
24
---------------------
25
25
26
- When you use the |copilot| , the following information is sent to
27
- MongoDB's backend, the MongoDB Docs Chatbot, and/or the third party AI
28
- provider:
26
+ MongoDB stores the following information:
29
27
30
- - The full text of your natural language prompt.
31
- - The schema of the collection you are using,
32
- including database name, collection name, field names, and types.
28
+ - The full text of your natural language prompt
29
+ - The full text of the generated response
30
+ - The schema of the collection you are using including, but not limited
31
+ to, database name, collection name, field names, and types
33
32
34
- The information that is sent will not be shared with any other third
35
- parties or stored by the AI provider. We do not send database
36
- connection strings, credentials, or rows/documents from your databases.
33
+ GitHub Copilot stores the following information:
34
+
35
+ - The full text of your natural language prompt
36
+ - The full text of the Copilot generated response
37
+ - User engagement and feedback data
38
+
39
+ The information that is sent will not be shared with any other third
40
+ parties. We do not send out database connection strings, credentials, or
41
+ rows/documents from your databases.
42
+
43
+ For more information on GitHub Copilot’s AI and data usage, see the
44
+ `GitHub Copilot Trust Center <https://copilot.github.trust.page>`_.
45
+
46
+ Optional Settings
47
+ ~~~~~~~~~~~~~~~~~
48
+
49
+ You can opt-in to send sample field values when you use the :ref:`/query
50
+ <vsce-copilot-query>` command. By default, this setting is off.
51
+
52
+ You can turn on the ``Use Sample Docs in Copilot`` option in your VSCode
53
+ settings.
0 commit comments