# Open Verifiable Calling

## Docs

- [Overview](https://ovc.provenant.net/overview.md)
- [Guide for Issuers](https://ovc.provenant.net/iguide.md): Most companies in the GSMA foundry project won't have an issuer role, so they can ignore this doc. If you are a vetter or a seller of TNs, you will be issuing, but your work is quite simple:
- [Guide for Signers](https://ovc.provenant.net/signers.md)
- [Guide for Verifiers](https://ovc.provenant.net/verifiers.md)
- [Glossary](https://ovc.provenant.net/glossary.md)
- [Credential Types](https://ovc.provenant.net/cred-types.md)
- [Credential Structure](https://ovc.provenant.net/cred-structure.md)
- [Comparing to SHAKEN](https://ovc.provenant.net/comparing-to-shaken.md)
- [Comparing to RCD](https://ovc.provenant.net/comparing-to-rcd.md)
- [SIP Response Codes](https://ovc.provenant.net/sip-response-codes.md)
- [About Replay Attacks](https://ovc.provenant.net/about-replay-attacks.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://ovc.provenant.net/overview.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.
