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

# Account settings

> Configure general Hyperline account settings including account name, supported currencies, email notifications, saved views, and Markdown formatting.

Account settings control how your account is configured and how billing documents and emails behave across Hyperline.

## General settings

Use **Settings > General** for workspace-level settings such as your account name and security options.

Billing details are configured at the invoicing entity level instead of the general account level. See [Invoicing entities](./invoicing-entities) to configure each legal entity's billing profile.

## Currencies

Hyperline supports multiple currencies for products, prices, subscriptions, quotes, and invoices.

The main currency concepts are:

| Currency            | Where it applies                                                                                         |
| ------------------- | -------------------------------------------------------------------------------------------------------- |
| Customer currency   | The currency used for the customer, quotes, subscriptions, and invoices created for that customer        |
| Quote currency      | The currency selected when the quote is created. It cannot be changed afterward                          |
| Accounting currency | The currency used by an invoicing entity for accounting and converted invoice footer amounts when needed |
| Reporting currency  | The currency used for aggregated app views such as dashboards and revenue reporting                      |

Payment currency support also depends on the connected payment provider and enabled payment methods. For payment setup, see [Payment methods](../payments/payment-methods).

## Email settings

Use **Settings > Emails** to configure account-level email behavior.

The email settings area is organized around:

| Area              | What it controls                                                |
| ----------------- | --------------------------------------------------------------- |
| **Automated**     | Which customer emails Hyperline sends automatically             |
| **Recipients**    | Additional internal recipients for selected email notifications |
| **Configuration** | Sender, reply, and delivery settings available for your account |

Customer automated emails can include invoice, checkout, and payment error notifications. For invoice-specific behavior, see [Invoice emails](../invoices/emails).

## Saved views

Saved views let you save filtered list views for customers, subscriptions, and invoices.

Use saved views when your team repeatedly works with the same operational slices, such as:

* Active enterprise customers
* Past-due invoices
* Subscriptions renewing soon
* Customers owned by a specific team

Creating, updating, and deleting saved views requires the **Manage saved views** permission.

## Markdown text

Hyperline supports Markdown formatting in selected document text areas, such as invoice legal information and invoice additional information.

Common formatting includes:

| Syntax                             | Result             |
| ---------------------------------- | ------------------ |
| `**text**`                         | Bold text          |
| `*text*` or `_text_`               | Italic text        |
| `---`                              | Horizontal divider |
| `- text`                           | Bulleted list      |
| `[text](https://www.hyperline.co)` | Link               |

You can also use variables such as `{{customer_name}}` or custom property slugs when supported by the selected field.

## Related

* [Configure your account](../getting-started/configure-account)
* [Users & permissions](./users-permissions)
* [Invoicing entities](./invoicing-entities)
* [Single sign-on and user provisioning](./enterprise-sso)
* [Sandbox and test mode](../getting-started/sandbox)
* [Payment orchestration](../payments/orchestration)
* [Payment methods](../payments/payment-methods)
