# Knowledge Base

- [Deposits with Cards SDK](https://apidocs.onekeypayments.com/knowledge-base/deposits-with-cards-sdk.md): Learn how to create Deposits with our Cards SDK for a seamless checkout experience.
- [With User Interface](https://apidocs.onekeypayments.com/knowledge-base/deposits-with-cards-sdk/with-user-interface.md)
- [Without User Interface](https://apidocs.onekeypayments.com/knowledge-base/deposits-with-cards-sdk/without-user-interface.md): This article aims to explain which are the steps for Creating a Deposit with Card Token, the tools and Endpoints involved and how each one of them should be used.
- [Countries Specifications](https://apidocs.onekeypayments.com/knowledge-base/countries-specifications.md): Learn how to validate the country's specific details


---

# 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://apidocs.onekeypayments.com/knowledge-base.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.
