# Customize the interface

Cobrowse.io provides some minimal default UI in the SDKs for things like user consent and to visually indicate when a session is active.

Many customers are happy to use our default UI which works out of box. This is a great way to get started. But if you prefer, everything is easily customizable to meet your specific requirements.

### Customizing consent prompts

Some actions in a cobrowsing session may require extra consents from the user, here's how you can customize the UI that is shown:

{% content-ref url="customize-the-interface/user-consent-dialog" %}
[user-consent-dialog](https://docs.cobrowse.io/sdk-features/customize-the-interface/user-consent-dialog)
{% endcontent-ref %}

{% content-ref url="customize-the-interface/remote-control-consent" %}
[remote-control-consent](https://docs.cobrowse.io/sdk-features/customize-the-interface/remote-control-consent)
{% endcontent-ref %}

{% content-ref url="customize-the-interface/full-device-consent-dialog" %}
[full-device-consent-dialog](https://docs.cobrowse.io/sdk-features/customize-the-interface/full-device-consent-dialog)
{% endcontent-ref %}

### Customizing in-session UIs

When a Cobrowse session is active it is a good idea to show an indicator to the user, and provide a way for them to end the session if they wish. Here's how you can do that:

{% content-ref url="customize-the-interface/customize-session-controls" %}
[customize-session-controls](https://docs.cobrowse.io/sdk-features/customize-the-interface/customize-session-controls)
{% endcontent-ref %}

{% content-ref url="customize-the-interface/localization" %}
[localization](https://docs.cobrowse.io/sdk-features/customize-the-interface/localization)
{% endcontent-ref %}

### Customizing code generation

If you choose to use 6-digit codes to connect your support agents with end users, here's how you can customize the code when they're displayed to your user:

{% content-ref url="customize-the-interface/customize-6-digit-code-screen" %}
[customize-6-digit-code-screen](https://docs.cobrowse.io/sdk-features/customize-the-interface/customize-6-digit-code-screen)
{% 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/customize-the-interface.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.
