> For the complete documentation index, see [llms.txt](https://docs.trycaliber.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trycaliber.ai/getting-started/sign-in-and-get-access.md).

# Sign in and get access

Google or Microsoft sign-in, invites, domain join, and what to do when you land with no org.

## Sign in

1. Go to <https://app.trycaliber.ai>
2. Choose **Google** or **Microsoft**
3. Complete the OAuth prompt

Caliber does not use username and password for the dashboard.

## How you get into an org

After sign-in, Caliber checks in order:

1. **Existing membership** , you already belong to an org
2. **Pending invite** , your verified email matches an open invitation (open the invite link if you have one)
3. **Domain join** , your email domain is on an org’s Entra **allowed email domains** list (never free-mail domains such as gmail.com)
4. Otherwise → **Request access**

### Invite link

An admin sends you `/invite/<token>`. The page shows the workspace, your role, and the inviting admin. Accept to join with that role.

Team-lead invites are tied to a team. The invite fails if the team was deleted or you are no longer starred for that team.

### Domain join

After Entra is connected and an admin sets allowed domains, matching work emails can auto-join as **member** (promoted to **team lead** if already starred on a team). Ambiguous multi-org matches fail safely; use an invite instead.

### Request access

If you see **Request access**, Caliber is invite-only for your account. Ask an admin for an invite link, or ask them to add your domain under Entra settings.

## I signed in and see nothing

| Symptom               | Likely cause                                              | Fix                                                                                              |
| --------------------- | --------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| Request access page   | No membership, invite, or domain match                    | Get an invite or enable domain join                                                              |
| Empty Home / no spend | No AI provider connected yet, or first sync still running | Connect a provider; wait for [sync](/connect-your-providers/data-freshness-and-sync-schedule.md) |
| Only your person page | You are a **member**, not admin/lead                      | Expected; see [Roles](/getting-started/roles-and-visibility.md)                                  |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.trycaliber.ai/getting-started/sign-in-and-get-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
