> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tightknit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Luma

> Embed Luma event registration directly into your Tightknit community site.

Tightknit integrates with [Luma](https://lu.ma/) to provide a seamless event registration experience on your community site. When you link a Luma event to a Tightknit event, visitors can register directly from your event page without being redirected away.

## How It Works

When you provide a Luma URL (e.g., `https://lu.ma/event/evt-XYZ123` or `https://luma.com/event/evt-XYZ123`) as the **Event Link** for a Tightknit event, Tightknit automatically detects it and enables an embedded checkout experience on your community site's event page.

Instead of navigating away to Luma, visitors see a **Register** button that opens the Luma checkout flow inline, keeping them on your site while completing registration through Luma.

## Setup

No separate configuration or authentication is required. The integration activates automatically based on the event link you provide.

<Steps>
  <Step title="Create or edit an event">
    Use the `/events` command in Slack, or open the **Events** section from the Tightknit app's **Home** tab, to manage your events. Create a new event or edit an existing one.

    <Frame caption="The Events section on the Tightknit app's Home tab in Slack">
      <img src="https://mintcdn.com/tightknit/0bhdTxz7NG9Rult5/assets/integrations/luma/events-section-slack.png?fit=max&auto=format&n=0bhdTxz7NG9Rult5&q=85&s=8bab15ab6ce2f41192f552523b39e7d4" alt="The Events section on the Tightknit app's Home tab in Slack" width="1602" height="1640" data-path="assets/integrations/luma/events-section-slack.png" />
    </Frame>
  </Step>

  <Step title="Add a Luma URL as the Event Link">
    You need the full Luma event URL, which includes the `evt-` event ID. To find it, open your event in Luma and go to the **More** tab.

    <Frame caption="Open your event in Luma and select the More tab">
      <img src="https://mintcdn.com/tightknit/0bhdTxz7NG9Rult5/assets/integrations/luma/luma-more-tab.png?fit=max&auto=format&n=0bhdTxz7NG9Rult5&q=85&s=7f26c384c95a9387783620261f135987" alt="Open your event in Luma and select the More tab" width="1650" height="1110" data-path="assets/integrations/luma/luma-more-tab.png" />
    </Frame>

    Copy the event URL from the `href` in the generated HTML snippet.

    <Frame caption="Copy the event URL from the href in the Embed as Button snippet">
      <img src="https://mintcdn.com/tightknit/0bhdTxz7NG9Rult5/assets/integrations/luma/luma-embed-link.png?fit=max&auto=format&n=0bhdTxz7NG9Rult5&q=85&s=2c5a1e7e03895788f67665396d8e8943" alt="Copy the event URL from the href in the Embed as Button snippet" width="1650" height="1110" data-path="assets/integrations/luma/luma-embed-link.png" />
    </Frame>

    Back in the Tightknit event editor, paste the URL into the **Link** field.

    <Frame caption="Paste the Luma event URL into the Link field">
      <img src="https://mintcdn.com/tightknit/0bhdTxz7NG9Rult5/assets/integrations/luma/event-link-field.png?fit=max&auto=format&n=0bhdTxz7NG9Rult5&q=85&s=118199f4a918ae89c4544c09bbefd246" alt="Paste the Luma event URL into the Link field" width="912" height="1144" data-path="assets/integrations/luma/event-link-field.png" />
    </Frame>

    <Note>
      The URL must include the full event path with the `evt-` identifier (e.g., `https://lu.ma/event/evt-XYZ123` or `https://luma.com/event/evt-XYZ123`). Both `lu.ma` and `luma.com` domains are supported. Short or vanity Luma URLs like `https://lu.ma/my-event` are not supported.
    </Note>
  </Step>

  <Step title="Publish to your community site">
    In the Publish Settings, enable **Publish to community site**. Once published, the event page on your community site displays a **Register** button that opens the Luma checkout inline — visitors complete registration without leaving your site.

    <Frame caption="The Luma registration flow opening inline on a published community site event page">
      <img src="https://mintcdn.com/tightknit/0bhdTxz7NG9Rult5/assets/integrations/luma/companion-site-register.png?fit=max&auto=format&n=0bhdTxz7NG9Rult5&q=85&s=2b9d6c8cb57bd8dbab455ce30db816d7" alt="The Luma registration flow opening inline on a published community site event page" width="2818" height="1544" data-path="assets/integrations/luma/companion-site-register.png" />
    </Frame>
  </Step>
</Steps>

<Tip>
  This integration works alongside all other Tightknit event features, including event announcements in Slack, event reminders, and the events list on your community site.
</Tip>

<Card title="Create a New Event" icon="calendar-plus" href="/events/create-event">
  Learn more about creating and publishing events in Tightknit.
</Card>


## Related topics

- [Create a New Event](/events/create-event.md)
- [Event Registration](/events/event-registration.md)
- [Triggered when a calendar event is published](/api-reference/webhooks/triggered-when-a-calendar-event-is-published.md)
- [Triggered when a calendar event ends](/api-reference/webhooks/triggered-when-a-calendar-event-ends.md)
- [Create calendar event](/api-reference/calendar-events/create-calendar-event.md)
