# Setup

## :white\_check\_mark: Enable Feature

Open [Essential Kit Settings](/v2/overview/settings.md) and enable Media Services feature in the inspector.

![Enable Media Services](/files/-MKcsd5_UdMRFfMR4FpE)

### Properties

| Name                   | Description                                                  |
| ---------------------- | ------------------------------------------------------------ |
| Uses Camera            | Enable this if you are accessing any camera related features |
| Uses Gallery           | Enable this if you are reading from the device's gallery     |
| Saves Files to Gallery | Enable this if you are saving files to device gallery        |

{% hint style="success" %}
You need to enable the required properties as per the usage as these automatically add the required permissions on the native platforms.
{% endhint %}


---

# 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/setup.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.
