> 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/data-api-sdk/mobile-sdk-setup-permissions-and-crashes/expand-permissions-existing-users.md).

# How do I request more health permissions from existing users?

**To request more permissions from existing users, call `initConnection` again** with an expanded set of `customPermissions`. Generate a fresh auth token first, and make sure `initTerra` has been called. The connection keeps the existing `user_id`.

What the user sees:

* **Apple Health:** the popup shows only the newly added permissions.
* **Samsung Health and Google Fit:** users must approve all permissions again.

Apple shows the HealthKit popup **only once per permission set**, and apps cannot read which permissions were granted or denied, so **adding new permissions is the only way to re-trigger it** without reinstalling.

If permissions remain denied, guide the user to enable them manually in **iOS Settings, under Health data access**.

See [permissions mapping](https://docs.tryterra.co/reference/health-and-fitness-api/sdk-references/permissions-mapping) for the available permissions.


---

# 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/data-api-sdk/mobile-sdk-setup-permissions-and-crashes/expand-permissions-existing-users.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.
