# UK Open Banking

## [Account Access Permission Policy](https://apigo.com/admin/endpoints)

In UK Open Banking API technical documents, data elements are logically grouped together into “permissions”. Permissions provide to group data elements of Account Information Services (AIS). If Account Information Service Providers (TPPs) request access to specific permission, they will have access to all the data elements included by the permission. This grouping function provides a better user experience allowing TPPs to be selective, and better understandable a consent process for PSUs. ApiGo enables API providers specialize endpoints on Management Portal with account access permissions.

To allow TPPs to be selective but at the same time creating a consent process that is at an acceptable level of granularity for the PSU, ApiGo provides two main clusters to make clear the permissions which include Account Access Permission Policy and Account Transaction Permission Policy. The detail permission contains all data elements which provide by TPPs.

![apigo account access permission workflow](https://docs.apigo.com/en/latest/_images/draw1.png)

To get access Account Information Services (AIS), the TPP presents to the PSU a description of the data that it requires to support its service proposition. When TPP sent a request to get consent to reach AIS, ApiGo informs the ApiGo to authenticate the customer and to select the account(s) they want to give access to. Once the PSU has been authenticated, ApiGo will be able to respond to the TPP’s request by providing the account information that has been requested.

When an environment has been created with UK Open Banking Standard, the permission for the related endpoints will be configured automatically.

![apigo environment business model](https://docs.apigo.com/en/latest/_images/AccountAccessPicture1.PNG)

The endpoints which will be autogenerated depend on the Open Banking Standard of the environment can be managed on the Endpoints page. Also, Account Access Permission Policy can be configured for any other endpoint from the policy list.

Management Portal -> Endpoints -> The Related Endpoint -> Account Access Permission Policy

![apigo endpoints](https://docs.apigo.com/en/latest/_images/AccountAccessPicture2.PNG)

###

###


---

# 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.airapi.io/uk-open-banking.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.
