> 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/trust/faq-and-troubleshooting.md).

# FAQ and troubleshooting

Common setup failures and how to fix them.

| Symptom                                        | Likely cause                                         | What to try                                                                                                                            |
| ---------------------------------------------- | ---------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Signed in but **Request access**               | No invite / membership / domain join                 | Ask an admin for an invite or enable Entra allowed domains                                                                             |
| Empty Home after connect                       | First sync/backfill still running, or wrong provider | Wait for [sync schedule](/connect-your-providers/data-freshness-and-sync-schedule.md); confirm the integration shows connected         |
| ChatGPT connected but OpenAI API usage missing | Different products                                   | Connect **OpenAI** separately ([ChatGPT and OpenAI](/connect-your-providers/chatgpt-and-openai.md))                                    |
| Wrong ChatGPT workspace                        | Platform org id used instead of workspace UUID       | Use Workspace settings UUID                                                                                                            |
| MDM install “worked” but nobody maps           | Script ran as root or wrong user                     | Re-run as signed-in user ([Deploy with MDM](/caliber-station-plugin/deploy-with-mdm.md))                                               |
| AI code % empty                                | Missing Caliber Code notes or GitHub                 | Deploy Caliber station plugin + connect GitHub App/PAT                                                                                 |
| Claude Team usage empty                        | Station plugin not enrolled                          | Deploy the station plugin; Team has no Anthropic org analytics API ([Anthropic (Claude)](/connect-your-providers/anthropic-claude.md)) |
| GitHub PAT vs App confusion                    | Insufficient scopes                                  | Prefer GitHub App; otherwise `repo` or fine-grained `contents:read` + `metadata:read`                                                  |
| Slack connected but no alerts                  | Channels not configured / rules quiet                | Check [Alerts and notifications](/using-caliber/alerts-and-notifications.md)                                                           |
| Numbers look stale                             | Between sync windows                                 | Check freshness page; avoid reconnect storms                                                                                           |

Still stuck? [Support](/trust/support.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/trust/faq-and-troubleshooting.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.
