> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/connecting/choosing-and-managing-connections-in-the-widget/provider-enabled-mismatch-or-missing-source.md).

# Why is a provider missing from the Connect widget?

If a provider is missing from the widget, or a widget session looks expired immediately for one provider while others work, the source is either **not enabled** or **enabled under a different environment**.

{% stepper %}
{% step %}
Confirm the provider is enabled under [Connections > Add](https://github.com/tryterra/api-faqs/blob/main/dashboard/connections/README.md) in the dashboard.
{% endstep %}

{% step %}
Ensure the `dev-id` used to generate the [widget session](https://docs.tryterra.co/health-and-fitness-api/user-authentication/implementation-terra-widget) matches the [environment](https://docs.tryterra.co/health-and-fitness-api/integration-setup/understanding-terra-environments) where that provider is enabled. Testing and production are separate.
{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://docs.tryterra.co/faq/help-topics/connecting/choosing-and-managing-connections-in-the-widget/provider-enabled-mismatch-or-missing-source.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
