# Balls

In golf, following characters and clubs, the ball is essential as well. If you do not possess a ball item, a basic ball will be used. However, if you have a ball item, you can use that specific ball.

Using a ball item results in its depletion upon completing the hole. In return, using a specific ball item increases the likelihood of executing the intended shot according to its characteristics.

### Ball parameters

The ball is influenced by three parameters affecting its distance and trajectory, which vary within a range of ±5 from a base value of 0.

<table><thead><tr><th width="188">Parameters</th><th>Impact</th></tr></thead><tbody><tr><td>Power</td><td>Maximum driving distance</td></tr><tr><td>Rebound</td><td>Rebound force upon bouncing</td></tr><tr><td>Wind resistance</td><td>The strength of the wind affecting the ball in the air</td></tr></tbody></table>


---

# 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://docs.golfin.io/english/characters-and-items-nft/balls.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.
