> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/events/event-management/policies-v2/introduction.md ## Article Content: # About the Policies V2 API The Policies API allows you to manage policies for an event. Policies define terms & conditions for events, such as terms for canceling attendance or transferring a ticket to another person. For example: "Participants are entitled to a 100% refund if canceling attendance 1 week prior to the event. After this date, participants will be refunded 50% of the ticket price." A policy agreement checkbox is added to the RSVP or checkout form. The policy text can be read in a pop-up window when a visitor clicks on the policy name. By default, there are no policies when an event is initially created. With the Policies API, you can: + [Create](https://dev.wix.com/docs/rest/business-solutions/events/policies-v2/create-policy.md), [update](https://dev.wix.com/docs/rest/business-solutions/events/policies-v2/update-policy.md), and [delete](https://dev.wix.com/docs/rest/business-solutions/events/policies-v2/delete-policy.md) policies. + [Get](https://dev.wix.com/docs/rest/business-solutions/events/policies-v2/get-policy.md) or [query](https://dev.wix.com/docs/rest/business-solutions/events/policies-v2/query-policies.md) an event's policies. + [Reorder](https://dev.wix.com/docs/rest/business-solutions/events/policies-v2/reorder-event-policies.md) how policies are displayed for an event. ## Before you begin It’s important to note the following points before starting to code: - A site must have [Wix Events & Tickets](https://www.wix.com/app-market/web-solution/events) installed from the App Market. - An event can have up to 3 policies. ## Use cases - [Sync event policies with external ticketing system](https://dev.wix.com/docs/rest/business-solutions/events/policies-v2/sample-use-cases-and-flows.md) ## Terminology - **Policy**: Text that defines the terms & conditions. - **Event dashboard**: Dashboard where a Wix user can manage their site events, settings, and features. - **Checkout form**: The final step in the ticket purchasing process where a customer fills in personal info, reads policies, and pays. @sdk_package_setup