# Workspace Addons

- [Outlook addins](https://docs.aurinko.io/workspace-addons/outlook-addins.md): Integrate Outlook with third-party services using add-ins built on JavaScript/HTML, enabling seamless access to emails, meetings, and more.
- [Create your first Outlook addin](https://docs.aurinko.io/workspace-addons/outlook-addins/create-your-first-outlook-addin.md): Set up your Aurinko Outlook add-in by creating an account, installing the manifest, and accessing user data through the Unified Mailbox API.
- [Office 365: Installing Outlook addin](https://docs.aurinko.io/workspace-addons/outlook-addins/office-365-installing-outlook-addin.md): Install your Aurinko Outlook add-in by uploading the auto-generated manifest in Outlook. Open the add-in from the main ribbon to get started.
- [Microsoft Teams apps](https://docs.aurinko.io/workspace-addons/microsoft-teams-apps.md): Integrate third-party solutions with Teams using Aurinko API. Develop bots and tabs to enhance user experience and access Graph API seamlessly.
- [Microsoft Teams bot setup](https://docs.aurinko.io/workspace-addons/microsoft-teams-apps/microsoft-teams-bot-setup.md): Register your bot in the Microsoft Bot Framework, link it to Aurinko, and use the API to manage Teams interactions effectively.
- [Create your first MS Teams app](https://docs.aurinko.io/workspace-addons/microsoft-teams-apps/create-your-first-ms-teams-app.md): Create an Aurinko account, set up your app, enable necessary APIs, and start using your MS Teams app by accessing the Aurinko API.
- [Installing MS Teams app](https://docs.aurinko.io/workspace-addons/microsoft-teams-apps/installing-ms-teams-app.md): Install the Aurinko app in Microsoft Teams to integrate its features seamlessly.
- [Chrome Extensions with Google authentication](https://docs.aurinko.io/workspace-addons/chrome-extensions-with-google-authentication.md): Integrate Google authentication into your Chrome extension using Aurinko's backend API for seamless user management and offline access.
- [Google Workspace Add-Ons](https://docs.aurinko.io/workspace-addons/google-workspace-add-ons.md): Simplify your Google Workspace Add-Ons development with Aurinko's backend services for user management, third-party integrations, and offline access.
- [Create your first embedded WebEx app](https://docs.aurinko.io/workspace-addons/create-your-first-embedded-webex-app.md)
- [Storage API](https://docs.aurinko.io/workspace-addons/storage-api.md)
- [User management](https://docs.aurinko.io/workspace-addons/user-management.md)


---

# 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://docs.aurinko.io/workspace-addons.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.
