# Component: Registration Options

\| This is a legacy component that is not being actively maintained. Please reach out to <support@limio.com> if you have a use case for this component. |

**Purpose**: Displays registration options, generally Create an Account or Login. This component is customisable however so users could configure this to show any 2 options.

<figure><img src="https://limio.zendesk.com/hc/article_attachments/8559000017437" alt=""><figcaption></figcaption></figure>

## Props

| Prop ID                        | Prop Label                                               | Type     | Default Value                                                             | Info                                                                     |
| ------------------------------ | -------------------------------------------------------- | -------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
| heading                        | Heading                                                  | richtext | Welcome to Limio                                                          | Heading text                                                             |
| subHeading                     | Sub-heading                                              | string   | Why not create your account                                               | Subheading text                                                          |
| registerHeading                | Register heading                                         | string   | Register for a free account                                               | Register heading text                                                    |
| registrationBenefits           | Registration benefits                                    | richtext |                                                                           | Registration benefits text                                               |
| registerButtonText             | Register button text                                     | string   | Create an account                                                         | Register button text                                                     |
| registerButtonUrl              | Register button url                                      | string   | [www.limio.com/create-an-account](http://www.limio.com/create-an-account) | Register button URL                                                      |
| loginHeading                   | Login heading                                            | string   | Already registered?                                                       | Login heading text                                                       |
| loginDescription               | Login description                                        | string   | Log in to see details of this purchase and any other purchases.           | Login description text                                                   |
| loginButtonText                | Login button text                                        | string   | Login                                                                     | Login button text                                                        |
| loginButtonUrl                 | Login button url                                         | string   | [www.limio.com/login](http://www.limio.com/login)                         | Login URL                                                                |
| onlyShowToUnauthenticatedUsers | Show registration options for unauthenticated users only | boolean  | true                                                                      | If true this component will only show for users that are unauthenticated |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.limio.com/components/component-library/legacy-configuration-components/component-registration-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
