# Updates

Gravity is regularly maintained with consistent updates, including new features and bug fixes.

Updates are delivered in the private Github repo.

It's recommended to integrate the Github repo into your workflow so that you can easily merge  updates into your modified codebase.&#x20;

## Versioning&#x20;

Each new commit will have an associated version number in the package.json indicating whether it is a new major release, bug fix or feature update.

| Status            | Version Example |
| ----------------- | --------------- |
| New major release | 10.0.0          |
| Bug fix           | 10.0.1          |
| New feature       | 10.1.0          |


---

# 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://docs.usegravity.app/updates.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.
