# Consents

:::lead
Store and manage consent terms for your organisation and consents given by your customers to these terms.
It is a flexible API/system/service, where you can add as many terms as you like in any language. It also enables terms to be shared across organisations for a quick and easy setup.
:::

## Using the consent system as a Partner
Please see the guide [Administrating consents](/docs/guides/consents) on how to get started with creating consent terms and collecting given consents for you organisation.

## Consents across organisations
The same consent terms can be used across organisations. Using templating for the organisation name, generic consent terms can be created and used by multiple organisations. The customers will still have to give their consent per organisation, even if the terms are the same.

Only Entur have access to create shared consents, contact us at team.personalisering@entur.org if you want to use this.

## Staying updated with your organisation’s consent terms and consents given
The consent service produces events on Kafka whenever consent terms have been created or changed, and for all changes in given consents.

Contact us at team.personalisering@entur.org to subscribe to topics for your organisation.

### The topics available are:

- consent-base-changed-production-\[organisation ID]
  - All changes to consent bases for your organisation, including creation and deletion.
- consent-changed-production-\[organisation ID]
  - All changes to consents for your organisations, including creation and deletion.
- given-consent-changed-production-\[organisation ID]
  - All changes to given consents for your organisations, including creation and deletion.

## Export all given consents
You can use the [datawarehouse API](/apis/consents/consents-dwh) to export full list of given consents by your customers

## Note on customer deletion
When a customer is deleted in the Entur database, the consents given by the customer will also be deleted automatically. So there is no need to delete given consents in a separate operation.
