> For the complete documentation index, see [llms.txt](https://help.timebook.ai/rn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.timebook.ai/rn/2025/july/issue-38-july-31-2025.md).

# Issue #38 (July 31, 2025)

### Version 25.7.3

**Improvements**

* New updated plans and billing section
* Projects can now be grouped by goal and filtered by owner
* Approved insights now show the number of mapped opportunities
* Removed 'About' tab from teams and products (now covered by wiki functionality)
* New fields in opportunity objects:

{% tabs %}
{% tab title="Rationale 💡" %}
{% hint style="success" %}
Primary business reason for the opportunity.
{% endhint %}

<table data-full-width="false"><thead><tr><th>Value</th><th>Description</th></tr></thead><tbody><tr><td><code>Retention</code></td><td>Focused on keeping existing customer.</td></tr><tr><td><code>Acquisition</code></td><td>Aimed at attracting new customers.</td></tr><tr><td><code>Monetization</code></td><td>Directly impacts revenue generation.</td></tr><tr><td><code>Engagement</code></td><td>Improves user activity and product usage.</td></tr><tr><td><code>Efficiency</code></td><td>Streamlines processes or reduces operational costs.</td></tr><tr><td><code>Compliance</code></td><td>Regulatory or security requirements.</td></tr></tbody></table>
{% endtab %}

{% tab title="Effort 🔧" %}
{% hint style="warning" %}
Estimated development complexity and resources required for implementation.
{% endhint %}

Values: `None`, `XS`, `M,` `L`, `XL`
{% endtab %}

{% tab title="Revenue impact 💰" %}
{% hint style="danger" %}
Potential business value the opportunity could generate or protect through revenue, cost savings, or risk mitigation.
{% endhint %}

Values: `Low ($)`, `Medium ($$)`, `High ($$$)`
{% endtab %}
{% endtabs %}

**Bug Fixes**

* Cover images on wiki no longer obscure page management options
* Document and page options are now displayed properly on smaller screens
* Added support for H4 (`####`) in markdown documents
* Adding an email already registered in Timebook to company details no longer throws an error
* Fixed reversed sequence of `-`/`+` buttons in the goals tree
* Opportunities are now properly shown on the project items list
* Fixed a couple of copy issues with survey naming and descriptions


---

# 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://help.timebook.ai/rn/2025/july/issue-38-july-31-2025.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.
