# Fundamentals

- [Pyas Apps](https://docs.pyas.io/fundamentals/pyas-apps.md): What are Pyas Apps?
- [Provider Apps](https://docs.pyas.io/fundamentals/provider-apps.md): What are Provider Apps?
- [Pyas Auth vs Native Auth](https://docs.pyas.io/fundamentals/pyas-auth-vs-native-auth.md): What are the authentication options?
- [Getting set up](https://docs.pyas.io/fundamentals/getting-set-up.md): These 6 steps will help you get up and running with Pyas.
- [Inviting Team Members](https://docs.pyas.io/fundamentals/getting-set-up/inviting-team-members.md): Invite your team.
- [Creating an App](https://docs.pyas.io/fundamentals/getting-set-up/creating-an-app.md): You must create an app in order to use Pyas and connect accounts.
- [Setup Authentication](https://docs.pyas.io/fundamentals/getting-set-up/setup-authentication.md): There are 2 Authentication options.
- [Pyas Auth](https://docs.pyas.io/fundamentals/getting-set-up/setup-authentication/pyas-auth.md): Configure Pyas Authentication
- [Native Auth](https://docs.pyas.io/fundamentals/getting-set-up/setup-authentication/native-auth.md): Configure Native Authentication
- [Create a Google App](https://docs.pyas.io/fundamentals/getting-set-up/setup-authentication/native-auth/create-a-google-app.md): Below are the steps for creating a Google App.
- [Create an Azure App](https://docs.pyas.io/fundamentals/getting-set-up/setup-authentication/native-auth/create-an-azure-app.md): Below are the steps for creating an Azure App.
- [Create a Zoom App](https://docs.pyas.io/fundamentals/getting-set-up/setup-authentication/native-auth/create-a-zoom-app.md): Below are the steps for creating a Zoom app.
- [Connect an Account](https://docs.pyas.io/fundamentals/getting-set-up/setup-authentication/connect-an-account.md): Connect a Google, Microsoft or Zoom Account
- [Create Webhooks](https://docs.pyas.io/fundamentals/getting-set-up/create-webhooks.md): Get notified when there are changes/updates to accounts, calendars, and events.
- [Connected Accounts](https://docs.pyas.io/fundamentals/connected-accounts.md): What are connected accounts?
- [Zoom](https://docs.pyas.io/fundamentals/connected-accounts/zoom.md): Connect and Test the Zoom Integrations


---

# 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/fundamentals.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.
