> For the complete documentation index, see [llms.txt](https://help.rafflelink.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rafflelink.com.au/getting-started/registration-guide/returning-users.md).

# Returning Users

### Overview

At RaffleLink, each raffle requires a new registration. There are no accounts to manage to keep things simple. For repeat customers, we offer a convenient replication feature to streamline setting up similar raffles.

### ✨ Raffle Replication Feature

* Copy details from previous raffles
* Ideal for recurring or similar events
* Maintains organization and contact information
* Fully editable after replication

### 🚀 How to Replicate

#### Step 1: Access

* Visit rafflelink.com.au/getstarted
* Select "Returning User"

<figure><img src="/files/6u5Y5MSFelqv3MCH3ZKk" alt=""><figcaption></figcaption></figure>

#### Step 2: Verify

* Enter email from previous raffle
* Verify through email code
* *Note: Contact* [*support@rafflelink.com.au*](mailto:support@rafflelink.com.au) *if verification email doesn't arrive*

#### Step 3: Select & Customize

* View list of previous raffles
* Choose raffle to replicate
* Enter new raffle name/URL suffix
  * See guide on how to pick a nominated raffle name [here](/getting-started/registration-guide/raffle-details-step-5/picking-my-nominated-raffle-name.md)

### 📋 What Gets Replicated

* Organization details
* Contact information
* Raffle structure
* Images and logos
* Pricing structure
* Terms and conditions
* Prize information

### ⚙️ Post-Replication Steps

1. Review all raffle details
2. Update dates (auto-set to 30-day period)
3. Verify images and logos
4. Confirm pricing structure
5. Check terms and conditions
6. Validate prize information
7. Complete activation checklist
8. Choose activation fee option
9. Activate and share

### 🔑 Important Notes

* Each raffle gets unique login credentials
* New admin URL provided
* All details remain editable
* Support team available for assistance

*Need help? Contact RaffleLink Support for assistance with replication or modifications.*


---

# 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://help.rafflelink.com.au/getting-started/registration-guide/returning-users.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.
