> For the complete documentation index, see [llms.txt](https://docs.talsec.app/docs-and-articles-portal/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/docs-and-articles-portal/readme.md).

# Docs Portal

Welcome to the Docs and Articles Portal! Explore Community Products, Premium Products, and AppSec articles to learn how we can help secure your applications in the evolving world of cybersecurity.

### Choose Your Path

<table data-view="cards"><thead><tr><th></th><th align="center"></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td align="center"><strong>Community Products</strong></td><td>Freemium Security SDKs: freeRASP, freeMalwareDetection</td><td><a href="https://2808047291-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd9E7LHBcaarM4ym0EWB4%2Fuploads%2FBvPrRfN6Qd3FsM2mENsu%2FFrame%202147223639.svg?alt=media&amp;token=829b036a-a789-439f-bdcf-517bce9f2d32">Frame 2147223639.svg</a></td><td><a href="https://docs.talsec.app/freerasp">https://docs.talsec.app/freerasp</a></td></tr><tr><td></td><td align="center"><strong>Premium Products</strong></td><td>RASP+, AppiCrypt, Malware Detection, Dynamic TLS Pinning, Secret Vault, App Data Encryption</td><td><a href="https://2808047291-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd9E7LHBcaarM4ym0EWB4%2Fuploads%2FSYGNLgbRmqwLluasRAsJ%2FFrame%202147223639.svg?alt=media&amp;token=a3e6121f-48db-4afe-a359-79bffaef07b1">Frame 2147223639.svg</a></td><td><a href="https://docs.talsec.app/premium-products">https://docs.talsec.app/premium-products</a></td></tr><tr><td></td><td align="center"><strong>Articles</strong></td><td>Security tips, How to's, Integration guides, Boilerplates, Threat Modeling</td><td><a href="https://2808047291-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd9E7LHBcaarM4ym0EWB4%2Fuploads%2Fv6s51y4fc1c3wECfgzfo%2FFrame%202147223636.svg?alt=media&amp;token=b590261a-8441-4671-8d31-4fb04698bbd8">Frame 2147223636.svg</a></td><td><a href="https://docs.talsec.app/appsec-articles">https://docs.talsec.app/appsec-articles</a></td></tr><tr><td></td><td align="center"><strong>Talsec</strong> <strong>GitHub</strong></td><td></td><td><a href="https://2808047291-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd9E7LHBcaarM4ym0EWB4%2Fuploads%2FZlUaKjhujRky7GujOU4k%2FFrame%202147223638%20(1).svg?alt=media&amp;token=946d00d1-bee6-4172-bbed-d600768ff559">Frame 2147223638 (1).svg</a></td><td><a href="https://github.com/talsec/Free-RASP-Community?utm_source=docs-portal">https://github.com/talsec/Free-RASP-Community?utm_source=docs-portal</a></td></tr><tr><td></td><td align="center"><strong>Talsec Website</strong></td><td></td><td><a href="https://2808047291-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd9E7LHBcaarM4ym0EWB4%2Fuploads%2F8uxAOsg5iaM0qsnZIx23%2FFrame%202147223638.svg?alt=media&amp;token=4a8e72ae-1fe9-4fba-a6c1-279fd95268e2">Frame 2147223638.svg</a></td><td><a href="https://talsec.app/?utm_source=docs-portal">https://talsec.app/?utm_source=docs-portal</a></td></tr><tr><td></td><td align="center"><strong>Community [Apply to Join!]</strong></td><td>Space for developer's creativity, community programs</td><td><a href="https://2808047291-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fd9E7LHBcaarM4ym0EWB4%2Fuploads%2Ff551iD1p5Sf79IQiGg7r%2FTalsec%20Community%20V3.png?alt=media&amp;token=adcf2ca1-6a7a-43af-8b27-ff46e404ad2b">Talsec Community V3.png</a></td><td><a href="https://docs.talsec.app/appsec-articles/community/meet-the-talsec-community-apply-to-join">https://docs.talsec.app/appsec-articles/community/meet-the-talsec-community-apply-to-join</a></td></tr></tbody></table>


---

# 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/docs-and-articles-portal/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.
