# Help

The Help tab provides access to updates, licensing, and support.

#### Updates Group

| Command               | KeyTip | Description                                                     |
| --------------------- | ------ | --------------------------------------------------------------- |
| **Check For Updates** | CU     | Check for a new version of TempoWeave                           |
| **Configure Updates** | CO     | Configure automatic update checking and manage skipped versions |
| **License**           | LI     | View or enter your license key                                  |
| **Messages**          | ME     | View system messages and announcements                          |

#### About Group

| Command        | KeyTip | Description                                                                                                                           |
| -------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------- |
| **About**      | AB     | View version information, credits, and system info (version, license, OS, memory, display) with Copy to Clipboard and Send to Support |
| **User Guide** | HE     | Open the TempoWeave documentation                                                                                                     |
| **Feedback**   | FB     | Open a FreshDesk support ticket to send feedback or report an issue                                                                   |


---

# 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.tempoweave.com/help-by-menu-tabs/help.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.
