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

# Features

- [Issues](https://help.usehaystack.io/features/issues.md): See issues that are in progress
- [Pull Requests](https://help.usehaystack.io/features/pull-requests.md): See pull requests that are in progress
- [Epics](https://help.usehaystack.io/features/epics.md): See epics that are in progress
- [Retrospective](https://help.usehaystack.io/features/retrospective.md): Learn how to use the retrospective page
- [Release Notes](https://help.usehaystack.io/features/release-notes.md): Get a human-readable summary of what the team completed recently and share it with stakeholders.
- [Investments](https://help.usehaystack.io/features/investments.md)
- [Alerts](https://help.usehaystack.io/features/alerts.md)
- [Customizable Widgets](https://help.usehaystack.io/features/customizable-widgets.md): Learn how to create a new widgets
- [Flexible Reports](https://help.usehaystack.io/features/flexible-reports.md): Learn how to create a new Board
- [Team Metrics](https://help.usehaystack.io/features/team-metrics.md): Learn how to use the Team Metrics
- [List of All Metrics](https://help.usehaystack.io/features/list-of-all-metrics.md): Here are the available metrics within Haystack
- [API](https://help.usehaystack.io/features/api.md)
- [Embedded reports](https://help.usehaystack.io/features/embedded-reports.md)


---

# 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:

```
GET https://help.usehaystack.io/features.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.
