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

# Create a client

> Add a new client in a few fields.

From the Clients list, click **Add Client** to open the **Add client** panel. **Client Name** and **Client Website** are required; the rest are optional.

<Steps>
  <Step title="Client Name">
    The client's name appears on the client card, in the sidebar, and on report headers. You can rename it later without affecting existing reports.
  </Step>

  <Step title="Client Website">
    Enter the client's domain (for example, `oviond.com`). Oviond uses the website to generate a card screenshot and derive a favicon automatically on the server — there's no separate screenshot, logo, or favicon field on this form. The screenshot appears on the card once it finishes generating.
  </Step>

  <Step title="Select Currency (optional)">
    Defaults to `USD`. Sets the default currency used by money widgets in this client's reports.
  </Step>

  <Step title="Client Timezone (optional)">
    Defaults to your browser's timezone. Sets the default timezone for dates and scheduled delivery windows in this client's reports.
  </Step>

  <Step title="Number format (optional)">
    Defaults to `en-US` (`1,234.56`). Sets the thousands and decimal separators used across this client's reports — for example `1.234,56` for a German locale — independently of the currency. You can change it later under the client's **Settings → General**.
  </Step>

  <Step title="Manager (optional)">
    Assign a team member as the manager. Defaults to **No manager**.
  </Step>

  <Step title="Client folder (optional)">
    Assign the client to one or more [folders](/clients/folders) to organize it. This field accepts multiple folders.
  </Step>
</Steps>

Click **Create Client** to save. Once saved, the client has an empty workspace. Next steps are usually:

1. [Create your first Project](/projects/list) — a Report or Dashboard
2. [Connect a Data Source](/data-sources/connect) from inside the project editor

<Note>
  Logo, favicon, theme, and branding are configured later in the client's **Settings**, not on the Add client form.
</Note>
