> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/components/component-library/legacy-configuration-components/component-registration-options.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
