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

# Website Name

> A [String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) which is the name of your website and displayed in a lot of places.

```js theme={null}
theme: SoftUI({
  websiteName: String,
});
```

## Example Usage

```js theme={null}
theme: SoftUI({
  websiteName: "Assistants",
});
```

## Props

<ParamField path="websiteName" type="string" required>
  The name of the website
</ParamField>
