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

# Footer

> An Object which contains all the information for the footer.

```js theme={null}
theme: SoftUI({
  footer: {
    replaceDefault: Boolean,
    text: String,
  },
});
```

## Example Usage

```js theme={null}
theme: SoftUI({
  footer: {
    replaceDefault: true,
    text: "Bot developed by Plain",
  },
});
```

## Image

<Frame>
  <img src="https://mintcdn.com/assistantscenter/e0fzjuWUPc5-sSJC/images/content/footer.jpg?fit=max&auto=format&n=e0fzjuWUPc5-sSJC&q=85&s=d48178c1dd394ade4b1235068216c7d0" width="1292" height="441" data-path="images/content/footer.jpg" />
</Frame>

## Props

<ParamField path="replaceDefault" type="boolean" required>
  Indicate if the default footer should be replaced
</ParamField>

<ParamField path="text" type="string" required>
  The text for the footer
</ParamField>
