> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skillfactory.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Admin Panel

> Overview of the platform administration tools

## Platform administration

As an administrator, you have full control over settings, users, courses, and platform operations. The admin panel brings together all the tools you need to manage your institution.

## Who can access

The admin panel is available to users with the following roles:

| Role          | Access                                                                      |
| ------------- | --------------------------------------------------------------------------- |
| **Owner**     | Full control. First user on the platform. Cannot be removed.                |
| **Admin**     | General management. Can manage members, courses, invitations, and settings. |
| **Professor** | Partial access. Can manage members and invitations for their own courses.   |

<Note>
  Students do not have access to the admin panel.
</Note>

## Main areas

<CardGroup cols={2}>
  <Card title="Platform settings" icon="gear" href="/en/admin/platform-settings">
    Name, custom domain, default password, and general settings.
  </Card>

  <Card title="Member management" icon="users" href="/en/admin/member-management">
    Add, edit, import via CSV, and manage users.
  </Card>

  <Card title="Invitation system" icon="envelope" href="/en/admin/invitations">
    Create invitation codes for access to specific courses.
  </Card>

  <Card title="Billing and payments" icon="credit-card" href="/en/admin/billing">
    Manage subscription, paid addons, and invoices.
  </Card>

  <Card title="Visual customization" icon="palette" href="/en/admin/appearance">
    Logo, colors, themes, and custom domain.
  </Card>

  <Card title="Certificates" icon="certificate" href="/en/admin/certificates">
    Certificate templates and automatic issuance.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/en/admin/analytics">
    User, course, quiz, and engagement metrics.
  </Card>

  <Card title="Email templates" icon="envelope-open-text" href="/en/admin/email-templates">
    Customize transactional emails sent by the platform.
  </Card>

  <Card title="Integrations" icon="plug" href="/en/admin/integrations">
    Vimeo, YouTube, Google Meet, and AI providers.
  </Card>
</CardGroup>

## Accessing the panel

<Steps>
  <Step title="Log in">
    Use your administrator or owner credentials.
  </Step>

  <Step title="Access the Admin menu">
    Click "Admin" in the platform's sidebar menu.
  </Step>

  <Step title="Navigate through sections">
    Use the admin panel sidebar menu to access each area.
  </Step>
</Steps>

## Classes

Classes allow you to organize groups of students and enroll them in courses in bulk.

### How they work

* Create a class with a name and description
* Add members to the class (up to 100 at a time)
* Associate courses with the class
* All members are automatically enrolled in the class courses

### Automatic enrollment

When you add a member to a class that already has courses, the member is automatically enrolled in all courses. Likewise, when you add a course to a class with members, all members are enrolled in the new course.

<Info>
  Removing a member from a class does not cancel their existing enrollments. Enrollments remain active.
</Info>

## Addons

Addons are extra features that can be enabled or disabled according to your needs.

### Available addons

| Addon                | Category      | Price |
| -------------------- | ------------- | ----- |
| Community            | Communication | Paid  |
| Gamification         | Engagement    | Paid  |
| Advanced Analytics   | Productivity  | Paid  |
| Tutoring             | Teaching      | Paid  |
| Site Builder         | Marketing     | Paid  |
| Classes & Attendance | Management    | Paid  |
| Certificates         | Management    | Paid  |
| Skill Factory Live   | Teaching      | Paid  |
| Documents            | Productivity  | Free  |

To manage addons, go to **Admin -> Addons**. Free addons can be activated instantly. Paid addons require a subscription.

## Next steps

<CardGroup cols={3}>
  <Card title="Manage members" icon="users" href="/en/admin/member-management">
    Start by adding users
  </Card>

  <Card title="Customize" icon="palette" href="/en/admin/appearance">
    Set up the visual identity
  </Card>

  <Card title="Integrations" icon="plug" href="/en/admin/integrations">
    Connect external services
  </Card>
</CardGroup>
