# Learning Pickleball

[中文版](https://github.com/yeasy/learning_pickleball/blob/main/cn/README.md)

## Learning Pickleball

[![GitHub stars](https://img.shields.io/github/stars/yeasy/learning_pickleball.svg?style=social\&label=Star)](https://github.com/yeasy/learning_pickleball) [![GitHub release](https://img.shields.io/github/release/yeasy/learning_pickleball.svg)](https://github.com/yeasy/learning_pickleball/releases) [![License](https://img.shields.io/badge/license-custom-blue)](https://github.com/yeasy/learning_pickleball/blob/main/LICENSE/README.md)

<div align="center"><img src="/files/igwBlnbRhSaFGvqdjbZG" alt="Learning Pickleball" width="400"></div>

### Introduction

**Pickleball** is an emerging sport combining features from tennis, badminton, and table tennis. It's easy to start, moderate in intensity, and highly entertaining. This book systematically introduces techniques from beginner to advanced levels to help you enjoy the sport safely.

> This book is available as a [PDF Document](https://github.com/yeasy/learning_pickleball/releases/latest).

### How to Read

#### Online Reading

* [**GitBook (Recommended)**](https://yeasy.gitbook.io/learning_pickleball/)
* [GitHub](https://github.com/yeasy/learning_pickleball/blob/main/en/SUMMARY.md)

### Download PDF

PDF version is available for offline reading at [GitHub Releases](https://github.com/yeasy/learning_pickleball/releases/latest).

For the auto-updated preview built from the default branch, download [learning\_pickleball-en.pdf](https://github.com/yeasy/learning_pickleball/releases/download/preview-pdf/learning_pickleball-en.pdf). This file is overwritten as the mainline changes and is not a formal release artifact.

#### Local Build

Use [mdPress](https://github.com/yeasy/mdpress) to build locally:

```bash
brew tap yeasy/tap && brew install mdpress
mdpress serve en/
```

Then visit: <http://localhost:4000>.

### Contents

This book covers systematic training for pickleball:

* **Basics**: Hold Paddle, Serve, Dinking, Dropping, Driving, Volleying, Lobbing.
* **Advanced**: Spin, Net Battle, ATP, Erne.
* **Strategy**: Singles and Doubles strategies.
* **Resources**: [Key Tips](/learning_pickleball/learning_pickleball_en/19_key_tips.md) & [FAQ](/learning_pickleball/learning_pickleball_en/20_faq.md).

*Note: For official rules, please refer to* [*USA Pickleball Official Rules*](https://usapickleball.org/rules/)*.*

### License & Authorization

This book is authorized for educational use by [numerous clubs and schools](https://github.com/yeasy/learning_pickleball/wiki/). **Commercial use is prohibited without authorization.**

### Contributing

Pull requests are welcome! If you find any issues or have suggestions, please feel free to contribute.


---

# 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://yeasy.gitbook.io/learning_pickleball/learning_pickleball_en/readme.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.
