> For the complete documentation index, see [llms.txt](https://docs.appstrategy.com/apprules-r-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appstrategy.com/apprules-r-documentation/platform/platform-features/utilities/master-admin-options.md).

# Master Admin Options

Certain functions in appRules can only be performed by Master Admins.  These functions are accessible from the Master Admin menu on the home page:

## Create New Project Database

This Master Admin menu item is used for creating a new project database:

&#x20;

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

Select a database type, authentication and connection string for creating the new project database.  Once created, you can login using the new Admin user id to add other users, create Settings, etc.

## Project Database Directory

This Master Admin menu item is used for updating project databases for settings to be used for processes such as the appRules Scheduler:

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

## License Manager

If you are running the on-premise edition of appRules, this Master Admin menu item is used for reviewing and activating the software license:

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

## Master Admin Users

This Master Admin menu item is used for adding additional Master Users:

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

## Install Connectors

This Master Admin menu item is used as an option for restricting the connectors to only the ones in use at your organization:

<figure><img src="/files/0fqgPB1F77PMj2DpA7BC" alt=""><figcaption></figcaption></figure>

## WebApi Server Definitions

This Master Admin menu item is used for defining the appRules WebApi Servers used for running jobs.  Your main server is predefined as localhost:

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.appstrategy.com/apprules-r-documentation/platform/platform-features/utilities/master-admin-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
