> For the complete documentation index, see [llms.txt](https://docs.cubu.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cubu.com/guides/technical-guide/welcome-to-cubus-technical-guide.md).

# Welcome to Cubu's Technical Guide!

This guide provides technical information and instructions for advanced tasks such as configuring external calendar integrations, setting up video meetings, developing webhooks, and using server-to-server APIs.

If you want to get information about security and data safety in general, please refer to:

* [White Papers](/guides/technical-guide/white-papers.md)

To set up video conferencing through Microsoft Teams or Zoom, please refer to the following link:

* [Configuring Video Meetings](/guides/technical-guide/advanced-configuration/configuring-video-meetings.md)

To integrate Cubu calendars with your **Microsoft Office 365** or **Google Workspace** calendars, or create **Google Meet** conversations, see:

* [Calendar Integration](/guides/technical-guide/advanced-configuration/calendar-integration.md)

To allow users in your organization to log in with their enterprise credentials (single sign-on), using Microsoft Azure AD (Microsoft Entra ID), see:

* [Configuring Single Sign On (SSO)](/guides/technical-guide/advanced-configuration/configuring-single-sign-on-sso.md)

If you want to enhance the capabilities of Cubu, integrate it with legacy systems, or create advanced integrations, see:

* [Broken mention](broken://pages/VTnrmUzqYf7zTqowiFrU)

You can carry out tasks on Cubu directly from your enterprise servers by utilizing Cubu's server-to-server APIs:

* [Server to Server (S2S) API](/guides/technical-guide/server-to-server-s2s-api/server-to-server-s2s-api.md)


---

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

```
GET https://docs.cubu.com/guides/technical-guide/welcome-to-cubus-technical-guide.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.
