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

# Product Features

## Custom Branded App

**Themes**: Multiple themes to select from.

![](/files/hRqbVpOgcDvGdyRXEdme)

**Custom App Icon**: Upload your branded icon to show up on your client's home screens.

## Client Training

**Workout Builder**: Easily create workouts from selecting your exercises and setting the sets/reps/duration.

![](/files/-Mg8vvAQ_K0u9Vf8ki6r)

**Exercise Library**: Build a video library of your exercises.

![](/files/-Mg8wG1BSM8wXEYuxBsE)

**Training Programs**: Construct a series of workouts that your clients can enroll into.

![](/files/-Mg8vq5gWutBbPU9XRqo)

## Client Management

**Signup**: Prospective clients can download your app via the Apple App Store or Google Play Store

**Client Profile View**: See their progress including completed workout sessions. [Communicate](https://www.google.com/search?client=firefox-b-1-d\&sxsrf=ALeKk01A3edcXDPelBWC1xjt8Bpyiu4KRg:1627881458503\&q=Communicate\&spell=1\&sa=X\&ved=2ahUKEwiN1seAy5HyAhWpHjQIHQQLCZUQkeECKAB6BAgBEDE) with them via the workout session comments feature.

**Dashboard**: See a collective view of your clients' completed workouts and track how well prospective clients are signing up.

## Subscription Services

**Payment**: Clients can subscribe via Stripe or Apple In App Subscriptions.


---

# 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://docs.tempokit.com/product-features.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.
