# Intro

- [Why API Security is Critical?](https://docs.pynt.io/documentation/intro/why-api-security-is-critical.md): Discover why API security is essential for modern applications. Explore the unique challenges, including business logic vulnerabilities, API evolution, and the difficulty of manual testing.
- [Pynt at a Glance](https://docs.pynt.io/documentation/intro/pynt-at-a-glance.md): Learn how Pynt automates API security with contextual analysis, real-world attack simulations, API discovery, and continuous monitoring.
- [Who Should Use Pynt?](https://docs.pynt.io/documentation/intro/who-should-use-pynt.md): Pynt is designed for Application Security Engineers, Developers, and DevSecOps teams. Automate API security testing, discover undocumented APIs, and reduce false positives.


---

# 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://docs.pynt.io/documentation/intro.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.
