# API reference

**URL:** https://forum.juce.com/t/api-reference/14729
**Category:** Audio Plugins
**Created:** [May 4, 2015, 8:55pm UTC](https://forum.juce.com/t/api-reference/14729 "2015-05-04T20:55:44Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mcollins78728](https://avatars.discourse-cdn.com/v4/letter/m/439d5e/32.png) [@mcollins78728](https://forum.juce.com/u/mcollins78728)
#### Post date: [May 4, 2015, 8:55pm UTC](https://forum.juce.com/t/api-reference/14729/1 "2015-05-04T20:55:44Z")

</div>

Does the online API reference refer to the tip or to the latest "release" build? I've found some things in there that don't seem to be in my source tree. Also, in general, how does one differentiate between different versions of JUCE and their accompanying documentation?

---

<div class="post-metadata">

### Author: ![jules](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@jules](https://forum.juce.com/u/jules)
#### Post date: [May 5, 2015, 9:09am UTC](https://forum.juce.com/t/api-reference/14729/2 "2015-05-05T09:09:43Z")

</div>

It's the latest tip, not the last release.

At the moment I run a script to update it, which I do fairly regularly, but we'll soon be automating this so that it gets regenerated automatically whenever we push to the master branch.

---

<div class="post-metadata">

### Author: ![mcollins78728](https://avatars.discourse-cdn.com/v4/letter/m/439d5e/32.png) [@mcollins78728](https://forum.juce.com/u/mcollins78728)
#### Post date: [May 5, 2015, 3:34pm UTC](https://forum.juce.com/t/api-reference/14729/3 "2015-05-05T15:34:03Z")

</div>

That's great, but I'm using the tagged "3.1.1" version in my project. Where can I find a version of the documentation that matches the release version of your product?

---

<div class="post-metadata">

### Author: ![jules](https://avatars.discourse-cdn.com/v4/letter/j/41988e/32.png) [@jules](https://forum.juce.com/u/jules)
#### Post date: [May 5, 2015, 3:35pm UTC](https://forum.juce.com/t/api-reference/14729/4 "2015-05-05T15:35:06Z")

</div>

The API docs are held on github in a repo - you can roll it back to any point you want to.

---

<div class="post-metadata">

### Author: ![mcollins78728](https://avatars.discourse-cdn.com/v4/letter/m/439d5e/32.png) [@mcollins78728](https://forum.juce.com/u/mcollins78728)
#### Post date: [May 7, 2015, 2:39am UTC](https://forum.juce.com/t/api-reference/14729/5 "2015-05-07T02:39:55Z")

</div>

Thank you!
