# Device resources

Native mobile applications give access to on-device resources such as the camera/photo library and location services.

This article series covers the currently available resources.

* **Camera/Photo Library:** [Article](/help-guides/logic/device-resources/camera-photo-library.md)
* **Location services:** [Article](/help-guides/logic/device-resources/location-services.md)
* **Push notifications:** [Article section](broken://pages/jg1qqijVsbdR5KRpl08W#push-notifications)

<details>

<summary>Customizing system permission prompts</summary>

When your app uses device features like the camera or location services, users may need to grant permission. You can customize the text shown in these permission prompts in the *Settings – Language* tab of the Bubble editor.

Article: [App texts (translating your app)](/help-guides/data/static-data/app-texts-translations.md)

</details>


---

# Agent Instructions: 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://manual.bubble.io/help-guides/logic/device-resources.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.
