# Core Features

- [Event types](https://calcom.gitbook.io/docs/core-features/event-types.md)
- [Secret events](https://calcom.gitbook.io/docs/core-features/event-types/secret-events.md)
- [Location of the event](https://calcom.gitbook.io/docs/core-features/event-types/location-of-the-event.md)
- [Availability schedule](https://calcom.gitbook.io/docs/core-features/event-types/availability-schedule.md)
- [Multiple durations](https://calcom.gitbook.io/docs/core-features/event-types/multiple-durations.md)
- [Event buffer](https://calcom.gitbook.io/docs/core-features/event-types/event-buffer.md)
- [Custom time-slot intervals](https://calcom.gitbook.io/docs/core-features/event-types/custom-time-slot-intervals.md)
- [Custom event name in the booking](https://calcom.gitbook.io/docs/core-features/event-types/custom-event-name-in-the-booking.md)
- [Minimum notice](https://calcom.gitbook.io/docs/core-features/event-types/minimum-notice.md)
- [Booking frequency](https://calcom.gitbook.io/docs/core-features/event-types/booking-frequency.md)
- [Limit future bookings](https://calcom.gitbook.io/docs/core-features/event-types/limit-future-bookings.md)
- [Add events to calendar](https://calcom.gitbook.io/docs/core-features/event-types/add-events-to-calendar.md)
- [Additional inputs](https://calcom.gitbook.io/docs/core-features/event-types/additional-inputs.md)
- [Requires confirmation](https://calcom.gitbook.io/docs/core-features/event-types/requires-confirmation.md)
- [Hide notes in calendar](https://calcom.gitbook.io/docs/core-features/event-types/hide-notes-in-calendar.md)
- [Require additional notes](https://calcom.gitbook.io/docs/core-features/event-types/require-additional-notes.md)
- [Booking success URL](https://calcom.gitbook.io/docs/core-features/event-types/booking-success-url.md)
- [Single use private links](https://calcom.gitbook.io/docs/core-features/event-types/single-use-private-links.md)
- [Offer seats](https://calcom.gitbook.io/docs/core-features/event-types/offer-seats.md)
- [Recurring events](https://calcom.gitbook.io/docs/core-features/event-types/recurring-events.md)
- [Disable guests](https://calcom.gitbook.io/docs/core-features/event-types/disable-guests.md)
- [Bookings](https://calcom.gitbook.io/docs/core-features/bookings.md)
- [Paid bookings](https://calcom.gitbook.io/docs/core-features/bookings/paid-bookings.md)
- [Availability](https://calcom.gitbook.io/docs/core-features/availability.md)
- [Multiple time slots per day](https://calcom.gitbook.io/docs/core-features/availability/multiple-time-slots-per-day.md)
- [Date overrides](https://calcom.gitbook.io/docs/core-features/availability/date-overrides.md)
- [Multiple schedules](https://calcom.gitbook.io/docs/core-features/availability/multiple-schedules.md)
- [App Store](https://calcom.gitbook.io/docs/core-features/app-store.md)
- [Apps](https://calcom.gitbook.io/docs/core-features/app-store/apps.md)
- [Calendar apps](https://calcom.gitbook.io/docs/core-features/app-store/apps/calendar-apps.md)
- [Video apps](https://calcom.gitbook.io/docs/core-features/app-store/apps/video-apps.md)
- [Payment apps](https://calcom.gitbook.io/docs/core-features/app-store/apps/payment-apps.md)
- [Workflow apps](https://calcom.gitbook.io/docs/core-features/app-store/apps/workflow-apps.md)
- [Analytics apps](https://calcom.gitbook.io/docs/core-features/app-store/apps/analytics-apps.md)
- [Web3 apps](https://calcom.gitbook.io/docs/core-features/app-store/apps/web3-apps.md)
- [Miscellaneous apps](https://calcom.gitbook.io/docs/core-features/app-store/apps/miscellaneous-apps.md)
- [Webhooks](https://calcom.gitbook.io/docs/core-features/webhooks.md)
- [Embed](https://calcom.gitbook.io/docs/core-features/embed.md)
- [Install with JavaScript](https://calcom.gitbook.io/docs/core-features/embed/install-with-javascript.md)
- [Install with React](https://calcom.gitbook.io/docs/core-features/embed/install-with-react.md)
- [Set up your embed](https://calcom.gitbook.io/docs/core-features/embed/set-up-your-embed.md)
- [New Docs Embed](https://calcom.gitbook.io/docs/core-features/new-docs-embed.md)
- [Adding embed to your webpage](https://calcom.gitbook.io/docs/core-features/new-docs-embed/adding-embed-to-your-webpage.md)
- [Embed Snippet Generator](https://calcom.gitbook.io/docs/core-features/new-docs-embed/embed-snippet-generator.md)
- [Embed events](https://calcom.gitbook.io/docs/core-features/new-docs-embed/embed-events.md)
- [Embed instructions](https://calcom.gitbook.io/docs/core-features/new-docs-embed/embed-instructions.md)
- [Adding slots to your email](https://calcom.gitbook.io/docs/core-features/new-docs-embed/adding-slots-to-your-email.md)
- [Dynamic group links](https://calcom.gitbook.io/docs/core-features/dynamic-group-links.md)
- [Customization](https://calcom.gitbook.io/docs/core-features/customization.md)
- [i18n Internationalization](https://calcom.gitbook.io/docs/core-features/i18n-internationalization.md)


---

# Agent Instructions: 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:

```
GET https://calcom.gitbook.io/docs/core-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
