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

# Quickstart

Welcome to Doowii! This guide will help you get started with our conversational analytics platform. Below are the key topics to begin your journey:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Introducing Doowii</strong></td><td>Review core platform features.</td><td></td><td><a href="/pages/DZUEJijd4MEYz7fX12TS">/pages/DZUEJijd4MEYz7fX12TS</a></td><td><a href="/files/oZqCKg2zFwX4vknZHTPd">/files/oZqCKg2zFwX4vknZHTPd</a></td></tr><tr><td><strong>Setting Up Your Account</strong></td><td>Create and configure your Doowii account.</td><td></td><td><a href="/pages/t7iR2RkpKBLb00IDhLQK">/pages/t7iR2RkpKBLb00IDhLQK</a></td><td><a href="/files/fVImpcyD82ZArs6LTcZ3">/files/fVImpcyD82ZArs6LTcZ3</a></td></tr><tr><td><strong>Asking Your First Question</strong></td><td>Discover insights with natural language questions.</td><td></td><td><a href="/pages/54ZR8eeSM5oM3h1LFZrT">/pages/54ZR8eeSM5oM3h1LFZrT</a></td><td><a href="/files/FCNm35XhhbCJqjRngDBE">/files/FCNm35XhhbCJqjRngDBE</a></td></tr><tr><td><strong>Refining and Filtering Answers</strong></td><td>Refine your queries for precise information.</td><td></td><td><a href="/pages/eWwXswbchROqf0OIfagH">/pages/eWwXswbchROqf0OIfagH</a></td><td><a href="/files/PQ8OQgGgDrPnsQlzayYo">/files/PQ8OQgGgDrPnsQlzayYo</a></td></tr><tr><td><strong>Creating Charts &#x26; Graphs</strong></td><td>Visualize your data with  charts and graphs.</td><td></td><td><a href="/pages/KQLYNrVZToj12E3uo3JJ">/pages/KQLYNrVZToj12E3uo3JJ</a></td><td><a href="/files/6HZHLtbTxeNeeAsnErqK">/files/6HZHLtbTxeNeeAsnErqK</a></td></tr><tr><td><strong>Using Pinboards</strong></td><td>Save, organize, and share your insights.</td><td></td><td><a href="/pages/lsRVRf8wB9udfu2FYd1C">/pages/lsRVRf8wB9udfu2FYd1C</a></td><td><a href="/files/VFWT9jsDEgaoNwlcC3kd">/files/VFWT9jsDEgaoNwlcC3kd</a></td></tr><tr><td><strong>Exploring Available Data</strong></td><td>Review integrated data sources.</td><td></td><td><a href="/pages/Ku4mgwn0E7fLiNsu8dtm">/pages/Ku4mgwn0E7fLiNsu8dtm</a></td><td><a href="/files/wFn3euS8ZPQ5lh4KoOch">/files/wFn3euS8ZPQ5lh4KoOch</a></td></tr></tbody></table>


---

# 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://support.doowii.io/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.
