> For the complete documentation index, see [llms.txt](https://docs.talsec.app/premium-products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talsec.app/premium-products/product.md).

# Premium Products

- [RASP+](https://docs.talsec.app/premium-products/product/rasp.md): RASP+ is Talsec’s premium in‑app protection SDK for In-App Protection and Shielding
- [AppiCrypt](https://docs.talsec.app/premium-products/product/appicrypt.md): Protect Client App & OS Integrity and Stop API Abuse & App Impersonation
- [AppiCryptWeb](https://docs.talsec.app/premium-products/product/appicryptweb.md): Cryptographic Proofs for Every API Call: Block Bots, Tampering, and Fraud at the Edge; Attach verifiable integrity flags, browser fingerprints, and threat signals to outgoing API.
- [Malware Detection](https://docs.talsec.app/premium-products/product/malware-detection.md): Protect your mobile app from risky and malicious apps with malware detection that identifies blacklisted apps, untrusted app stores, side-loaded apps, and dangerous permissions in real time.
- [App Hardening Suite](https://docs.talsec.app/premium-products/product/app-hardening-suite.md): Strengthen your mobile app with Talsec’s App Hardening Suite, combining Dynamic TLS Pinning and Secret Vault to prevent MITM attacks, and protect secrets.


---

# 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://docs.talsec.app/premium-products/product.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.
