# Pyas Auth

After you create an app, you should go ahead and configure the authentication settings. Below are the steps to configure Pyas Auth.

1. From your app view, click on the **Settings** tab.
2. Then, click on the **Authentication** tab.

<figure><img src="/files/PHjsdp3qEhfO6p8tGixI" alt=""><figcaption></figcaption></figure>

By default, the Pyas Auth option is enabled for all providers.

3. The next thing you'll need to do is update the redirect URL for each of the providers. Pyas will redirect users to that URL after they allow access on the consent screens. A code param will be passed in the URL, which you will need in order to complete the account connections.
4. After you add the redirect URLs, click the **Save Pyas Auth Settings** button.

Your Pyas Auth configuration should now be saved.


---

# 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/setup-authentication/pyas-auth.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.
