> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/copilot/settings.md).

# Copilot Settings

This is a simple table view of Microsoft 365 Copilot tenant settings for the selected tenant, mirroring the Copilot policy settings found in the Microsoft 365 admin center. The settings covered are:

* Pin Microsoft 365 Copilot Chat
* Block Copilot Access to Open Content
* Designer Image Generation
* Allow web search in Copilot
* Admin Copilot in Microsoft 365 Admin Center

## Table Details

| Column  | Description                                                                                                                                                                                                                         |
| ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Setting | The name of the Microsoft 365 Copilot tenant setting.                                                                                                                                                                               |
| State   | The setting's current configured state, for example Enabled, Disabled, or Not configured. The web search setting reports its three-state value instead, and a setting CIPP could not read from the tenant shows **Unable to read**. |

## Table Actions

<table><thead><tr><th>Action</th><th>Description</th><th data-type="checkbox">Bulk Action Available</th></tr></thead><tbody><tr><td>Set Status</td><td>Changes the selected setting's state. For most settings, prompts for a desired state: Enabled, Disabled, or Not configured. The web search setting is a three-state policy, so it instead offers the same options as the Microsoft 365 admin center: enabled in both Microsoft 365 Copilot and Microsoft 365 Copilot Chat, disabled in both, or disabled in Microsoft 365 Copilot Work mode while enabled in Microsoft 365 Copilot Chat, plus Not configured. Refetches the list so the updated state is reflected.</td><td>true</td></tr></tbody></table>

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/CyberDrain/CIPP/issues/new?template=feature.yml) on GitHub.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cipp.app/user-documentation/copilot/settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
