# Getting Started With Pyas

## Overview

Pyas makes it easy to integrate with Google Calendar, Outlook Calendar, and Zoom. Using our API will significantly cut down your development time and help get your product to market faster.

<figure><img src="https://703485338-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FzAOD4a5iAUra2DB1y99h%2Fuploads%2F5fKhCpeUOpOScfkrVCZK%2Fpyas-dashboard-1.png?alt=media&#x26;token=45932764-de55-4440-b005-e185e3882bd0" alt=""><figcaption></figcaption></figure>

## Calendar Providers

#### Google Calendar

We support Google Calendar. With our API, you can easily add Google calendar integrations into your app. You'll be able to view calendars, and perform CRUD operations to calendar events.

#### Outlook Calendar

We support Microsoft's Outlook Calendar. With our API, you can easily add Outlook calendar integrations into your app. You'll be able to view calendars, and perform CRUD operations to calendar events.

## Conferencing

#### Google Meet

When you integrate Google Calendar, you'll be able to use Google Meet as a conferencing option to Google Calendar events that you create. No extra configuration is required.

#### Zoom

We support Zoom conferencing. With our API, you can easily add Zoom integration into your app. You'll be able to perform CRUD operations to Zoom meetings. You'll also be able to add Zoom as a conferencing option to both Google and Outlook Calendar events that you create.

## Quick links

{% content-ref url="fundamentals/pyas-apps" %}
[pyas-apps](https://docs.pyas.io/fundamentals/pyas-apps)
{% endcontent-ref %}

{% content-ref url="fundamentals/provider-apps" %}
[provider-apps](https://docs.pyas.io/fundamentals/provider-apps)
{% endcontent-ref %}


---

# 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.pyas.io/getting-started-with-pyas.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.
