# User Authorization via Frontend and Backend

### **Frontend Authorization**

Simplifies user access without backend integration, making it accessible for smaller websites or operators without backend support.

> :white\_check\_mark: Ideal for operators without a backend or who need quick access for non-registered users.

<figure><img src="/files/SK5mMIKoWlcFcnx1EhZa" alt=""><figcaption><p>Frontend Authorization settings tab</p></figcaption></figure>

### **Backend Authorization**

> :white\_check\_mark: Ideal for operators with a backend system and their own user authentication.

Allows integration with the operator’s existing user management, enhancing security and ensuring seamless user transitions.

<figure><img src="/files/5a0JErGUCPb5a7NQ4G78" alt=""><figcaption><p>Backend Authorization settings tab</p></figcaption></figure>


---

# 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.enable3.io/enable3/getting-started/basic-setup/user-authorization-via-frontend-and-backend.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.
