# RxJS v5 -> v6 Upgrade

Preparing to upgrade from RxJS v5 to v6? Here are some resources you might find handy:

### [RxJS-TsLint](https://github.com/ReactiveX/rxjs-tslint)

TsLint rules for migration to RxJS 6. Auto-update project for new import paths and transition to pipeable operators.

### [RxJS v5.x to v6 Update Guide](https://github.com/ReactiveX/rxjs/blob/6.6.7/docs_app/content/guide/v6/migration.md)

Comprehensive guide for updating your project from RxJS v5 to 6

### [Interactive Comparison of RxJS v5 and v6 Code](http://reactive.how/rxjs/explorer)

Demonstrates differences between v5 and v6 code, as well as RxJS examples utilizing the experimental [pipeline operator](https://github.com/tc39/proposal-pipeline-operator).

### [Pipeable Operators](http://reactive.how/rxjs/pipeable-operators)

Explanation and examples of utilizing pipeable operators.


---

# 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://www.learnrxjs.io/learn-rxjs/concepts/rxjs5-6.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.
