> For the complete documentation index, see [llms.txt](https://closer.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://closer.gitbook.io/documentation/events.md).

# Events & Ticketing

Events are pivotal moments for regenerative communities—opportunities for learning, celebration, and collaboration. The Closer Platform’s Events Module allows you to:

* **Showcase Upcoming and Past Events:**\
  Events are automatically categorized into upcoming (future or ongoing) and past (completed) events.
* **Create and Manage Events Easily:**\
  Use an intuitive multi-step event creation flow with dedicated tabs for General settings, Tickets, and Advanced options.
* **Control Visibility & Booking Integration:**\
  Set event visibility (Public, Custom, Private, or Secret) and optionally block booking calendar entries during event days.
* **Offer Ticketing Options:**\
  Define multiple ticket types, prices, quantities, and discounts, including volunteer or scholarship tickets.

![](https://github.com/user-attachments/assets/8ebd515e-bd5a-468f-b617-aafe72730b93)

## Key Features

* **Upcoming & Past Listings:**\
  Easily find events based on their date ranges.
* **Multi-tab Event Creation:**\
  Configure General information, Tickets, and Advanced details.
* **Virtual & On-Site Support:**\
  Mark events as virtual for streaming or in-person to include location details.
* **Custom Visibility Controls:**\
  Restrict which users can view or attend an event.

For further details on individual functionalities, please refer to the following files:

* [Creating Events](/documentation/events/creating-events.md)
* [Editing Events](/documentation/events/editing-events.md)
* [Managing Tickets](/documentation/events/managing-tickets.md)
* [Handling Cancellations & Refunds](https://github.com/closerdao/documentation/blob/main/events/handling-cancellations-refunds.md)
* [FAQs](/documentation/events/faq.md)


---

# 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://closer.gitbook.io/documentation/events.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.
