# Getting set up

<details>

<summary>Step1: Creating your organization</summary>

Register for a [Pyas account](https://www.app.pyas.io/auth/register).&#x20;

You'll be asked to provide your full name, organization name and email (this should be the email you plan to use for your organization. It cannot be changed.)

</details>

<details>

<summary>Step 2: Inviting your team</summary>

See the [Inviting Members](/fundamentals/getting-set-up/inviting-team-members.md) section.

</details>

<details>

<summary>Step 3: Create a Pyas App</summary>

See the [Creating an App](/fundamentals/getting-set-up/creating-an-app.md) section.

</details>

<details>

<summary>Step 4: Configure Authentication</summary>

There are 2 options for authenticating users; Pyas Auth and Native Auth.

The quickest way to start connecting accounts is to use the Pyas Auth option.

See the [Setup Authentication](/fundamentals/getting-set-up/setup-authentication.md) section for more info.

</details>

<details>

<summary>Step 5: Generate API Keys</summary>

In order to start using our API, you must create API keys. See the [**API Authentication**](/rest-api-reference/api-authentication.md) section for more info.

</details>

<details>

<summary>Step 6: Connect an Account</summary>

You should now be ready to start connecting accounts and using the API.

</details>


---

# 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/getting-set-up.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.
