> For the complete documentation index, see [llms.txt](https://ebikes.neighbor-ryan.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ebikes.neighbor-ryan.org/background.md).

# Background

### Timeline

* **2012 → July 2020**:
  * Enthusiastic bike-share ([Citibike NYC](https://www.citibikenyc.com/)) user.
  * Frequently: take train to a place/event, bike home; 1-way option is nice!
  * The bikes are heavy and slow, but convenient.
* **July 2020**:
  * Got a hand-me-down roadbike.
  * "I still love Citibike, but this is better for some trips/errands."
* **September 2020**:
  * Want something for grocery runs.
  * Bought a "hybrid" (non-electric; [a cross between "road" and "mountain" bikes; basically a "city bike"](https://www.cyclingweekly.com/group-tests/hybrid-bikes-buyers-guide-206065)). Revelatory, love it.
  * Got [lots of bags+accessories](/gear.md) to fit different needs (errands/cargo, distance/joy-ride, day in the city, etc.)
* **November 2020**:
  * Still want to try an e-bike.
  * Ideally a hauler, that could also fold up for easy storage (my office already had two wall-mounted bikes, but e-bikes are generally too heavy for that).
  * Bought a [Tern Vektron Q9](https://www.ternbicycles.com/us/bikes/471/vektron-q9) (folding + cargo bike).
* **December → January 2021**:
  * E-bikes are revolutionary and I need more 🤩.
  * Helping friends+family try+buy.
  * Market moving quickly; many fascinating takes on what an "electric bike" can be.
  * Bought [an electric roadbike](/bikes.md#creo) and a [VanMoof X3](/bikes.md#x3) (all-purpose city e-bike).
* **June 2021**:
  * Got a [Brompton Electric](/bikes.md#e-brompton); small fold + portable, nice for little errands, bringing it inside buildings/restaurants
  * 3k total miles, mix of errands, recreation, and longer/overnight trips

![4 ebikes in my office: electric roadbike (Creo) on the wall, Brompton and Tern folded in a corner, and VanMoof X3 next to them](https://user-images.githubusercontent.com/465045/125326778-69dcec00-e310-11eb-9507-beb37eb8b4dd.png)

## &#x20;<a href="#my-ebikes" id="my-ebikes"></a>


---

# 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://ebikes.neighbor-ryan.org/background.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.
