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

# Get started

> Start here for  workspace concepts, project types, widgets, pages, and API guides.

## Basics

Heres a quick overview of some concepts that you will find helpful to understand.

### Workspace

A workspace is your main point of entry. It groups people, access, and settings in one place so you can manage projects together.

At a high level, a workspace lets you:

* Manage multiple projects.
* Organize your team and control who can access features.

### Project

A project is our name for a specific entity you manage, such as a venue or a festival.

At a high level, a project lets you:

* Create and manage everything to do with project.
* Control who has access to the project in your workspace.

## Docs by project type

<CardGroup cols={2}>
  <Card title="Venues" href="/projects/venue">
    Event management, scheduling, media embeds, and all venue widget guides.
  </Card>

  <Card title="Festivals" href="/projects/festival">
    Festival-specific widget setup and custom options.
  </Card>
</CardGroup>

## Developer guides

<CardGroup cols={2}>
  <Card title="Widgets" href="/widgets">
    Install event listing widgets on your website.
  </Card>

  <Card title="Widget configuration" href="/widgets/widget-options">
    Configure widget behavior with data attributes.
  </Card>

  <Card title="Customize widget styles" href="/widgets/custom_css">
    Override styles with custom CSS.
  </Card>

  <Card title="Event data feeds" href="/event-data">
    Send and sync event data programmatically.
  </Card>

  <Card title="Public event info" href="/public-events-api">
    HTTP API for public upcoming events on api.broadcast.events.
  </Card>

  <Card title="Workspace event info" href="/workspace-events-api">
    Authenticated API for richer workspace-scoped upcoming events.
  </Card>
</CardGroup>

## Need help?

* [support@broadcast.events](mailto:support@broadcast.events)
* [Domain setup](/pages/domain-setup)
