# API Catalog

- [API Catalog Overview](https://docs.pynt.io/documentation/api-catalog/api-catalog-overview.md): Leverage Pynt to automate API discovery, uncover undocumented APIs, shadow API and new APIs in development.
- [Navigate API Catalog](https://docs.pynt.io/documentation/api-catalog/navigate-api-catalog.md): Explore the contents of your API Catalog with Pynt! Dive into our guide to learn how to view and navigate your API Catalog seamlessly.
- [Filtering API Catalog by Application](https://docs.pynt.io/documentation/api-catalog/navigate-api-catalog/filtering-api-catalog-by-application.md): Efficiently navigate the API catalog by applying filters based on specific applications, streamlining the view to display only relevant APIs associated with a chosen application.
- [API Catalog Customization](https://docs.pynt.io/documentation/api-catalog/navigate-api-catalog/api-catalog-customization.md): Customize your API catalog experience with features like sorting, filtering by column, and hiding columns.
- [API Related Info](https://docs.pynt.io/documentation/api-catalog/navigate-api-catalog/api-related-info.md): Explore security-related API information in Pynt's API catalog for informed decisions and efficient management.
- [APIs at Risk](https://docs.pynt.io/documentation/api-catalog/navigate-api-catalog/apis-at-risk.md): Pynt's system automatically assigns risk score for each endpoint, the risk scoring is calculated based on the likelihood and impact of the detected vulnerabilities, using the below matrix.
- [Manage API Source Gaps](https://docs.pynt.io/documentation/api-catalog/manage-api-source-gaps.md): Bridge the gaps in your API security with Pynt! Explore our guide on managing gaps within your API Catalog to ensure comprehensive coverage.
- [New APIs](https://docs.pynt.io/documentation/api-catalog/manage-api-source-gaps/new-apis.md): Effectively address security blind spots by managing new APIs.
- [Untested APIs](https://docs.pynt.io/documentation/api-catalog/manage-api-source-gaps/untested-apis.md): Effectively address security blind spots by managing untested APIs.
- [Shadow APIs](https://docs.pynt.io/documentation/api-catalog/manage-api-source-gaps/shadow-apis.md): Effectively address security blind spots by managing shadow APIs.
- [Undocumented APIs](https://docs.pynt.io/documentation/api-catalog/manage-api-source-gaps/undocumented-apis.md): Effectively address challenges posed by undocumented APIs in your API catalog.
- [View Detailed Endpoint Info](https://docs.pynt.io/documentation/api-catalog/view-detailed-endpoint-info.md): Access detailed insights, perform critical evaluations, and optimize your API security posture with the detailed view in Pynt's API catalog.


---

# 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/api-catalog.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.
