# Authentication Backend

## Summary

Organizr ships with a few options to use as the user management backend.  Backends allow Organizr to authenticate user logins to gain access to Organizr.

## Default Backend

The default backend is Organizr's built in user management.  It allows all user functions such as:

* Add Users
* Delete Users
* Edit Users

### Organizr + Backend

While using the default backend from Organizr, you may also add a secondary backend server to utilize as another option to authenticate.  Using this option still allows you the same user functions from Organizr's backend listed above.

{% hint style="info" %}
Settings / System Settings / Main
{% endhint %}

To get to the other backends head to the above path and change the `Authentication Type` option to `Organizr DB + Backend` and change the `Authentication Backend`option.

![](https://4256712066-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MhZdNSL6M8X_fZlyG10%2F-MidJfKna7Ka3MmqF3Lr%2F-MidMEUIS2l_nQDcK7Y4%2Fimage.png?alt=media\&token=8ab55569-9882-4dc4-8908-a8a47fa85f0d)


---

# 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.organizr.app/features/authentication-backends.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.
