> For the complete documentation index, see [llms.txt](https://ucsc-xena.gitbook.io/ux-resource-for-ucsc-genomics-institute/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ucsc-xena.gitbook.io/ux-resource-for-ucsc-genomics-institute/getting-feedback/step-1-heuristic-evaluation.md).

# Step 1: Heuristic Evaluation

Heuristic Evaluation is where a small group of people evaluate a tool based on basic best practices for all applications, not just those in biology/genomics. This is a great first step because it only takes an hour, it doesn't require you to find potential users of your tool (anyone who uses the web will do), and it will catch many of the biggest usability bugs. This will mean that if/when you talk to your users/potential users, they will be finding usability issues specific to your tool's application, rather than just general usability issues.

To set up a Heuristic Evaluation, gather a group of 2-5 people who uses either the command line, if your tool is a command line tool, or uses the web, if your tool is a web tool. Give them some motivation for who they are pretending to be along with a specific 5-minute-only task to complete. Have them fill out the evaluation form below as they go through the task. After 45 minutes have everyone come back together to discuss and summarize any findings.

## Example Heuristic Evaluation Task

{% embed url="<https://docs.google.com/document/d/19dsz_nOAwJOybRIrJCCzwUI4oyKkf4yEWPQKWD-CIQc/edit>" %}

## Heuristic Evaluation form

{% embed url="<https://docs.google.com/document/d/14WB4Omtz2F9afg0fcWZESa0obkftFvUMjv-9GSyAdk4/edit?usp=sharing>" %}


---

# 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://ucsc-xena.gitbook.io/ux-resource-for-ucsc-genomics-institute/getting-feedback/step-1-heuristic-evaluation.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.
