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

# Scan History

- [Scan History Overview](https://docs.pynt.io/documentation/scan-history/scan-history-overview.md): Delve into the history of your API security scans with Pynt! Explore our overview guide to understand how Pynt keeps track of your scan history, providing valuable insights.
- [Navigate Scan History](https://docs.pynt.io/documentation/scan-history/navigate-scan-history.md): Review and analyze your API security scan history with Pynt! Explore our guide on viewing scan history to gain insights into past scans.
- [Associating Scans with Specific Application](https://docs.pynt.io/documentation/scan-history/navigate-scan-history/associating-scans-with-specific-application.md): Connect scans to specific applications for better organization and tracking.
- [Filtering by Application](https://docs.pynt.io/documentation/scan-history/navigate-scan-history/filtering-by-application.md): Efficiently navigate the scan history by applying filters based on specific applications, streamlining the view to display only relevant APIs associated with a chosen application.
- [Scan Related Info](https://docs.pynt.io/documentation/scan-history/navigate-scan-history/scan-related-info.md): Explore security-related API information in Pynt's scan history for informed decisions and efficient management.
- [Scan History Customization](https://docs.pynt.io/documentation/scan-history/navigate-scan-history/scan-history-customization.md): Customize your scan history experience with features like sorting, filtering by column, and hiding columns.
- [View Detailed Scan Info](https://docs.pynt.io/documentation/scan-history/view-detailed-scan-info.md): Effortlessly browse for a specific API security scan with Pynt! Explore our guide on navigating through scan history to find and review particular scan.
- [Associate Vulnerabilities to Tickets with JIRA](https://docs.pynt.io/documentation/scan-history/associate-vulnerabilities-to-tickets-with-jira.md): Simplify API security management with Pynt's integration into Jira! Explore our guide on seamlessly incorporating Pynt into Jira for efficient issue tracking and resolution.


---

# 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.pynt.io/documentation/scan-history.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.
