# Full device capabilities

If you wish, you can allow your support agents to upgrade in-app Cobrowse sessions to allow screen sharing from the entire device. For example, to capture other apps and settings on mobile, or the entire screen of a computer.

### Full device options

Full device screen share is supported on all SDKs. See these docs for how to set up full device screen sharing in your app:

{% content-ref url="/pages/Jro48weCxYxKQOCM17Pt" %}
[Full device screen sharing](/sdk-features/full-device-capabilities/full-device-screen-sharing.md)
{% endcontent-ref %}

Where platforms allow, we also support full device remote control. This allows you to take complete control of a remote device to assist with complex issues outside of your app. See these docs for supported platforms and setup instructions:

{% content-ref url="/pages/xXI81mSgZJLFsdfSR4bl" %}
[Full device remote control](/sdk-features/full-device-capabilities/full-device-remote-control.md)
{% endcontent-ref %}


---

# 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://docs.cobrowse.io/sdk-features/full-device-capabilities.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.
