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

# Overview

## your-domain.daily.co

Your domain is your top-level object in the Daily API.

You create a Daily domain [when you sign up for a Daily account](https://dashboard.daily.co/signup). Once you have a domain, you can create Daily room URLs to host video calls. Your domain can be configured with settings that apply to all rooms created within it. For example, you can set a redirect URL for when a meeting ends, or set the default language for all rooms on your domain. Any room settings you set on individual rooms will override the domain settings for that room.

```json theme={null}
{
  "domain_name": "your-domain",
  "config": {
    "hide_daily_branding": false,
    "redirect_on_meeting_exit": "https://your-domain.co/vid-exit",
    "hipaa": false,
    "intercom_auto_record": false,
    "lang": "en"
  }
}
```

You can use the Daily REST API to [retrieve information about your domain](/reference/rest-api/domain/get-domain-config) and [set domain configuration options](/reference/rest-api/domain/set-domain-config), like the default language of the rooms on your domain.
