# Authentication

- [API Authentication](https://docs-legacy.dfns.co/d/advanced-topics/authentication/authentication-authorization.md)
- [Request Headers](https://docs-legacy.dfns.co/d/advanced-topics/authentication/request-headers.md)
- [Credentials](https://docs-legacy.dfns.co/d/advanced-topics/authentication/credentials.md)
- [Generate a Key Pair](https://docs-legacy.dfns.co/d/advanced-topics/authentication/credentials/generate-a-key-pair.md)
- [User Credentials](https://docs-legacy.dfns.co/d/advanced-topics/authentication/credentials/user-credentials.md)
- [Access Token Credentials](https://docs-legacy.dfns.co/d/advanced-topics/authentication/credentials/access-token-credentials.md)
- [Why Dfns Uses Passkeys](https://docs-legacy.dfns.co/d/advanced-topics/authentication/credentials/why-dfns-uses-passkeys.md): Why Dfns Champions Passkeys for Unparalleled Security
- [Storing WebAuthn Credentials in Password Managers](https://docs-legacy.dfns.co/d/advanced-topics/authentication/credentials/storing-webauthn-credentials-in-password-managers.md)
- [Request Signing](https://docs-legacy.dfns.co/d/advanced-topics/authentication/request-signing.md)
- [API objects](https://docs-legacy.dfns.co/d/advanced-topics/authentication/api-objects.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://docs-legacy.dfns.co/d/advanced-topics/authentication.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.
