# Identity Profiles

All of the [certificates](/components/certificates.md) issued by Certificate Authorities (CAs) are brought together to collectively form a comprehensive digital profile for each user on the Keeta network. A user might have their identity verified by a government agency, their financial credentials certified by a bank, their professional qualifications validated by an industry expert, and their educational background confirmed by a university. This creates a rich, multi-faceted overview of the user's verified attributes, all linked to their unique public key on the network.

Such a system allows for efficient and secure sharing of verified information across different services and applications within the Keeta ecosystem, reducing repetitive verification processes and enhancing user privacy by allowing selective disclosure of relevant certificates as needed for specific interactions or transactions.

<figure><img src="/files/O324uW0jUjWzHSWgISmJ" alt=""><figcaption><p>User can utilize certificates from a variety of CAs to create a compehensive digital profile.</p></figcaption></figure>


---

# 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.keeta.com/features/identity-profiles.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.
