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

# Nimbalyst Tutorial and Demo Videos

Download [Nimbalyst](https://nimbalyst.com/)

### 15-minute guided quickstart

Learn Nimbalyst by doing real work in about 15 minutes. Product managers, founders, and designers finish with a working brief and an embedded mockup. Developers finish with a run-and-test guide, an embedded architecture diagram, and two agents running in parallel.

Open a workspace in Nimbalyst, start a new chat, and paste this prompt:

```
Fetch https://raw.githubusercontent.com/nimbalyst/skills/main/skills/getting-started/quickstart.md, save it to nimbalyst-quickstart/quickstart.md in this workspace, then run it as the Nimbalyst quickstart. Wait for me at every exercise.
```

The agent will save the quickstart in your workspace, help you choose the product or engineering track, and wait for you at each exercise. Everything it creates stays under `nimbalyst-quickstart/`, so you can remove the folder afterward if you do not want to keep the results.

The [Nimbalyst quickstart on GitHub](https://github.com/nimbalyst/skills/blob/main/skills/getting-started/quickstart.md) is the source of truth.

### 1 minute Video Demo

{% embed url="<https://stravu.wistia.com/medias/5js7e4kk39?embedType=web_component&seo=true&videoWidth=960>" %}

### 90 Second Vido Demo — Developer Features

{% embed url="<https://stravu.wistia.com/medias/ime3gspz9h?embedType=web_component&seo=true&videoWidth=960>" %}

### 15 Minute Vido Demo -- Product Management Uses Cases

{% embed url="<https://stravu.wistia.com/medias/e7i2rwtl9e?embedType=web_component&seo=true&videoWidth=960>" %}

### Use Cases

* [For Product Managers](https://nimbalyst.com/product-manager-use-cases)
* [For Developers](https://nimbalyst.com/developer-use-cases)


---

# 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.nimbalyst.com/getting-started/nimbalyst-demo-and-use-cases.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.
