> For the complete documentation index, see [llms.txt](https://docs.tempoweave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tempoweave.com/tempoweave-studio.md).

# Getting Started with TempoWeave Documentation

This documentation includes both a Navigation panel and a Search feature. On smaller screens, click the three horizontal bars icon in the upper-left corner to open the navigation panel.

TempoWeave features are organized according to the menu structure to make topics easier to locate. In addition to written instructions, many features also include accompanying videos.

Below the *Help by Menu Tabs* section, you will find documentation covering Special Topics.

If you would like to browse all videos included in the documentation, they are also collected near the bottom of the navigation panel under *Video Collection*.

We occasionally host free Zoom sessions covering specific topics. Let us know if there are topics you would like us to include. Recordings of some previous Zoom sessions are available here:

{% content-ref url="/pages/ede1cKaet1XKyShADpbe" %}
[Recorded Zoom Sessions](/special-topics/video-collection/recorded-zoom-sessions.md)
{% endcontent-ref %}

We welcome your feedback on how we can improve the documentation or add additional videos.

If you need assistance or have questions, reach out to us at  <tempoweavesupport@loftyfiber.com>.


---

# 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:

```
GET https://docs.tempoweave.com/tempoweave-studio.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.
