# Admin

<figure><img src="/files/8tHzD4lPfkhzNeRn21gh" alt=""><figcaption></figcaption></figure>

#### Admin Section Overview

The Fast Phoenix admin section is a powerful hub for managing your application. It provides essential tools for overseeing users, managing emails, and monitoring application performance. The admin interface includes the following pages:

***

**1. Users**

The Users page allows administrators to manage all registered users in the application:

* **Search and Lookup**:\
  Quickly find users by email, username, or other criteria.
* **View Details**:\
  Access user profiles, including roles, organization membership, and activity logs.
* **Manage Users**:
  * Update roles or permissions.
  * Deactivate or delete user accounts.

***

**2. Emailing**

The Emailing page provides a centralized tool for launching email campaigns:

* **Bulk Campaigns**:\
  Send emails to specific user groups using filters such as:
  * Subscription tier (e.g., Free, Pro, Enterprise)
* **Track Campaigns**:\
  Monitor delivery, open, and click-through rates via Mailgun logs.

***

**3. Email Templates**

Manage all custom email templates from this page:

* **Create Templates**:\
  Use a simple editor to design email templates directly in the browser.
* **Edit Templates**:\
  Update existing templates without redeploying code.
* **Preview Emails**:\
  Visualize how the email will look before sending.
* **Database Storage**:\
  All custom templates are stored in the database for reusability.

***

**4. Default Templates**

The Default Templates page lists the prebuilt email templates included with Fast Phoenix:

* **View Built-in Templates**:\
  Browse templates for actions like password resets, invites, and notifications.
* **Customize Defaults**:\
  Override default templates to match your brand’s tone and design.

***

**5. Telemetry**

The Telemetry page provides insights into your application’s performance and health:

* **Real-Time Metrics**:\
  Monitor key metrics such as request rates, database queries, and system load.
* **Error Tracking**:\
  Identify and troubleshoot errors in real time.

***

#### Why It Matters

The admin section in Fast Phoenix empowers administrators with:

* **Full Control**: Oversee all aspects of the application from a single interface.
* **Operational Efficiency**: Manage users, emails, and performance without needing to access the codebase.
* **Scalability**: Tools that grow with your application’s user base and complexity.

With the admin section, managing your app becomes simple, efficient, and powerful. 🚀


---

# 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.fastphoenix.pro/features/admin.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.
