forked from jarhot1992/Remote-ADB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBing enterprise terms-of-use.html
More file actions
918 lines (765 loc) · 49.6 KB
/
Copy pathBing enterprise terms-of-use.html
File metadata and controls
918 lines (765 loc) · 49.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
<!DOCTYPE html>
<html class="hasSidebar hasPageActions hasBreadcrumb conceptual has-default-focus theme-light" lang="en-us" dir="ltr" data-css-variable-support="true" data-authenticated="false" data-auth-status-determined="false" data-target="docs" x-ms-format-detection="none">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Terms of use" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://learn.microsoft.com/en-us/copilot/terms-of-use" />
<meta property="og:description" content="Understand the terms for Copilot." />
<meta property="og:image" content="https://learn.microsoft.com/en-us/media/open-graph-image.png" />
<meta property="og:image:alt" content="Microsoft Learn" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@MicrosoftLearn" />
<meta name="color-scheme" content="light dark">
<meta name="author" content="KelliDavis" />
<meta name="breadcrumb_path" content="/copilot/breadcrumb/toc.json" />
<meta name="depot_name" content="MSDN.Bing-Learn-Docs" />
<meta name="description" content="Understand the terms for Copilot." />
<meta name="document_id" content="bd2817b2-7ec7-3d9c-8fdb-1924ce6a96dc" />
<meta name="document_version_independent_id" content="bd2817b2-7ec7-3d9c-8fdb-1924ce6a96dc" />
<meta name="feedback_help_link_type" content="" />
<meta name="feedback_help_link_url" content="" />
<meta name="feedback_product_url" content="" />
<meta name="feedback_system" content="None" />
<meta name="git_commit_id" content="81365b4a3748aa8609b1e7aaf7a99d8d679d8cfe" />
<meta name="gitcommit" content="https://github.com/MicrosoftDocs/bing-pr/blob/81365b4a3748aa8609b1e7aaf7a99d8d679d8cfe/bing/terms-of-use.md" />
<meta name="locale" content="en-us" />
<meta name="ms.author" content="kellis" />
<meta name="ms.date" content="07/14/2023" />
<meta name="ms.localizationpriority" content="medium" />
<meta name="ms.service" content="bing-search-services" />
<meta name="original_content_git_url" content="https://github.com/MicrosoftDocs/bing-pr/blob/live/bing/terms-of-use.md" />
<meta name="page_type" content="conceptual" />
<meta name="permissioned-type" content="public" />
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
<meta name="schema" content="Conceptual" />
<meta name="site_name" content="Docs" />
<meta name="toc_rel" content="toc.json" />
<meta name="uhfHeaderId" content="MSDocs-Header-Copilot" />
<meta name="updated_at" content="2023-12-05 11:31 PM" />
<meta name="word_count" content="1434" />
<meta name="recommendation_types" content="Training" />
<meta name="recommendation_types" content="Certification" />
<meta name="persistent_id" content="d378037b-7279-b70f-6a0c-991f754e1503" />
<meta name="github_feedback_content_git_url" content="https://github.com/MicrosoftDocs/bing-pr/blob/live/bing/terms-of-use.md" />
<link href="https://learn.microsoft.com/en-us/copilot/terms-of-use" rel="canonical">
<title>Terms of use | Microsoft Learn</title>
<link rel="stylesheet" href="/_themes/docs.theme/master/en-gb/_themes/styles/9f887604.site-ltr.css ">
<script id="msdocs-script">
var msDocs = {
data: {
timeOrigin: Date.now(),
contentLocale: 'en-us',
contentDir: 'ltr',
userLocale: 'en-gb',
userDir: 'ltr',
pageTemplate: 'Conceptual',
brand: '',
context: {
},
hasBinaryRating: true,
hasGithubIssues: false,
feedbackHelpLinkType:'',
feedbackHelpLinkUrl:'',
standardFeedback: false,
showFeedbackReport: false,
enableTutorialFeedback: false,
contentWellNotification: '',
feedbackSystem: 'None',
feedbackGitHubRepo: '',
feedbackProductUrl: '',
extendBreadcrumb: false,
isEditDisplayable: false,
hideViewSource: false,
hasPageActions: true,
hasPrintButton: true,
hasBookmark: true,
hasShare: true,
isPermissioned: false,
isPrivateUnauthorized: false,
hasRecommendations: true,
contributors: [
{ name: "KelliDavis", url: "https://github.com/KelliDavis" },
{ name: "davidedwards365", url: "https://github.com/davidedwards365" }
],
},
functions:{}
};
</script>
<script src="https://wcpstatic.microsoft.com/mscc/lib/v2/wcp-consent.js"></script>
<script src="https://js.monitor.azure.com/scripts/c/ms.jsll-3.min.js"></script>
<script src="/_themes/docs.theme/master/en-gb/_themes/global/67a45209.deprecation.js"></script>
<link rel="preconnect" href="//mscom.demdex.net" crossorigin>
<link rel="dns-prefetch" href="//target.microsoft.com">
<link rel="dns-prefetch" href="//microsoftmscompoc.tt.omtrdc.net">
<link
rel="preload"
as="script"
href="/static/third-party/adobe-target/at-js/2.9.0/at.js"
integrity="sha384-1/viVM50hgc33O2gOgkWz3EjiD/Fy/ld1dKYXJRUyjNYVEjSUGcSN+iPiQF7e4cu"
crossorigin="anonymous"
id="adobe-target-script"
type="application/javascript"
/>
<script src="/_themes/docs.theme/master/en-gb/_themes/scripts/a2421fa0.index-docs.js"></script>
</head>
<body lang="en-gb" dir="ltr">
<div class="header-holder has-default-focus">
<a href="#main" class="skip-to-main-link has-outline-color-text visually-hidden-until-focused position-fixed has-inner-focus focus-visible top-0 left-0 right-0 padding-xs has-text-centered has-body-background" tabindex="1">Skip to main content</a>
<div hidden id="cookie-consent-holder" data-test-id="cookie-consent-container"></div>
<div id="unsupported-browser" style="
background-color: white;
color: black;
padding: 16px;
border-bottom: 1px solid grey;"
hidden
>
<div style="max-width: 800px; margin: 0 auto;">
<p style="font-size: 24px">This browser is no longer supported.</p>
<p style="font-size: 16px; margin-top: 16px;">Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.</p>
<div style="margin-top: 12px;">
<a href="https://go.microsoft.com/fwlink/p/?LinkID=2092881 "
style="
background-color: #0078d4;
border: 1px solid #0078d4;
color: white;
padding: 6px 12px;
border-radius: 2px;
display: inline-block;
">
Download Microsoft Edge </a>
<a href="https://learn.microsoft.com/en-us/lifecycle/faq/internet-explorer-microsoft-edge"
style="
background-color: white;
padding: 6px 12px;
border: 1px solid #505050;
color: #171717;
border-radius: 2px;
display: inline-block;
">
More info about Internet Explorer and Microsoft Edge </a>
</div>
</div>
</div>
<!-- liquid-tag banners global -->
<!-- site header -->
<header id="ms--site-header" class="display-none" role="banner" itemscope="itemscope" itemtype="http://schema.org/Organization"></header>
<div id="headerAreaHolder" data-bi-name="header">
<header role="banner" itemscope="itemscope" itemtype="http://schema.org/Organization">
<div id="ms--primary-nav" class="nav-bar">
<div class="nav-bar-brand">
<a itemprop="url" href="https://www.microsoft.com" aria-label="Microsoft" class="nav-bar-button">
<div class="nav-bar-logo has-background-image theme-display is-light" role="presentation" aria-hidden="true" itemprop="logo" itemscope="itemscope"></div>
<div class="nav-bar-logo has-background-image theme-display is-dark is-high-contrast" role="presentation" aria-hidden="true" itemprop="logo" itemscope="itemscope"></div>
</a>
</div>
</div>
<div id="ms--secondary-nav" class="nav-bar border-bottom is-hidden-mobile"></div>
</header>
</div>
<div id="content-header" class="content-header uhf-container has-padding has-default-focus border-bottom-none" data-bi-name="content-header">
<div class="content-header-controls margin-xxs margin-inline-sm-tablet">
<button type="button" class="contents-button button button-sm margin-right-xxs" data-bi-name="contents-expand" aria-haspopup="true" data-contents-button>
<span class="icon"><span class="docon docon-menu" aria-hidden="true"></span></span>
<span class="contents-expand-title">
Table of contents </span>
</button>
<button type="button" class="ap-collapse-behavior ap-expanded button button-sm" data-bi-name="ap-collapse" aria-controls="action-panel">
<span class="icon"><span class="docon docon-exit-mode" aria-hidden="true"></span></span>
<span>Exit focus mode</span>
</button>
</div>
</div>
<div id="disclaimer-holder" class="has-overflow-hidden has-default-focus">
<!-- liquid-tag banners sectional -->
</div>
</div>
<div class="mainContainer uhf-container has-default-focus" data-bi-name="body">
<div class="columns has-large-gaps is-gapless-mobile ">
<div id="left-container" class="left-container is-hidden-mobile column is-one-third-tablet is-one-quarter-desktop">
<nav id="affixed-left-container" class="margin-top-sm-tablet position-sticky display-flex flex-direction-column" role="navigation" aria-label="Primary"></nav>
</div>
<!-- .primary-holder -->
<section class="primary-holder column is-two-thirds-tablet is-three-quarters-desktop">
<!--div.columns -->
<div class="columns is-gapless-mobile has-large-gaps ">
<div id="main-column" class="column is-full is-8-desktop">
<main id="main" class="" role="main" data-bi-name="content" lang="en-us" dir="ltr">
<!-- article-header -->
<div id="article-header" class="background-color-body margin-top-sm-tablet margin-bottom-xs display-none-print">
<div class="display-flex align-items-center ">
<details id="article-header-breadcrumbs-overflow-popover" class="popover" data-for="article-header-breadcrumbs">
<summary class="button button-clear button-primary button-sm inner-focus" aria-label="All breadcrumbs">
<span class="icon">
<span class="docon docon-more"></span>
</span>
</summary>
<div id="article-header-breadcrumbs-overflow" class="popover-content padding-none">
</div>
</details>
<bread-crumbs id="article-header-breadcrumbs" data-test-id="article-header-breadcrumbs" class="overflow-hidden flex-grow-1 margin-right-sm margin-right-md-tablet margin-right-lg-desktop margin-left-negative-xxs padding-left-xxs"></bread-crumbs>
<div id="article-header-page-actions" class="opacity-none margin-left-auto display-flex flex-wrap-no-wrap align-items-stretch">
<a
id="lang-link-tablet"
class="button button-primary button-clear button-sm display-none display-inline-flex-tablet"
title="Read in English" data-bi-name="language-toggle"
data-read-in-link
hidden>
<span class="icon margin-none" aria-hidden="true" data-read-in-link-icon>
<span class="docon docon-locale-globe"></span>
</span>
<span class="is-visually-hidden" data-read-in-link-text>Read in English</span>
</a>
<button
type="button"
class="collection button button-clear button-sm button-primary display-none display-inline-flex-tablet"
data-list-type="collection"
data-bi-name="collection"
title="Add to collection">
<span class="icon margin-none" aria-hidden="true">
<span class="docon docon-circle-addition"></span>
</span>
<span class="collection-status is-visually-hidden">Save</span>
</button>
<a data-contenteditbtn
class="button button-clear button-sm text-decoration-none button-primary display-none display-inline-flex-tablet"
aria-label="Edit"
title="Edit This Document"
data-bi-name="edit"
hidden
href="https://github.com/MicrosoftDocs/bing-pr/blob/live/bing/terms-of-use.md"
>
<span class="icon margin-none" aria-hidden="true">
<span class="docon docon-edit-outline"></span>
</span>
</a>
<details class="popover popover-right" id="article-header-page-actions-overflow">
<summary class="justify-content-flex-start button button-clear button-sm button-primary" aria-label="More actions">
<span class="icon" aria-hidden="true">
<span class="docon docon-more-vertical"></span>
</span>
</summary>
<div class="popover-content padding-none">
<button
data-page-action-item="overflow-mobile"
type="button"
class="justify-content-flex-start button-block button-sm has-inner-focus button button-clear display-none-tablet"
data-bi-name="contents-expand"
data-contents-button
data-popover-close>
<span class="icon">
<span class="docon docon-editor-list-bullet" aria-hidden="true"></span>
</span>
<span class="contents-expand-title">Table of contents</span>
</button>
<a
id="lang-link-overflow"
class="justify-content-flex-start button-sm has-inner-focus button button-clear button-block display-none-tablet"
title="Read in English" data-bi-name="language-toggle"
data-page-action-item="overflow-mobile"
data-check-hidden="true"
data-read-in-link
hidden
>
<span class="icon" aria-hidden="true" data-read-in-link-icon>
<span class="docon docon-locale-globe"></span>
</span>
<span data-read-in-link-text>Read in English</span>
</a>
<button
type="button"
class="collection justify-content-flex-start button button-clear button-sm has-inner-focus button-block display-none-tablet"
data-list-type="collection"
data-bi-name="collection"
title="Add to collection"
data-page-action-item="overflow-mobile"
data-check-hidden="true"
data-popover-close>
<span class="icon" aria-hidden="true">
<span class="docon docon-circle-addition"></span>
</span>
<span class="collection-status">Save</span>
</button>
<a data-contenteditbtn
class="button button-clear button-block button-sm has-inner-focus justify-content-flex-start text-decoration-none display-none-tablet"
aria-label="Edit"
title="Edit This Document"
data-bi-name="edit"
hidden
href="https://github.com/MicrosoftDocs/bing-pr/blob/live/bing/terms-of-use.md"
>
<span class="icon" aria-hidden="true">
<span class="docon docon-edit-outline"></span>
</span>
<span>Edit</span>
</a>
<button
class="button button-block button-clear button-sm justify-content-flex-start has-inner-focus"
title="Print"
type="button"
aria-label="Print"
data-bi-name="print"
data-page-action-item="overflow-all"
data-popover-close
data-print-page
data-check-hidden="true">
<span class="icon" aria-hidden="true">
<span class="docon docon-print"></span>
</span>
<span>Print</span>
</button>
<div aria-hidden="true" class="margin-none
border-top" data-page-action-item="overflow-all"></div>
<a class="button button-clear button-sm has-inner-focus button-block text-decoration-none justify-content-flex-start share-twitter" data-bi-name="twitter" data-page-action-item="overflow-all">
<span class="icon" aria-hidden="true">
<span class="docon docon-brand-twitter"></span>
</span>
<span>Twitter</span>
</a>
<a class="button button-clear button-sm has-inner-focus button-block text-decoration-none justify-content-flex-start share-linkedin" data-bi-name="linkedin" data-page-action-item="overflow-all">
<span class="icon" aria-hidden="true">
<span class="docon docon-brand-linkedin"></span>
</span>
<span>LinkedIn</span>
</a>
<a class="button button-clear button-sm button-block has-inner-focus text-decoration-none justify-content-flex-start share-facebook" data-bi-name="facebook" data-page-action-item="overflow-all">
<span class="icon" aria-hidden="true">
<span class="docon docon-brand-facebook"></span>
</span>
<span>Facebook</span>
</a>
<a class="button button-clear button-sm button-block has-inner-focus text-decoration-none justify-content-flex-start share-email" data-bi-name="email" data-page-action-item="overflow-all">
<span class="icon" aria-hidden="true">
<span class="docon docon-mail-message-fill"></span>
</span>
<span>Email</span>
</a>
</div>
</details>
</div>
</div>
</div>
<!-- end article-header -->
<div>
<button type="button" class="border contents-button button button-clear button-sm is-hidden-tablet has-inner-focus" data-bi-name="contents-expand" data-contents-button hidden>
<span class="icon">
<span class="docon docon-editor-list-bullet" aria-hidden="true"></span>
</span>
<span class="contents-expand-title">Table of contents</span>
</button>
</div>
<!-- end mobile-contents button -->
<div class="content ">
<h1 id="supplemental-terms-for-microsoft--with-commercial-data-protection">Supplemental Terms for Microsoft <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> with commercial data protection</h1>
<div class="display-flex justify-content-space-between align-items-center flex-wrap-wrap page-metadata-container">
<div class="margin-right-xxs">
<ul class="metadata page-metadata" data-bi-name="page info" lang="en-gb" dir="ltr">
<li>
Article </li>
<li class="visibility-hidden-visual-diff">
<time class="is-invisible" data-article-date aria-label="Article review date" datetime="2023-12-04T23:31:00Z" data-article-date-source="calculated">12/04/2023</time>
</li>
<li class="contributors-holder display-none-print">
<button aria-label="View all contributors" class="contributors-button link-button" data-bi-name="contributors" title="View all contributors">
2 contributors
</button>
</li>
</ul>
</div>
<div id="user-feedback" class="margin-block-xxs display-none-print" data-hide-on-archived>
<button
id="user-feedback-button"
data-test-id="conceptual-feedback-button"
class="button button-sm button-clear button-primary"
type="button"
data-bi-name="user-feedback-button"
data-user-feedback-button
>
<span class="icon" aria-hidden="true">
<span class="docon docon-like"></span>
</span>
<span>Feedback</span>
</button>
</div>
</div>
<div id="ms--inline-notifications" data-bi-name="inline-notification"></div>
<nav id="center-doc-outline" class="doc-outline is-hidden-desktop display-none-print margin-bottom-sm" data-bi-name="intopic toc" role="navigation" aria-label="In this article">
<h2 id="ms--in-this-article" class="title is-6 margin-block-xs">In this article</h2>
</nav>
<!-- <content> -->
<p>Last Updated: December 1, 2023 </p>
<p>These Supplemental Terms of Use (this “Agreement”) apply to the conversational and AI-powered generative experiences on Microsoft <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> with commercial data protection (“<span class="no-loc" dir="ltr" lang="en-us">Copilot</span>”). By using <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>, you agree to be bound by this Agreement. In this Agreement “you” means you individually and not your organization.</p>
<p><strong>1. Eligibility and Use Requirements.</strong>
Your organization has given you the ability to use <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>. You get to decide whether you use Copliot. Your use of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> is governed by this Agreement, as well as the <a href="https://go.microsoft.com/fwlink/?LinkID=530144" data-linktype="external">Microsoft Services Agreement</a>, including the Code of Conduct therein, which is incorporated by reference. You agree that <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> constitutes a Service, as defined in the Microsoft Services Agreement. If there is any conflict between this Agreement and the Microsoft Services Agreement, the conflicting provision in this Agreement will control. Your use of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> is also subject to the <a href="https://go.microsoft.com/fwlink/?LinkId=521839" data-linktype="external">Microsoft Privacy Statement</a>, which describes our collection, use, and disclosure of information relating to your use of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>. </p>
<p><strong>2. Using <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>.</strong>
<span class="no-loc" dir="ltr" lang="en-us">Copilot</span> may allow you to submit text or image inputs ("Prompts") and converse with an online computer-powered chatbot and in certain circumstances generate text content ("Text Creations"). <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> may also allow you to generate images ("Image Creations," and together with Text Creations, the "Creations") based on your Prompts. By using <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>, you are affirming that you have read this Agreement including the Content Policy (set forth below in Section 8) and the Code of Conduct, understand them, and will abide by them. You must use <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> and the generated Creations only (i) in a lawful manner and in compliance with all applicable laws; (ii) in accordance with this Agreement, the Content Policy, and Microsoft Services Agreement documentation; and (iii) in a manner that does not infringe or attempt to infringe, misappropriate or otherwise violate any of our rights or those of any other person or entity (for clarity, "manner" includes without limitation the method, purpose and/or means of causing or attempting to cause <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> to generate Creations). Due to the nature of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>, Creations may not be unique across users and <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> may generate the same or similar output for Microsoft or other users. Other users may also ask similar questions and receive the same, similar, or different responses. <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> includes machine to human conversational interactions which may include advertising that is not targeted based on your workplace identity or chat history.</p>
<p><strong>3. Violations.</strong>
Serious or repeated violations of the Code of Conduct and/or Content Policy may result in your suspension from <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>. You may appeal against your suspension from <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> by submitting an appeal through the relevant user interface. We reserve the right to permanently suspend your use of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>. </p>
<p><strong>4. Suspension and Cancellation.</strong>
In addition to Section 3, we reserve the right to suspend or discontinue offering or supporting all or part of any of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> at any time and for any reason, to some or to all end users. We may deprecate any or all of the <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> features and functionality. We may change or update <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> at any time (including its features, functionality, user interface, user experience, or any combination of these or other aspects). Subject to the requirements of law, we may limit, suspend, or terminate your use of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> at any time without notice and for any reason, including (without limitation) if you breach this Agreement (including by failing to comply with the Content Policy), if we suspect you are engaged in fraudulent or illegal activity, or if your access is suspended or closed by us or by your organization.</p>
<p><strong>5. Ownership of Content.</strong>
Microsoft does not claim ownership of Prompts, Creations, or any other content you provide, post, input, or submit to, or receive from, <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> (including feedback and suggestions). You will need to make your own determination regarding the intellectual property rights you have in output content (e.g., without limitation, Creations) and its commercial usability, taking into account, among other things, your usage scenario(s) and the laws of the relevant jurisdiction. You warrant and represent that you or your organization owns or otherwise controls all of the rights to your content as described in this Agreement including, without limitation, all the rights necessary for you to provide, post, upload, input or submit the content. </p>
<p><strong>6. No Guarantees; No Representations or Warranties; Indemnification by You.</strong>
We plan to continue to develop and improve <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>, but we make no guarantees or promises about how <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> operates or that it will function as intended. <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> is not error-free, may not work as expected, and may generate incorrect information. You should not rely on <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>, and you should not use <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> for advice of any kind. Your use of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> is at your own risk. Without limiting Section 12 of the Microsoft Services Agreement in any way, but for the sake of clarity, Microsoft does not make any warranty or representation of any kind that any material created by <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> does not infringe the rights of any third party in any subsequent use of the content you may use (including but not limited to copyright, trademark, rights of privacy and publicity, and defamation). You must use any content from <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> in accordance with the Code of Conduct, Content Policy, and applicable law and subject to any third-party rights. In addition, you agree to indemnify and hold harmless Microsoft, its affiliates, employees, and any other agents from and against any claims, losses, and expenses (including attorneys’ fees) arising from or relating to your use of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>, including your subsequent use of any content from <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> and your breach of this Agreement, the Microsoft Services Agreement, the Content Policy, or violation of applicable law. </p>
<p><strong>7. IF YOU LIVE IN (OR YOUR PRINCIPAL PLACE OF BUSINESS IS IN) THE UNITED STATES, PLEASE READ THE BINDING ARBITRATION CLAUSE AND CLASS ACTION WAIVER IN SECTION 15 OF THE MICROSOFT SERVICES AGREEMENT. IT AFFECTS HOW DISPUTES RELATING TO THIS AGREEMENT ARE RESOLVED.</strong> </p>
<p><strong>8. Supplemental Content Policy.</strong>
While the use of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> is governed by the Code of Conduct section of the Microsoft Services Agreement, this Supplemental Content Policy (“Content Policy”) provides another level of explanation about how the Code of Conduct applies within <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>.</p>
<p><strong>A. Conduct.</strong> By using <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>, you agree: </p>
<ul>
<li><p>Not to engage in activity that is harmful to you or others. Do not attempt to create or share content that could be used to harass, bully, abuse, threaten, or intimidate other individuals, or otherwise cause harm to individuals, organizations, or society. </p>
</li>
<li><p>Not to engage in activity that is harmful to <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>, including bot/scraping behaviors, technical attacks, excess usage, prompt-based manipulation, and other off-platform abuses. </p>
</li>
<li><p>Not to engage in activity that violates the privacy of others. Do not attempt to create or share content that could violate the privacy of others, including disclosure of private information (sometimes known as “doxing”) or taking photographs or video/audio recordings of others without their consent for processing of an individual’s biometric identifiers/information using <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>.</p>
</li>
<li><p>Not to engage in activity that is fraudulent, false, or misleading. Do not attempt to create or share content that could mislead or deceive others, including for example creation of disinformation, content enabling fraud, or deceptive impersonation.</p>
</li>
<li><p>Not to infringe on the rights of others. Do not attempt to use <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> to infringe on others’ legal rights, including intellectual property rights. </p>
</li>
<li><p>Not to use <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> to create or share inappropriate content or material. <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> may not be used to create or share adult content, violence or gore, hateful content, terrorism and violent extremist content, glorification of violence, child sexual exploitation or abuse material, or content that is otherwise disturbing or offensive.</p>
</li>
<li><p>Not to do anything illegal. Your use of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> must comply with applicable laws. </p>
</li>
</ul>
<p><strong>B. Content and Moderation.</strong> <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> may block text or image Prompts that violate the Content Policy, or that are likely to lead to the creation of material that violates the Content Policy. Images or text that violate the Content Policy may be removed. Abuse of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>, such as repeated attempts to produce prohibited content or other violations of the Content Policy, may result in service or account suspension. Users can report problematic content via Feedback or the Report a Concern function. </p>
<p><strong>C. Appeal.</strong> If you feel your use of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> has been restricted in error, you may ask <span class="no-loc" dir="ltr" lang="en-us">Copilot</span> to reevaluate its decision to suspend access. To appeal a decision to restrict access to these experiences, please submit a request using <a href="https://www.microsoft.com/en-us/concern/bing" data-linktype="external">Microsoft’s Report a Concern to Bing</a> form outlining what you think we got wrong and why. While we encourage the use of <span class="no-loc" dir="ltr" lang="en-us">Copilot</span>, we reserve the right to ensure these tools are not abused.</p>
</div>
<div id="assertive-live-region" role="alert" aria-live="assertive" class="visually-hidden" aria-relevant="additions" aria-atomic="true"></div>
<div id="polite-live-region" role="status" aria-live="polite" class="visually-hidden" aria-relevant="additions" aria-atomic="true"></div>
<!-- </content> -->
</main>
<!-- recommendations section -->
<!-- end recommendations section -->
<!-- feedback section -->
<!-- end feedback section -->
<!-- feedback report section -->
<!-- end feedback report section -->
<div
id="ms--additional-resources-mobile"
role="complementary"
aria-label="Additional resources"
class="display-none-desktop display-none-print"
>
<hr class="hr" hidden />
<h2 id="ms--additional-resources-mobile-heading" class="title is-3" hidden>Additional resources</h2>
<section id="right-rail-recommendations-mobile" data-bi-name="recommendations" hidden></section>
<section id="right-rail-training-mobile" data-bi-name="learning-resources-card" hidden></section>
<section id="right-rail-events-mobile" data-bi-name="events-card" hidden></section>
<section id="right-rail-qna-mobile" data-bi-name="qna-link-card" hidden></section>
</div>
<div class="border-top is-visible-interactive has-default-focus margin-top-sm ">
<footer id="footer-interactive" data-bi-name="footer" class="footer-layout">
<div class="display-flex gap-xs flex-wrap-wrap is-full-height padding-right-lg-desktop">
<a
data-mscc-ic="false"
class="locale-selector-link button button-sm button-clear flex-shrink-0"
href="#"
data-bi-name="select-locale">
<span class="icon" aria-hidden="true">
<span class="docon docon-world"></span>
</span>
<span class="local-selector-link-text"></span></a>
<div class="ccpa-privacy-link flex-shrink-0" hidden>
<a
href="https://aka.ms/yourcaliforniaprivacychoices"
class="button button-sm button-clear"
data-mscc-ic="false"
data-bi-name="your-privacy-choices"
>
<svg
role="img"
aria-label="California Consumer Privacy Act (CCPA) Opt-Out Icon"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 30 14"
xml:space="preserve"
height="16"
width="43"
focusable="false"
>
<title>California Consumer Privacy Act (CCPA) Opt-Out Icon</title>
<path d="M7.4 12.8h6.8l3.1-11.6H7.4C4.2 1.2 1.6 3.8 1.6 7s2.6 5.8 5.8 5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#fff"></path>
<path d="M22.6 0H7.4c-3.9 0-7 3.1-7 7s3.1 7 7 7h15.2c3.9 0 7-3.1 7-7s-3.2-7-7-7zm-21 7c0-3.2 2.6-5.8 5.8-5.8h9.9l-3.1 11.6H7.4c-3.2 0-5.8-2.6-5.8-5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#06f"></path>
<path d="M24.6 4c.2.2.2.6 0 .8L22.5 7l2.2 2.2c.2.2.2.6 0 .8-.2.2-.6.2-.8 0l-2.2-2.2-2.2 2.2c-.2.2-.6.2-.8 0-.2-.2-.2-.6 0-.8L20.8 7l-2.2-2.2c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l2.2 2.2L23.8 4c.2-.2.6-.2.8 0z" style="fill:#fff"></path>
<path d="M12.7 4.1c.2.2.3.6.1.8L8.6 9.8c-.1.1-.2.2-.3.2-.2.1-.5.1-.7-.1L5.4 7.7c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0L8 8.6l3.8-4.5c.2-.2.6-.2.9 0z" style="fill:#06f"></path>
</svg>
<span>Your Privacy Choices</span>
</a>
</div>
<div class="flex-shrink-0">
<div class="dropdown has-caret-up">
<button class="dropdown-trigger button button-clear button-sm has-inner-focus theme-dropdown-trigger"
aria-controls="theme-menu-interactive" aria-expanded="false" title="Theme" data-bi-name="theme">
<span class="icon">
<span class="docon docon-sun" aria-hidden="true"></span>
</span>
<span>Theme</span>
<span class="icon expanded-indicator" aria-hidden="true">
<span class="docon docon-chevron-down-light"></span>
</span>
</button>
<div class="dropdown-menu" id="theme-menu-interactive" role="menu">
<ul class="theme-selector padding-xxs" role="none">
<li class="theme display-block" role="menuitem">
<button class="button button-clear button-sm theme-control button-block justify-content-flex-start"
data-theme-to="light">
<span class="theme-light margin-right-xxs">
<span
class="theme-selector-icon css-variable-support border display-inline-block has-body-background"
aria-hidden="true">
<svg class="svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 22 14">
<rect width="22" height="14" class="has-fill-body-background" />
<rect x="5" y="5" width="12" height="4" class="has-fill-secondary" />
<rect x="5" y="2" width="2" height="1" class="has-fill-secondary" />
<rect x="8" y="2" width="2" height="1" class="has-fill-secondary" />
<rect x="11" y="2" width="3" height="1" class="has-fill-secondary" />
<rect x="1" y="1" width="2" height="2" class="has-fill-secondary" />
<rect x="5" y="10" width="7" height="2" rx="0.3" class="has-fill-primary" />
<rect x="19" y="1" width="2" height="2" rx="1" class="has-fill-secondary" />
</svg>
</span>
</span>
<span>
Light </span>
</button>
</li>
<li class="theme display-block" role="menuitem">
<button class="button button-clear button-sm theme-control button-block justify-content-flex-start"
data-theme-to="dark">
<span class="theme-dark margin-right-xxs">
<span
class="border theme-selector-icon css-variable-support display-inline-block has-body-background"
aria-hidden="true">
<svg class="svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 22 14">
<rect width="22" height="14" class="has-fill-body-background" />
<rect x="5" y="5" width="12" height="4" class="has-fill-secondary" />
<rect x="5" y="2" width="2" height="1" class="has-fill-secondary" />
<rect x="8" y="2" width="2" height="1" class="has-fill-secondary" />
<rect x="11" y="2" width="3" height="1" class="has-fill-secondary" />
<rect x="1" y="1" width="2" height="2" class="has-fill-secondary" />
<rect x="5" y="10" width="7" height="2" rx="0.3" class="has-fill-primary" />
<rect x="19" y="1" width="2" height="2" rx="1" class="has-fill-secondary" />
</svg>
</span>
</span>
<span>
Dark </span>
</button>
</li>
<li class="theme display-block" role="menuitem">
<button class="button button-clear button-sm theme-control button-block justify-content-flex-start"
data-theme-to="high-contrast">
<span class="theme-high-contrast margin-right-xxs">
<span
class="border theme-selector-icon css-variable-support display-inline-block has-body-background"
aria-hidden="true">
<svg class="svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 22 14">
<rect width="22" height="14" class="has-fill-body-background" />
<rect x="5" y="5" width="12" height="4" class="has-fill-secondary" />
<rect x="5" y="2" width="2" height="1" class="has-fill-secondary" />
<rect x="8" y="2" width="2" height="1" class="has-fill-secondary" />
<rect x="11" y="2" width="3" height="1" class="has-fill-secondary" />
<rect x="1" y="1" width="2" height="2" class="has-fill-secondary" />
<rect x="5" y="10" width="7" height="2" rx="0.3" class="has-fill-primary" />
<rect x="19" y="1" width="2" height="2" rx="1" class="has-fill-secondary" />
</svg>
</span>
</span>
<span>
High contrast </span>
</button>
</li>
</ul>
</div>
</div>
</div>
</div>
<ul class="links" data-bi-name="footerlinks">
<li class="manage-cookies-holder" hidden></li>
<li><a class="external-link-indicator" data-mscc-ic="false" href="/en-gb/previous-versions/" data-bi-name="archivelink">Previous Versions</a></li>
<li><a class="external-link-indicator" data-mscc-ic="false" href="https://techcommunity.microsoft.com/t5/microsoft-learn-blog/bg-p/MicrosoftLearnBlog" data-bi-name="bloglink">Blog</a></li>
<li><a class="external-link-indicator" data-mscc-ic="false" href="/en-gb/contribute/" data-bi-name="contributorGuide">Contribute</a></li>
<li><a class="external-link-indicator" data-mscc-ic="false" href="https://go.microsoft.com/fwlink/?LinkId=521839" data-bi-name="privacy">Privacy</a></li>
<li><a class="external-link-indicator" data-mscc-ic="false" href="/en-gb/legal/termsofuse" data-bi-name="termsofuse">Terms of Use</a></li>
<li><a class="external-link-indicator" data-mscc-ic="false" href="https://www.microsoft.com/legal/intellectualproperty/Trademarks/" data-bi-name="trademarks">Trademarks</a></li>
<li>© Microsoft 2023</li>
</ul>
</footer>
</div>
</div>
<div
id="ms--additional-resources"
class="right-container column is-4-desktop display-none display-block-desktop"
data-bi-name="pageactions"
role="complementary"
aria-label="Additional resources"
>
<div id="affixed-right-container" class="margin-top-sm-tablet" data-bi-name="right-column">
<h2 id="ms--additional-resources-heading" class="title is-6 margin-top-md" hidden>Additional resources</h2>
<section id="right-rail-events" data-bi-name="events-card" hidden></section>
<section id="right-rail-training" data-bi-name="learning-resources-card" hidden></section>
<section id="right-rail-recommendations" data-bi-name="recommendations" hidden></section>
<nav id="side-doc-outline" class="doc-outline" data-bi-name="intopic toc" role="navigation" aria-label="In this article">
<h3>In this article</h3>
</nav>
<section id="right-rail-qna" class="margin-top-xxs" data-bi-name="qna-link-card" hidden></section>
</div>
</div>
</div>
<!--end of div.columns -->
</section>
<!--end of .primary-holder -->
<!-- interactive container -->
<aside id="interactive-container" class="interactive-container is-visible-interactive column has-body-background-dark ">
</aside>
<!-- end of interactive container -->
</div>
</div>
<!--end of .mainContainer -->
<section class="border-top has-default-focus is-hidden-interactive margin-top-sm ">
<footer id="footer" data-bi-name="footer" class="footer-layout uhf-container has-padding" role="contentinfo">
<div class="display-flex gap-xs flex-wrap-wrap is-full-height padding-right-lg-desktop">
<a
data-mscc-ic="false"
class="locale-selector-link button button-sm button-clear flex-shrink-0"
href="#"
data-bi-name="select-locale">
<span class="icon" aria-hidden="true">
<span class="docon docon-world"></span>
</span>
<span class="local-selector-link-text"></span></a>
<div class="ccpa-privacy-link flex-shrink-0" hidden>
<a
href="https://aka.ms/yourcaliforniaprivacychoices"
class="button button-sm button-clear"
data-mscc-ic="false"
data-bi-name="your-privacy-choices"
>
<svg
role="img"
aria-label="California Consumer Privacy Act (CCPA) Opt-Out Icon"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 30 14"
xml:space="preserve"
height="16"
width="43"
focusable="false"
>
<title>California Consumer Privacy Act (CCPA) Opt-Out Icon</title>
<path d="M7.4 12.8h6.8l3.1-11.6H7.4C4.2 1.2 1.6 3.8 1.6 7s2.6 5.8 5.8 5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#fff"></path>
<path d="M22.6 0H7.4c-3.9 0-7 3.1-7 7s3.1 7 7 7h15.2c3.9 0 7-3.1 7-7s-3.2-7-7-7zm-21 7c0-3.2 2.6-5.8 5.8-5.8h9.9l-3.1 11.6H7.4c-3.2 0-5.8-2.6-5.8-5.8z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#06f"></path>
<path d="M24.6 4c.2.2.2.6 0 .8L22.5 7l2.2 2.2c.2.2.2.6 0 .8-.2.2-.6.2-.8 0l-2.2-2.2-2.2 2.2c-.2.2-.6.2-.8 0-.2-.2-.2-.6 0-.8L20.8 7l-2.2-2.2c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l2.2 2.2L23.8 4c.2-.2.6-.2.8 0z" style="fill:#fff"></path>
<path d="M12.7 4.1c.2.2.3.6.1.8L8.6 9.8c-.1.1-.2.2-.3.2-.2.1-.5.1-.7-.1L5.4 7.7c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0L8 8.6l3.8-4.5c.2-.2.6-.2.9 0z" style="fill:#06f"></path>
</svg>
<span>Your Privacy Choices</span>
</a>
</div>
<div class="flex-shrink-0">
<div class="dropdown has-caret-up">
<button class="dropdown-trigger button button-clear button-sm has-inner-focus theme-dropdown-trigger"
aria-controls="theme-menu" aria-expanded="false" title="Theme" data-bi-name="theme">
<span class="icon">
<span class="docon docon-sun" aria-hidden="true"></span>
</span>
<span>Theme</span>
<span class="icon expanded-indicator" aria-hidden="true">
<span class="docon docon-chevron-down-light"></span>
</span>
</button>
<div class="dropdown-menu" id="theme-menu" role="menu">
<ul class="theme-selector padding-xxs" role="none">
<li class="theme display-block" role="menuitem">
<button class="button button-clear button-sm theme-control button-block justify-content-flex-start"
data-theme-to="light">
<span class="theme-light margin-right-xxs">
<span
class="theme-selector-icon css-variable-support border display-inline-block has-body-background"
aria-hidden="true">
<svg class="svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 22 14">
<rect width="22" height="14" class="has-fill-body-background" />
<rect x="5" y="5" width="12" height="4" class="has-fill-secondary" />
<rect x="5" y="2" width="2" height="1" class="has-fill-secondary" />
<rect x="8" y="2" width="2" height="1" class="has-fill-secondary" />
<rect x="11" y="2" width="3" height="1" class="has-fill-secondary" />
<rect x="1" y="1" width="2" height="2" class="has-fill-secondary" />
<rect x="5" y="10" width="7" height="2" rx="0.3" class="has-fill-primary" />
<rect x="19" y="1" width="2" height="2" rx="1" class="has-fill-secondary" />
</svg>
</span>
</span>
<span>
Light </span>
</button>
</li>
<li class="theme display-block" role="menuitem">
<button class="button button-clear button-sm theme-control button-block justify-content-flex-start"
data-theme-to="dark">
<span class="theme-dark margin-right-xxs">
<span
class="border theme-selector-icon css-variable-support display-inline-block has-body-background"
aria-hidden="true">
<svg class="svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 22 14">
<rect width="22" height="14" class="has-fill-body-background" />
<rect x="5" y="5" width="12" height="4" class="has-fill-secondary" />
<rect x="5" y="2" width="2" height="1" class="has-fill-secondary" />
<rect x="8" y="2" width="2" height="1" class="has-fill-secondary" />
<rect x="11" y="2" width="3" height="1" class="has-fill-secondary" />
<rect x="1" y="1" width="2" height="2" class="has-fill-secondary" />
<rect x="5" y="10" width="7" height="2" rx="0.3" class="has-fill-primary" />
<rect x="19" y="1" width="2" height="2" rx="1" class="has-fill-secondary" />
</svg>
</span>
</span>
<span>
Dark </span>
</button>
</li>
<li class="theme display-block" role="menuitem">
<button class="button button-clear button-sm theme-control button-block justify-content-flex-start"
data-theme-to="high-contrast">
<span class="theme-high-contrast margin-right-xxs">
<span
class="border theme-selector-icon css-variable-support display-inline-block has-body-background"
aria-hidden="true">
<svg class="svg" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 22 14">
<rect width="22" height="14" class="has-fill-body-background" />
<rect x="5" y="5" width="12" height="4" class="has-fill-secondary" />
<rect x="5" y="2" width="2" height="1" class="has-fill-secondary" />
<rect x="8" y="2" width="2" height="1" class="has-fill-secondary" />
<rect x="11" y="2" width="3" height="1" class="has-fill-secondary" />
<rect x="1" y="1" width="2" height="2" class="has-fill-secondary" />
<rect x="5" y="10" width="7" height="2" rx="0.3" class="has-fill-primary" />
<rect x="19" y="1" width="2" height="2" rx="1" class="has-fill-secondary" />
</svg>
</span>
</span>
<span>
High contrast </span>
</button>
</li>
</ul>
</div>
</div>
</div>
</div>
<ul class="links" data-bi-name="footerlinks">
<li class="manage-cookies-holder" hidden></li>
<li><a class="external-link-indicator" data-mscc-ic="false" href="/en-gb/previous-versions/" data-bi-name="archivelink">Previous Versions</a></li>
<li><a class="external-link-indicator" data-mscc-ic="false" href="https://techcommunity.microsoft.com/t5/microsoft-learn-blog/bg-p/MicrosoftLearnBlog" data-bi-name="bloglink">Blog</a></li>
<li><a class="external-link-indicator" data-mscc-ic="false" href="/en-gb/contribute/" data-bi-name="contributorGuide">Contribute</a></li>
<li><a class="external-link-indicator" data-mscc-ic="false" href="https://go.microsoft.com/fwlink/?LinkId=521839" data-bi-name="privacy">Privacy</a></li>
<li><a class="external-link-indicator" data-mscc-ic="false" href="/en-gb/legal/termsofuse" data-bi-name="termsofuse">Terms of Use</a></li>
<li><a class="external-link-indicator" data-mscc-ic="false" href="https://www.microsoft.com/legal/intellectualproperty/Trademarks/" data-bi-name="trademarks">Trademarks</a></li>
<li>© Microsoft 2023</li>
</ul>
</footer>
</section>
<div id="action-panel" role="region" aria-label="Action Panel" class="action-panel has-default-focus" tabindex="-1"></div>
</body>
</html>