# Tenant
URL: https://docs.awellhealth.com/api-reference/reference/tenant

> For the complete documentation index, see [llms.txt](https://docs.awellhealth.com/llms.txt).



Read information about the current tenant.

## Queries [#queries]

### `tenant` [#tenant]

Returns the current tenant, including its branding and identifier systems.

**Returns:** `TenantPayload!`

**Example**

```graphql
query Tenant {
  tenant {
    code
    success
    tenant {
      accent_color
      hosted_page_title
      identifier_systems {
        display_name
        name
        system
      }
      is_default
      logo_path
      name
    }
  }
}
```
