# Manage user consent

Providers can ask a different attributes related to your user when you login to their application. You will need to consent to sharing that data with the provider, which sometimes is required to actually be able to login to their application.

You can review all consents that you have given for each provider from the 'Consents' section on your profile. This will show the provider name you have given consent to and the date and time you have given consent. For each given consent, you can review what attributes you have consented to by pressing the 'Review consent' from the row in the table. This will open a popup which lists the attributes for which we have stored consent.&#x20;

You can choose to remove the consent for these attributes for this provider by clicking the 'Remove consent' button in this modal. Note that it is not possible to remove consent for a single attribute, only for the entire set of attributes.

By removing consent, you will be asked / required to provide consent to share these (or other) attributes again next time you login to the application of this provider. What attributes are requested or required for you login to the application is determined by the provider.&#x20;


---

# 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.myveriam.com/for-customers/manage-your-account/manage-user-consent.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.
