# First Time Setup

## Summary <a href="#bkmrk-page-title" id="bkmrk-page-title"></a>

Once you have installed Organizr, the first page that you are presented with is the Wizard page.  Here you will enter which License type you want to use along with creating the Admin's credentials.

![](https://4256712066-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MhZdNSL6M8X_fZlyG10%2F-MimyF41yDrGUQRcLwGl%2F-MimyoSIR85Nezd0ywNV%2Fimage.png?alt=media\&token=08b65f2f-7afc-440d-85cc-0ca06122c404)

### **Install Type**

This is where you would choose if this is for Personal Use of Business use,&#x20;

| License Type | Information                                |
| ------------ | ------------------------------------------ |
| Personal     | Everything is unlocked - nothing is hidden |
| Business     | All Media related items are hidden         |

![](https://4256712066-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MhZdNSL6M8X_fZlyG10%2F-MimysVi_qVMN4KEaRP-%2F-Mimz4gDN_FaP1i_x8wZ%2Fimage.png?alt=media\&token=576defce-cef6-45e0-9e9d-969b4b383e0a)

### **Admin Info**

Here you will need to fill out the Admin's info.  If you choose the personal License and you are using Plex or Emby as a backend you should fill out the username/email/password all the same as that admin's information so you can use SSO.

![](https://4256712066-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MhZdNSL6M8X_fZlyG10%2F-MimysVi_qVMN4KEaRP-%2F-MimzFx_hyuGkVOR-PHh%2Fimage.png?alt=media\&token=a7b138cf-dc37-4c86-ad77-b2fc52c4ebaa)

### **Security**

This is where locking down the system comes into play.  There are 3 fields that are needed, 1 of them is auto-generated, which is the API field.

| Field                 | Information                                                                 |
| --------------------- | --------------------------------------------------------------------------- |
| Hash Key              | This is the salt used to hash all passwords that will be in the config file |
| Registration Password | This is the field that is needed for anyone to sign up for you Organizr     |
| API Key               | This is auto-generated.  Used to access Organizr's data                     |

![](https://4256712066-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MhZdNSL6M8X_fZlyG10%2F-MimysVi_qVMN4KEaRP-%2F-MimzNZg3kkrbsovJUIT%2Fimage.png?alt=media\&token=e58285c8-23e5-4f1e-aecb-5c4ea02c905f)

### **Database**

Organizr uses SQLITE for its Database.  All that is needed is what you want to name the Database - for security reasons... and The location of where to store it - also for security reasons.  Once you have filled out the information, it's best to click the Test/Create Path button to see if everything is good to go.

| Path                | Information                                                                              |
| ------------------- | ---------------------------------------------------------------------------------------- |
| Suggested Directory | This is a new directory named `db` inside the parent directory of where Organizr located |
| Current Directory   | This where Organizr is located                                                           |
| Parent Directory    | This is the parent directory of where Organizr located                                   |

![](https://4256712066-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MhZdNSL6M8X_fZlyG10%2F-MimysVi_qVMN4KEaRP-%2F-MimzSCaITO--e507HTR%2Fimage.png?alt=media\&token=7f729dc7-ede1-4397-821d-891dee3d28a9)

### **Verify**

Once you have completed all the steps, you will be taken to an overview page so you may see everything that was entered.  You may hover over the items that are sensitive so you may see that information.  Once you have verified all information, you may click Finish.  This will create the Database and import you as the Admin user.  Once completed it will refresh to the login screen.

![](https://4256712066-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MhZdNSL6M8X_fZlyG10%2F-MimysVi_qVMN4KEaRP-%2F-MimzhC3PLfC-l0qh9Xs%2Fimage.png?alt=media\&token=11e2ae0d-d8c9-4a57-a252-c8796f0b1fe2)

## **Login Screen**

Now that the Database is created, you will now be automatically logged in.  If that doesn't happen, login with the credentials that you just finished creating.


---

# 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/first-time-setup.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.
