# AI Service Providers

### Overview

Within this section, admins can manage the connections to any AI service providers that have been configured for the domain. By default, AI Studio will have a connection setup with MangoApps Managed LLM.&#x20;

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

From here, Admins can configure new connections to supported LLMs, enable/disable connected LLMs, or remove connections entirely.&#x20;

***

### Connect an AI Service Provider

To configure a new connection to an AI service provider, click the **Connect a LLM** button located in the top right corner of the screen.

From the resulting pop-up window, select an option from a dropdown list of MangoApps-supported LLMs. Upon selecting one of these options, the name and icon of the LLM will auto-populate and can be edited by the Admin.&#x20;

<figure><img src="/files/dAuSnTb6DLtAfrJzuMuW" alt="" width="443"><figcaption></figcaption></figure>

Fill out the API credentials provided by the admin’s account managed by the AI service provider and click **Save** to initiate the connection request.

If successful, a confirmation message will appear and any new/existing AI Assistants can then be configured using the new AI service provider’s models as its associated LLM.&#x20;

***

### MangoApps Managed LLM

MangoApps domains with the AI Studio module enabled come with a preset connection to the MangoApps Managed LLM.&#x20;

Responses generated by AI Assistants using the MangoApps Managed LLM are generated solely by an LLM instance hosted within the MangoApps AI infrastructure (e.g. Azure OpenAI), meaning intranet data will never leave the MangoApps network.

The MangoApps Managed LLM is available to all employees and can be used for any new/existing AI Assistants created for the domain.

<br>


---

# Agent Instructions: 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:

```
GET https://guides.mangoapps.com/ai-guide/admin-portal/ai-studio-module/ai-service-providers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
