# REST API Reference

- [Introduction](https://docs.pyas.io/rest-api-reference/introduction.md): Pyas API Reference
- [API Authentication](https://docs.pyas.io/rest-api-reference/api-authentication.md): Our API endpoints are protected and require API Keys.
- [Google Calendar](https://docs.pyas.io/rest-api-reference/google-calendar.md): Pyas Google Calendar Integration
- [Auth](https://docs.pyas.io/rest-api-reference/google-calendar/auth.md): Connect a Google Account
- [Calendars](https://docs.pyas.io/rest-api-reference/google-calendar/calendars.md): Google Calendars
- [Events](https://docs.pyas.io/rest-api-reference/google-calendar/events.md): Google Calendar Events
- [Microsoft Outlook](https://docs.pyas.io/rest-api-reference/microsoft-outlook.md): Pyas Microsoft Outlook Integration
- [Auth](https://docs.pyas.io/rest-api-reference/microsoft-outlook/auth.md): Connect an Outlook Account
- [Calendars](https://docs.pyas.io/rest-api-reference/microsoft-outlook/calendars.md): Microsoft Outlook Calendars
- [Events](https://docs.pyas.io/rest-api-reference/microsoft-outlook/events.md): Microsoft Outlook Calendar Events
- [Zoom](https://docs.pyas.io/rest-api-reference/zoom.md): Pyas Zoom Integration
- [Auth](https://docs.pyas.io/rest-api-reference/zoom/auth.md): Connect a Zoom Account
- [Meetings](https://docs.pyas.io/rest-api-reference/zoom/meetings.md): Zoom Meetings


---

# 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/rest-api-reference.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.
