> For the complete documentation index, see [llms.txt](https://guides.mangoapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.mangoapps.com/integrations-guide/file-storage-and-sharing/integration-with-sharepoint/sharepoint-widget.md).

# SharePoint Widget

### Overview

The SharePoint widget in MangoApps allows domain users to access SharePoint directly from their MangoApps dashboard. This integration provides convenient access to SharePoint resources within the familiar MangoApps environment, streamlining workflows and improving productivity.&#x20;

<figure><img src="/files/DnB8gU2yGlThSiN0Ed2g" alt="" width="563"><figcaption></figcaption></figure>

***

### Add the Widget to Home

In the Admin Portal, navigate to **Manage Domain > Modules > Home** to manage and configure widgets for the user dashboard. Within the dashboard settings, locate the **Widgets** tab to view the available widgets that can be added. Scroll through the list until you find the **SharePoint widget.** Click the **Add** icon next to it to add it to the user dashboard.

<figure><img src="/files/ohnUqN1KMjI5FK6mwP78" alt="" width="563"><figcaption></figcaption></figure>

After adding the SharePoint widget, configure its settings to ensure it provides the necessary access to SharePoint resources. You may need to specify the SharePoint URL or other relevant details. Once the configuration is complete, save the changes. The SharePoint widget will now be available on the user dashboard, allowing users direct access to SharePoint from within MangoApps.

<figure><img src="/files/kItmzi45Vp9sckN7tBSx" alt=""><figcaption></figcaption></figure>

***

By adding the SharePoint widget to the MangoApps dashboard, domain admins can simplify document management and improve efficiency, allowing users to access SharePoint files and folders without leaving the MangoApps platform.


---

# 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://guides.mangoapps.com/integrations-guide/file-storage-and-sharing/integration-with-sharepoint/sharepoint-widget.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.
