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

# Account Settings

> Manage your FormHug workspace plan, branding, integrations, usage logs, and third-party service connections from the Account Settings page.

Account Settings is where you configure your workspace — plan usage, branding, integrations, and connected services — all in one place.

## Plan Overview

View your current plan and monthly usage at a glance:

| Metric          | Description                                                   |
| --------------- | ------------------------------------------------------------- |
| **Submissions** | Number of submissions used this month against your plan limit |
| **Storage**     | Total file storage used by uploaded attachments               |
| **AI Credits**  | AI generation credits remaining for Evan and poster creation  |
| **Forms**       | Total number of forms in your workspace                       |

Upgrade your plan from this page when you need higher limits or access to advanced features.

## Enterprise Profile

Store your organization's information to help us provide better support and feature recommendations:

* **Company name** — Your organization's display name
* **Industry** — Your industry category
* **Use cases** — How you use FormHug (events, education, HR, etc.)

## Branding

Customize how your brand appears across forms, footers, and QR code posters:

| Setting             | Description                                                                |
| ------------------- | -------------------------------------------------------------------------- |
| **Logo**            | Your company logo, shown in the form footer and on AI-generated QR posters |
| **Brand Text**      | Company name or tagline displayed alongside your logo                      |
| **Brand Link**      | URL visitors are taken to when they click your branding                    |
| **Footer Display**  | Show or hide your branding in the form footer                              |
| **QR Code Display** | Include your branding on generated QR code posters                         |

<Tip>
  For more granular branding control on individual forms, see [Custom Branding](/features/styling/custom-branding).
</Tip>

## Usage Logs

Review a history of workspace activity for transparency and security auditing:

| Event Type             | Description                                      |
| ---------------------- | ------------------------------------------------ |
| **Form Actions**       | Create, edit, and delete events for forms        |
| **Data Exports**       | Records of submission exports                    |
| **Sharing Changes**    | When forms are published, unpublished, or shared |
| **Permission Updates** | Collaborator access changes                      |

## Third-party Services

Connect external services to extend FormHug's capabilities.

### SMTP Server

Connect your own SMTP server to send notification emails from your custom domain instead of FormHug's default sender address.

| Field            | Description                                         |
| ---------------- | --------------------------------------------------- |
| **Host**         | Your SMTP server address (e.g. smtp.yourdomain.com) |
| **Port**         | SMTP port — typically 465 (SSL) or 587 (TLS)        |
| **Username**     | Your SMTP login credential                          |
| **Password**     | Your SMTP password                                  |
| **From Address** | The email address that appears as the sender        |

After saving, FormHug sends a test email to verify the connection.

### Stripe

Connect your Stripe account to accept credit card payments inside your forms. Once connected, Payment fields can use the connected payment account across your workspace. For the full flow with screenshots, see [Stripe](/integrations/stripe).

<Steps>
  <Step title="Click Connect Stripe">
    Go to **Account Settings → Third-party Services** and click **Connect Stripe**.
  </Step>

  <Step title="Authorize FormHug">
    Sign in to your Stripe account (or create one) and authorize FormHug to process payments on your behalf.
  </Step>

  <Step title="Start collecting payments">
    Payment fields are now active. Add a Product, Price-Only, Text Product, or Text Option payment field to any form.
  </Step>
</Steps>

<Note>
  Stripe is required for all payment collection in FormHug. Payments are processed directly through your Stripe account — FormHug does not hold funds.
</Note>

## Related

<CardGroup cols={2}>
  <Card title="Custom Branding" icon="brush" href="/features/styling/custom-branding">
    Apply your logo, colors, and custom domain to every form.
  </Card>

  <Card title="Payment Fields" icon="credit-card" href="/features/building/fields/payment-fields">
    Accept payments using Stripe in your forms.
  </Card>

  <Card title="Stripe" icon="arrow-up-right-from-square" href="/integrations/stripe">
    Connect Stripe and review payment status and receipts.
  </Card>
</CardGroup>
