> ## 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.

# Platform Settings

> Configure general options, custom domain, and platform preferences

## General settings

Customize how the platform works according to your institution's needs. Settings are organized in tabs within the admin panel.

## Basic information

Go to **Admin -> Settings** to edit:

| Field                | Description                                                                                            |
| -------------------- | ------------------------------------------------------------------------------------------------------ |
| **Platform name**    | Your institution's name (max. 80 characters). Displayed in the header, emails, and certificates.       |
| **Contact email**    | Public email for support and communication.                                                            |
| **Default password** | Password used when creating new members. If empty, the system generates a random 6-character password. |

<Info>
  The platform name is used in all transactional emails and in the application header.
</Info>

## Custom domain

You can configure a custom domain (e.g., `lms.yourcompany.com`) so your platform has a professional URL.

### How to configure

<Steps>
  <Step title="Access settings">
    Admin -> Settings -> General tab
  </Step>

  <Step title="Enter your domain">
    Type the desired domain (e.g., `platform.company.com`).
  </Step>

  <Step title="Configure DNS">
    Create a CNAME record in your DNS provider pointing to the domain provided by the platform.
  </Step>

  <Step title="Validate the domain">
    Click "Validate" to verify that the DNS is configured correctly.
  </Step>

  <Step title="Wait for propagation">
    DNS propagation can take up to 48 hours. The SSL certificate is generated automatically.
  </Step>
</Steps>

<Warning>
  When removing a custom domain, the platform reverts to the default subdomain. Make sure to update any shared links.
</Warning>

## Image customization

In the **Customization** tab, you can upload:

| Image                | Specifications                    | Usage                        |
| -------------------- | --------------------------------- | ---------------------------- |
| **Logo**             | PNG, up to 200px wide, max 2MB    | Header, emails, certificates |
| **Favicon**          | PNG, ideally 196x196px, max 500KB | Browser icon                 |
| **Login background** | PNG/JPEG, 1600x900px, max 5MB     | Login screen                 |

All images are stored in Supabase Storage with a 1-hour cache.

## Storage indicators

In the **Indicators** tab, you can view database usage statistics and platform storage.

## Addons

Addons are extra platform features. To enable or disable them:

1. Go to **Admin -> Addons**
2. View the list of available addons with name, description, category, and price
3. Activate free addons instantly
4. For paid addons, follow the checkout flow

Active addons display a green status badge. You can cancel addons at any time.

## Next steps

<CardGroup cols={2}>
  <Card title="Visual customization" icon="palette" href="/en/admin/appearance">
    Configure colors, themes, and visual identity
  </Card>

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