# Using the Admin Console

On a self-hosted instance, the Fabricate user with the email address that is configured as the value of `FABRICATE_ADMIN_EMAIL` has access to the **Admin Console**.

The **Admin Console** provides tools to monitor and troubleshoot your Fabricate instance.

To display the console, in the user menu, click **Admin Console**.The **Admin Console** displays the Fabricate version number, and contains the following information.

## Dashboards

<table data-header-hidden><thead><tr><th width="260.61328125" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>Usage</strong></td><td valign="top">Displays graphs that summarize the usage for each account user. Shows the number of messages, Data Agent databases, AI credits, and rule-based databases per user.</td></tr><tr><td valign="top"><strong>Accounts</strong></td><td valign="top">Displays the list of accounts on the instance. From the <strong>Accounts</strong> tab, you can create a new account and view an individual account.</td></tr><tr><td valign="top"><strong>Users</strong></td><td valign="top">Displays the list of users on the instance. From the <strong>Users</strong> tab, you can impersonate a user.</td></tr><tr><td valign="top"><strong>Databases</strong></td><td valign="top">Displays the list of databases on the instance.</td></tr><tr><td valign="top"><strong>API</strong></td><td valign="top">Displays the list of users who have made API requests or created a mock API. By default, includes requests from the last seven days. You can instead include requests from the last 24 hours or the last 30 days.</td></tr><tr><td valign="top"><strong>Sidekiq</strong></td><td valign="top">Displays a Sidekiq dashboard, which allows you to monitor and troubleshoot Redis.</td></tr></tbody></table>

## Data Agent

<table data-header-hidden><thead><tr><th width="260.61328125" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>Conversations</strong></td><td valign="top">Allows you to provide a conversation identifier in order to display the conversation content.</td></tr></tbody></table>

## Rules

<table data-header-hidden><thead><tr><th width="260.61328125" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>Imports</strong></td><td valign="top">Displays a list of imports into the instance.</td></tr><tr><td valign="top"><strong>Exports</strong></td><td valign="top">Displays a list of exports from the instance.</td></tr><tr><td valign="top"><strong>AI</strong></td><td valign="top">Displays the <a href="/pages/p9zHpTQ8x4ADxkX5jCp1">LLM provider settings</a> for the instances, and lists the AI requests for the instance.<br><br>To test the LLM provider settings, click <strong>Test Settings</strong>.</td></tr></tbody></table>

## Health

<table data-header-hidden><thead><tr><th width="260.61328125" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top"><strong>Puma</strong></td><td valign="top">Provides information about the status of the Fabricate web workers.<br><br>To view the status information in JSON form, click <strong>View JSON</strong>.<br><br>To refresh the status information manually, click <strong>Refresh</strong>.<br><br>To automatically refresh the status information every 5 seconds, check the <strong>Auto-refresh</strong> checkbox.</td></tr><tr><td valign="top"><strong>Sidekiq</strong></td><td valign="top">Displays a Sidekiq dashboard, which allows you to monitor and troubleshoot Redis.</td></tr></tbody></table>


---

# 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.tonic.ai/fabricate/self-hosting-fabricate/using-the-admin-console.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.
