> For the complete documentation index, see [llms.txt](https://sandbox-docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sandbox-docs.verifone.com/adk-5.0-programmers-guide/readme.md).

# Application

This collection of guides provides information about the Verifone Application Development Kit (ADK). Get started with reading on system architecture, the supported platforms, and provided development and runtime packages. Check out the detailed programmers and reference guides for building your application on top of ADK. The API reference details the use of individual functions and methods. The troubleshooting guide provides help on how to solve problems and what information required when reporting issues.

* [System Overview](/adk-5.0-programmers-guide/readme/system_overview.md)
  * [VOS1/VOS2 Architecture Overview](/adk-5.0-programmers-guide/readme/system_overview/pg_all_architecture.md)
  * [VOS3 Architecture Overview](/adk-5.0-programmers-guide/readme/system_overview/pg_vos3_architecture.md)
  * [ADK Components](/adk-5.0-programmers-guide/readme/system_overview/pg_all_components.md)
  * [VOS3 Main Differences and Migration from VOS1/VOS2](/adk-5.0-programmers-guide/readme/system_overview/pg_vos3_differences.md)
* [Developing Applications](/adk-5.0-programmers-guide/readme/developing_applications.md)
* [System Deployment and Configuration](/adk-5.0-programmers-guide/readme/system_deployment_and_configuration.md)
  * [System Lifecycle](/adk-5.0-programmers-guide/readme/system_deployment_and_configuration/pg_system_lifecycle.md)
  * [SW Install and Update](/adk-5.0-programmers-guide/readme/system_deployment_and_configuration/pg_sw_install_and_update.md)
  * [Package Signing Tools](/adk-5.0-programmers-guide/readme/developing_applications/pg_package_signing.md)
  * [Applications (MAC) Desktop](/adk-5.0-programmers-guide/readme/system_overview/pg_all_components/pg_mac_users_guide.md#sec_mac_desktop)
  * [MAC Control Panel](/adk-5.0-programmers-guide/readme/system_overview/pg_all_components/pg_mac_users_guide.md#sec_mac_mcp)
  * [System Configuration](/adk-5.0-programmers-guide/readme/system_deployment_and_configuration/pg_system_configuration.md)
  * [Password management](/adk-5.0-programmers-guide/readme/system_deployment_and_configuration/pg_password_management.md)
  * [Feature Enablement Token (VOS2)](/adk-5.0-programmers-guide/readme/system_deployment_and_configuration/pg_feature_enablement_token.md)
  * [ADK Runtime System Deployment](/adk-5.0-programmers-guide/readme/system_deployment_and_configuration/pg_all_deployment.md)
  * [VOS2 Full Featured Base](/adk-5.0-programmers-guide/readme/system_deployment_and_configuration/pg_engage_ffbase.md)
* [ADK Programming Interfaces](/adk-5.0-programmers-guide/readme/adk_programming_interfaces.md)
* [Secure Programming Interface (SDI)](/adk-5.0-programmers-guide/readme/secure_programming_interface.md)
* [Commerce Platform (CP) Support](/adk-5.0-programmers-guide/readme/cp_support.md)
* [System Diagnosis and Troubleshooting](/adk-5.0-programmers-guide/readme/pg_system_diagnosis_and_troubleshooting.md)
* [System Tools](/adk-5.0-programmers-guide/readme/pg_system_tools.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 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, and the optional `goal` query parameter:

```
GET https://sandbox-docs.verifone.com/adk-5.0-programmers-guide/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
