> 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/managing-your-raffle/proceeds-and-finances/receiving-funds.md).

# Receiving Funds

### Raffle Status Requirements

#### For Online Draws

* Must complete system draw
* Raffle status automatically changes to "Drawn"

#### For Manual Draws

* Enter winning ticket numbers in Draw Panel
* Required to change raffle status to "Drawn"
* Necessary for fund processing

### Fund Processing Timeline

#### Standard Processing

* Within two business days of drawn status
* Remittance includes:
  * Net proceeds = gross ticket proceeds&#x20;
    * Less service fees
    * Less activation fees
    * Plus 100% of service fee assistance donations

#### VIC and WA Raffles

* Final payment is balance after weekly installments already remitted
* Weekly payments previously disbursed as required by regulations

### Documentation Access

#### Available Documents

* System Generated Raffle Invoice (Account tab)
* Sales Reports (Raffle Reports tab)
* Weekly Card Sales Summary Report (Account tab - if applicable)
* Draw Results email (for system-conducted draws)

#### Important Notes

* Documents accessible for 90 days
* After 90 days:
  * Data archived
  * Becomes inaccessible through portal
  * Must contact RaffleLink for access

### Financial Considerations

#### Cash Sales

* Deposit directly into benefiting organization's account
* Not processed through RaffleLink

#### Permit Requirements

* Check if financial return needed for government
* Submit promptly to avoid delays
* May affect future permit issuance

### Marketing Information

* Sales Report includes consent column
* Shows which buyers agreed to future contact
* Use for compliant future marketing

### Support

* Contact available for proceeds questions
* Reference guides available:
  * [How to read tax invoice](/managing-your-raffle/proceeds-and-finances/documentation/how-to-read-your-tax-invoice.md)
  * [Understanding sales reports](/managing-your-raffle/proceeds-and-finances/documentation/how-navigate-your-sales-report.md)
* Support team ready to assist

***Important:** Archive deadline at 90 days - ensure all necessary documents are downloaded before archival*


---

# 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/managing-your-raffle/proceeds-and-finances/receiving-funds.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.
