# Vaultera

## Vaultera

- [Overview](https://docs.vaultera.co/overview.md): Vaultera now offers a Vaultera PCI API - a solution to work with sensitive Credit Card information so you can outsource PCI DSS scope from your application to ours.
- [Registration & Authentication](https://docs.vaultera.co/registration-and-authentication.md)
- [API Key and Session Tokens](https://docs.vaultera.co/api-key-and-session-tokens.md): At this section we describe how to work with API Keys and Session Tokens API
- [Card API](https://docs.vaultera.co/card-api.md): Methods to control cards
- [Card Capture IFrame API](https://docs.vaultera.co/card-capture-iframe-api.md): JavaScript API to work with Card Capture IFrame
- [Show Card IFrame API](https://docs.vaultera.co/show-card-iframe-api.md): JavaScript API to work with the Card Show Iframe
- [Profile List](https://docs.vaultera.co/profile-list.md): List of already created profiles you can use to get started quickly
- [Tokenisation Profile](https://docs.vaultera.co/tokenisation-profile.md): How to manage profiles to work with incoming cards
- [Detokenisation Profile](https://docs.vaultera.co/detokenisation-profile.md): How to send card details to 3rd party services safely
- [Drop In's](https://docs.vaultera.co/drop-ins.md): These are used to insert sensitive information in your outgoing messages.
- [Custom Secure URL Endpoint](https://docs.vaultera.co/custom-secure-url-endpoint.md): If you have 3rd parties send card details into your system directly
- [Account usage](https://docs.vaultera.co/account-usage.md): Account information
- [FAQ](https://docs.vaultera.co/faq.md): Commonly asked questions about Vaultera PCI
- [Examples](https://docs.vaultera.co/examples.md): Here you can find some examples of how to use Vaultera PCI services.
- [Walkthrough](https://docs.vaultera.co/walkthrough.md): Here we will walk you through how to get a card from Channex using Vaultera PCI and then show the card to the user with an Iframe.
- [Vaultera PCI Certification](https://docs.vaultera.co/vaultera-pci-certification.md): Questions for certification and best practices


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.vaultera.co/overview.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.
