# Account config

You may configure your account-level settings after logging in at <https://cobrowse.io/dashboard/settings>.

### Account-level settings

| Setting                            | Description                                                                                              |
| ---------------------------------- | -------------------------------------------------------------------------------------------------------- |
| Agent initiated sessions           | Can your support agents initiate a screen share session with a user?                                     |
| Require consent for connection     | Should your users be required to accept a screen share before it starts?                                 |
| Full device upgrade                | Can your support agents request access to screens outside your app?                                      |
| Remote control                     | Can your support agents remotely control devices?                                                        |
| Require consent for remote control | Is consent required before using remote control tools?                                                   |
| Record sessions                    | Should we record sessions for playback and review?                                                       |
| Device sockets                     | Required for online/offline presence and agent initiated sessions without Firebase push or 6-digit codes |
| Device listing                     | Allow agents to list devices that have registered into your account?                                     |
| Hide agent emails                  | Should the agent email be accessible from the SDKs?                                                      |
| Discard IP addresses               | Should Cobrowse collect IP addresses for audit trail purposes?                                           |


---

# 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/account-configuration.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.
