# VX

- [API Methods](https://api.veratad.com/vx/api-methods.md)
- [Create Session](https://api.veratad.com/vx/api-methods/create-session.md)
- [Get Session Result](https://api.veratad.com/vx/api-methods/get-session-result.md)
- [Webhook](https://api.veratad.com/vx/api-methods/webhook.md): VX will fire a webhook to your defined endpoint after each components execution through the journey.
- [Styles](https://api.veratad.com/vx/styles.md)
- [Device fingerprinting and user tracking](https://api.veratad.com/vx/device-fingerprinting.md)
- [Integration Options](https://api.veratad.com/vx/overview.md): Veratad VX (Verification Experience) allows you to seamlessly embed your user's verification journey direct into your application.
- [Web SDK](https://api.veratad.com/vx/overview/web-sdk.md): The VX Web SDK unlocks the power of VX for your application. This allows you to set up your verification process one time while empowering you to dynamically change the user's Verification Experience.
- [Create Token](https://api.veratad.com/vx/overview/createtoken.md): The Create Token process is designed to generate a unique token to be used in the frontend of the iFrame solution in order to identify your site and settings to Veratad.
- [User Status](https://api.veratad.com/vx/overview/user-status.md): This method allows you to fetch the user's status.
- [Generate Link](https://api.veratad.com/vx/overview/generate-link.md)
- [Canned Responses](https://api.veratad.com/vx/overview/canned-responses.md): The iFrame allows you to get a canned response when using the below last name values in your iFrame build.
- [iFrame Integration](https://api.veratad.com/vx/iframe-integration.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://api.veratad.com/vx.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.
