# FAQ

## On Android, why the images are not getting saved?

You need to have read-write access for writing images to gallery. Make sure you request it with RequestGalleryAccess by passing GalleryAccessMode.ReadWrite mode.

Also, if you are in development mode, there is a chance to have a restricted permission set by unity for write permission. However, this isn't an issue in release mode. In future, we may overcome this issue through our post process scripts.

## Do we need to add the permissions in AndroidManifest and info.plist?

No. We automatically add the required permissions on the final builds. All you need to do is just [enable the properties](/v2/media-services/setup.md#properties) as per your usage in Essential Kit Settings.


---

# 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://assetstore.essentialkit.voxelbusters.com/v2/media-services/faq.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.
