> 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/help-center/help-topics/data-api-sdk/account-config-environments-and-going-live/samsung-empty-scopes-field.md).

# Why is the scopes field empty for on-device connections?

The scopes field is informational, so it can be empty for SDK-based on-device connections and for sign-in providers like Clue without affecting data flow.

The `scopes` field is **informational** and used mainly for debugging, so it can be empty without affecting data flow.

It is empty for SDK-based on-device connections, and it can also be empty for providers where the user connects with a username and password rather than an OAuth permission screen, such as Clue. Clue connections with an empty `scopes` field still return data.

Don't rely on it for connection state or permission checks. Judge a connection by the data that arrives.
