# RFC

- [RFC001 Nuts Start Architecture](https://nuts-foundation.gitbook.io/drafts/rfc/rfc001-nuts-start-architecture.md)
- [RFC002 Authentication token](https://nuts-foundation.gitbook.io/drafts/rfc/rfc002-authentication-token.md)
- [RFC003 OAuth2 Authorization](https://nuts-foundation.gitbook.io/drafts/rfc/rfc003-oauth2-authorization.md)
- [RFC004 Verifiable Transactional Graph](https://nuts-foundation.gitbook.io/drafts/rfc/rfc004-verifiable-transactional-graph.md)
- [RFC005 Distributed Network using gRPC](https://nuts-foundation.gitbook.io/drafts/rfc/rfc005-distributed-network-using-grpc.md)
- [RFC006 Distributed Registry with Decentralized Identifiers (DID)](https://nuts-foundation.gitbook.io/drafts/rfc/rfc006-distributed-registry.md)
- [RFC008 Certificate Structure](https://nuts-foundation.gitbook.io/drafts/rfc/rfc008-certificate-structure.md)
- [RFC011 Verifiable Credential](https://nuts-foundation.gitbook.io/drafts/rfc/rfc011-verifiable-credential.md)
- [RFC012 Nuts Organization Credential](https://nuts-foundation.gitbook.io/drafts/rfc/rfc012-nuts-organization-credential.md)
- [RFC013 Verifiable Credential IRMA Proof Type](https://nuts-foundation.gitbook.io/drafts/rfc/rfc013-vc-irma-proof.md)
- [RFC014 Nuts Authorization Credential](https://nuts-foundation.gitbook.io/drafts/rfc/rfc014-authorization-credential.md)
- [RFC015 Node identity](https://nuts-foundation.gitbook.io/drafts/rfc/rfc015-node-identity.md)
- [RFC017 Distributed Network Protocol (v2) using gRPC](https://nuts-foundation.gitbook.io/drafts/rfc/rfc017-distributed-network-grpc-v2.md)
- [RFC019 Employee Identity Authentication Means](https://nuts-foundation.gitbook.io/drafts/rfc/rfc019-employee-identity-means.md)
- [RFC020 Authorization credential extension](https://nuts-foundation.gitbook.io/drafts/rfc/rfc020-authorization-credential-extension.md)
- [RFC021 VP Token Grant Type](https://nuts-foundation.gitbook.io/drafts/rfc/rfc021-vp_token-grant-type.md)
- [RFC022 Discovery Service](https://nuts-foundation.gitbook.io/drafts/rfc/rfc022-discovery-service.md)
- [RFC023 X509Credential](https://nuts-foundation.gitbook.io/drafts/rfc/rfc023-x509credential.md)


---

# 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://nuts-foundation.gitbook.io/drafts/rfc.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.
