# Automatic Account Creation

FenixPyre provides an option to automatically create user accounts when users first log in via Single Sign-On (SSO).&#x20;

You can find this option under Security > Identity & Provisioning > SAML SSO

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

This feature helps streamline user management by eliminating the need for manual user account creation.

### **When Automatic User Account Creation is Enabled:**

* **User Account Creation**:\
  When a user logs in for the first time using SSO, FenixPyre will automatically create a user account for them. The system assigns the **default user policy** to the newly created account, ensuring that the user has the necessary access rights and permissions to use the platform.

### **When Automatic User Account Creation is Disabled:**

* **Access Denied**:\
  If Automatic User Account Creation is disabled, the system will not create a user account when they log in for the first time using SSO. Instead, the user will receive an **access denied error**, and they will be unable to proceed with accessing the platform.

This feature gives administrators control over whether users are automatically provisioned when they log in through SSO, ensuring that account creation aligns with your organization’s policies and workflows.


---

# 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.fenixpyre.com/fenixpyre-for-admins/admin-dashboard/identity-and-provisioning/automatic-account-creation.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.
