# Pyas Apps

## Apps

When you sign up for Pyas, in order to start using our API, you must create an App. But what is a Pyas App? Think of a Pyas App as an isolated environment for your connected accounts. Each app you create will have its own Client ID and Client Secret. Additionally, you'll be able to create API keys and webhooks for each app. Aside from your organization and personal settings, everything in Pyas is associated with an app. A Pyas App has a one-to-many relationship with connected accounts, webhooks, api keys, etc.

Unless you're on the developer plan, you'll be able to create multiple Pyas Apps. We recommend creating an app for each of your product environments (Dev, Staging & Prod). This helps keep your data separated. When connecting accounts, you'll have to authenticate against each Pyas App.


---

# 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/pyas-apps.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.
