# MIND Pattern Template

Add main screenshot here.

### Introduction

Overview of pattern.

### Terminology

Description list of common vocabulary.

### Best Practices

Valid and invalid use cases of the pattern.

### Working Examples

Experience the pattern in action on our [eBay MIND patterns examples website](https://ebay.github.io/mindpatterns/input/switch/index.html).

Examine the required markup structure in the [GitHub bones project](https://github.com/ianmcburnie/bones#switch).

View a fully styled example on our [eBay Skin website](https://ebay.github.io/skin/#breadcrumbs).

### Interaction Design

This section provides interaction design for keyboard, screen reader and pointing devices.

#### Keyboard

List keyboard operations.

#### Screen Reader

List screen reader semantics.

#### Pointer

List  pointer operations.

### Developer Guide

A "starting from scratch" developer guide.&#x20;

### ARIA Reference

Highlight any ARIA roles, properties or attributes used in this pattern.


---

# 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://ebay.gitbook.io/mindpatterns/appendix/mind-pattern-template.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.
