···43434444If you'd like to get involved, [check out our Contributor's guide.](https://github.com/urql-graphql/urql/blob/main/CONTRIBUTING.md)
45454646-## 📃 [Documentation](https://formidable.com/open-source/urql/docs/)
4646+## 📦 [Releases](https://github.com/urql-graphql/urql/releases)
4747+4848+All new releases and updates are listed on GitHub with full changelogs. Each package in this
4949+repository further contains an independent `CHANGELOG.md` file with the historical changelog, for
5050+instance, [here’s `@urql/core`’s
5151+changelog](https://github.com/urql-graphql/urql/blob/main/packages/core/CHANGELOG.md).
5252+5353+If you’re upgrading to v4, [check out our migration guide, posted as an
5454+issue.](https://github.com/urql-graphql/urql/issues/3114)
5555+5656+New releases are prepared using
5757+[changesets](https://github.com/urql-graphql/urql/blob/main/CONTRIBUTING.md#how-do-i-document-a-change-for-the-changelog),
5858+which are changelog entries added to each PR, and we have “Version Packages” PRs that once merged
5959+will release new versions of `urql` packages. You can use `@canary` releases from `npm` if you’d
6060+like to get a preview of the merged changes.
6161+6262+## 📃 [Documentation](https://urql.dev/goto/docs)
47634864The documentation contains everything you need to know about `urql`, and contains several sections in order of importance
4965when you first get started:
···5369- **[Advanced](https://formidable.com/open-source/urql/docs/advanced/)** — covers more uncommon use-cases and things you don't immediately need when getting started.
5470- **[Graphcache](https://formidable.com/open-source/urql/docs/graphcache/)** — documents ["Normalized Caching" support](https://formidable.com/open-source/urql/docs/graphcache/normalized-caching/) which enables more complex apps and use-cases.
5571- **[API](https://formidable.com/open-source/urql/docs/api/)** — the API documentation for each individual package.
7272+7373+Furthermore, all APIs and packages are self-documented using TSDocs. If you’re using a language
7474+server for TypeScript, the documentation for each API should pop up in your editor when hovering
7575+`urql`’s code and APIs.
56765777_You can find the raw markdown files inside this repository's `docs` folder._
5878