StrataDocs

Extensions overview

Extensions are how you give Strata access to your data, your files, and your inbox. Once your organization connects its own Azure AI Foundry — the one-time setup that powers every response — Strata works as a general-purpose AI assistant even before you connect any extension, and grows into a full intelligence platform as you add them.

What an extension is

An extension is a connector that exposes a specific external system to the AI as a set of tools. Each extension adds capabilities — when you connect one, the AI can call its tools during a chat or an agent run; when you disconnect it, the tools disappear from the AI's toolset.

Strata's connectors are no longer Microsoft-only. Atlassian is the first non-Microsoft connector, and it covers two extensions — Jira and Confluence — behind one sign-in, so an organization that connects it is reaching Atlassian Cloud as well as its own Microsoft 365 tenant. The extensions you connect yourself appear in Settings > Extensions:

ExtensionWhat it addsConnected via
Microsoft SQL ServerLive database queries, schema discovery, multi-connection management, the Tables / Procedures / Explorer / Schema Map / Database Analytics pagesA credentials form in Settings, or an admin-published connection. See /docs/integrations/sql-server.
Microsoft OneDriveSearch, read, and save files (Excel, PDF, Word, PowerPoint)A Microsoft OAuth popup. See /docs/integrations/onedrive.
Microsoft OutlookSearch and read email, read attachments, draft and send messages with AI-generated attachmentsA Microsoft OAuth popup. See /docs/integrations/outlook.
JiraIssue and request search across Jira Software and Jira Service Management, issue counts, single-issue reads, and JSM queues — plus creating issues and commenting, if your organization has turned writes onAn Atlassian OAuth popup, when your organization runs Atlassian in "each person signs in" mode. See /docs/integrations/atlassian.
ConfluencePage search, reading a page, and listing spaces — plus creating pages and commenting, if your organization has turned writes onThe same Atlassian connection as Jira. See /docs/integrations/atlassian.

Jira and Confluence share a single Atlassian row — "Jira and Confluence, one connection" — so you connect once and get whichever of the two your organization has enabled. They stay separate extensions everywhere else: an admin can allow one and deny the other, and each has its own writes setting.

Atlassian is also the one row that is not always yours to action. If an admin has chosen One organization account mode, an Atlassian service account covers everyone in the organization and there is nothing for you to connect — the row reads as connected through the organization account and offers no Disconnect.

Two more connectors are never in the per-user Settings > Extensions list at all, because an admin sets them up for the whole organization:

ExtensionWhat it addsSet up by
Microsoft TeamsChat with Strata directly from a Teams conversationPer-tenant bot registration coordinated by Kronisys. See /docs/integrations/teams.
SharePointPowers the Knowledge Base — an admin indexes selected SharePoint sites so everyone can ask questions across them with cited sourcesAn admin enables it (it requires OneDrive) and connects sites in Admin > Knowledge Base. See /docs/admin/knowledge-base.
Note

Strata also ships Strata for Outlook, an add-in that runs inside Outlook itself so you can summarize, draft, and analyze the email you're reading without leaving your inbox. It's separate from the Outlook mailbox connector above — see /docs/integrations/outlook-add-in.

Connecting an extension

Open Settings > Extensions. Each extension is a row that shows a Connect button when it's not connected, or a Connected status with the linked account or database underneath when it is. A More menu (the three-dot button at the end of each row) holds the Disconnect action.

  • For OneDrive and Outlook, click Connect on the tile. A Microsoft OAuth popup opens; sign in with your work account and approve the requested scopes. The popup closes and the tile flips to its connected state.
  • For Jira and Confluence, click Connect on the single Atlassian tile and sign in to Atlassian — one consent covers both products. An admin has to pin the organization's Atlassian site before anyone can connect; until they do, the attempt returns a message saying so.
  • For SQL Server, click Connect to open the connection manager and add credentials. You can save more than one connection and switch between them — only one is "active" at a time and powers the database-aware pages.

To remove an extension, open its More menu and click Disconnect. Strata closes the underlying session immediately. For SQL Server, Disconnect clears the active connection without deleting any saved credentials — your saved connections stay in the list and you can reactivate any of them later.

Note

If your organization has restricted an extension, its row shows a Restricted label instead of a Connect button, and a banner notes that your organization controls which extensions you can use.

How extensions change the AI

Each connected extension activates one or more tools the AI can call mid-response. With your organization's Azure AI Foundry connected but no extensions, Strata behaves as a general-purpose AI: it can reason, write, do math, and search the web (if web search is on), but it cannot read your data. Connect SQL Server and the same chat can suddenly run run_sql. Connect Outlook and it can search and send email. Connect OneDrive and it can save the styled Excel it just generated to your drive.

The sidebar reflects the SQL Server state directly — the database pages (Tables, Procedures, Explorer, Schema Map, Database Analytics) only appear when at least one SQL Server connection is active.

Admin: restricting which extensions an org can use

Admins control the org-wide extension list under Admin > Org Settings. Disabling an extension for the organization hides its row from every member's Settings > Extensions and blocks the corresponding API endpoints at the server. A member who tries to hit /api/connection/*, /api/onedrive/*, /api/outlook/*, /api/jira/*, or /api/confluence/* for a disabled extension gets a 403. The Microsoft endpoints carry the response flag extensionDisabled: true; the Atlassian endpoints answer with a message naming the product — "Jira is not enabled for your organization." Jira and Confluence are separate checkboxes, so disabling one leaves the other working, and unchecking Confluence does not disconnect Atlassian.

Warning

SharePoint requires OneDrive. Disabling SharePoint also turns off the Knowledge Base, since Knowledge Base search runs on SharePoint-indexed content.

Admins can also restrict extensions per user. In Admin > Users, open a member and use the Extensions & Data tab to control which integrations that one user can connect — alongside their Analysis access and which AI models they can use. The agent-specific extension mask lives separately, under that member's Agents tab; see /docs/agents/per-user-governance for how that mask overrides what a single user's agents are allowed to call at runtime.

Where to go next

Related