> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/~/changes/eaCuYFhybbREuBouwZp6/client-profile/client-profile-settings.md).

# Client Profile Settings

The settings page in the Client Profile is where all account configuration takes place.

Users with the permission to access and edit the Client Profile can access the settings page by clicking your user profile icon in the top right-hand side of your account and then clicking Client Profile. Once you have opened the Client Profile, click on the **Settings** tab:

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2FoeVlmBxk6zOdXSL7AVfA%2Fsetting.gif?alt=media&amp;token=47225ceb-4a1a-4929-aa8e-194da7d2eed3" alt=""><figcaption><p>How to access the settings page</p></figcaption></figure>

### More details on how each setting works are available here:

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td> Blacklist Settings</td><td><a href="/~/changes/eaCuYFhybbREuBouwZp6/client-profile/client-profile-settings/blacklist-settings.md">Blacklist Settings</a></td></tr><tr><td>Uploader Settings</td><td></td></tr><tr><td>Archive Settings</td><td></td></tr><tr><td>Sensitive Settings</td><td></td></tr><tr><td>License Expiry Settings</td><td></td></tr><tr><td>Upload/Download Settings</td><td></td></tr><tr><td>Version Settings</td><td></td></tr><tr><td>Approval Settings</td><td></td></tr><tr><td>Consent Settings</td><td></td></tr><tr><td>Task Settings</td><td></td></tr><tr><td>Recognition Settings</td><td></td></tr><tr><td>Default Collection Settings</td><td></td></tr><tr><td>Global Notification Settings</td><td></td></tr><tr><td>Global Rights</td><td></td></tr><tr><td>Water Mark settings</td><td></td></tr><tr><td>Request Access Settings</td><td></td></tr><tr><td>Brief Templates</td><td></td></tr><tr><td>Dashboard Settings</td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.hivo.co/~/changes/eaCuYFhybbREuBouwZp6/client-profile/client-profile-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
