> For the complete documentation index, see [llms.txt](https://canine.gitbook.io/canine.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://canine.gitbook.io/canine.sh/getting-started/quickstart.md).

# Quickstart

In this quickstart guide, we're going to deploy a real time, [collaborative whiteboard application](https://whiteboard.canine.sh).

1. Set up a Kubernetes cluster (4 minutes)
2. Connect a Github project (3 minutes)
3. Deploy a Redis database (1 minute)
4. Deploy the collaborative whiteboard application (2 minutes)
5. Configure DNS & LetsEncrypt SSL certificate (2 minutes)

At the end of this quickstart guide, you'll have:

* A publicly accessible, collaborative whiteboard app
* Backed by a Redis database
* Github auto deployments on any code changes
* Zero downtime restarts
* Fully managed SSL certificate

See a [preview here](https://whiteboard.canine.sh)

{% hint style="info" %}
You'll need to own a domain name to complete this tutorial.
{% endhint %}


---

# 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://canine.gitbook.io/canine.sh/getting-started/quickstart.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.
