# Integrations

The **Integrations page** provides a centralized view of all third-party services connected to your account or workspace. It allows users to manage access, monitor connection status, and control permissions for each integration.

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

### Sections

#### Service

Identifies the third-party platform being integrated.

#### Account

Shows the account name or email used for the integration.

#### Date Connected

Indicates when the integration was initially authorized.

#### Expires

Shows when the token or session will expire. Some integrations do not expire.

#### Visibility

A dropdown that controls who in the workspace can use the integration. Example setting:

* **Anyone in this Workspace**: All members can access the integration.
* **Only me:** Only averrable to the account that created the integration.

#### Delete Icon

Allows users to revoke or remove the integration.

### Managing Integrations

To **add a new connection**, click the **“Add Connection”** button at the top right. You will be prompted to:

1. Select a service
2. Log into your account and authorize access
3. Confirm visibility settings

To **delete** an existing connection, click the trash icon next to the corresponding row.


---

# 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://university.mindstudio.ai/docs/workspace-management/integrations.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.
