> 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.md).

# Getting Started

- [Quickstart](https://support.doowii.io/getting-started/quickstart.md)
- [Introducing Doowii](https://support.doowii.io/getting-started/quickstart/introducing-doowii.md): Learn about Doowii’s core features and how it transforms data analysis through natural language queries.
- [Setting Up & Managing Your Account](https://support.doowii.io/getting-started/quickstart/setting-up-and-managing-your-account.md): Step-by-step instructions to create and configure your Doowii account for immediate use.
- [Asking Your First Question](https://support.doowii.io/getting-started/quickstart/asking-your-first-question.md): Discover how to input natural language queries to extract meaningful insights from your data.
- [Refining and Filtering Answers](https://support.doowii.io/getting-started/quickstart/refining-and-filtering-answers.md): Learn how to narrow down your results using filters and refine your queries for precise information.
- [Creating Charts & Graphs](https://support.doowii.io/getting-started/quickstart/creating-charts-and-graphs.md): Learn how to visualize your data by generating charts and graphs based on your queries.
- [Using Pinboards](https://support.doowii.io/getting-started/quickstart/using-pinboards.md): Explore how to save, organize, and share your insights using customizable pinboards.
- [Exploring Available Data](https://support.doowii.io/getting-started/quickstart/exploring-available-data.md): Understand how to navigate and access the various data tables and sources integrated within your Doowii account.
- [Uploading Your Data to Doowii](https://support.doowii.io/getting-started/quickstart/exploring-available-data/uploading-your-data-to-doowii.md): Bring your own data into Doowii for faster exploration and insights.


---

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