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

# Quick Start

## 1. Add Knowledge

Once you're [signed up to Dashworks](https://web.dashworks.ai/signup), you can connect your apps, upload files, and add FAQs.

{% content-ref url="/pages/gHX8PqnXjHtWWhAtxRMt" %}
[Connect Apps](/knowledge/connect-apps.md)
{% endcontent-ref %}

## 2. Ask Questions

Learn how to use Dashworks for your use case.

{% content-ref url="/pages/hmSDBJKvzLcNYHFTDDIT" %}
[Sales](/use-cases/sales.md)
{% endcontent-ref %}

{% content-ref url="/pages/Mma3NnK8NN9w37lLFVQM" %}
[Customer Support](/use-cases/customer-support.md)
{% endcontent-ref %}

{% content-ref url="/pages/W1qtXiO5nzI3w7gezLiw" %}
[Engineering](/use-cases/engineering.md)
{% endcontent-ref %}

{% content-ref url="/pages/CnZ06Ivdgw3sjQXu7kM5" %}
[Product Management](/use-cases/product-management.md)
{% endcontent-ref %}

## 3. Add Slackbot

Invite the Dashworks Slackbot to your Slack to automatically answer questions asked in channels.

{% content-ref url="/pages/bRkaQylZkKCrMpSaIxgk" %}
[Setup Bots](/bots/setup-bots.md)
{% endcontent-ref %}

{% content-ref url="/pages/l2ucS72EultlYzQQK5NH" %}
[Slackbot](/surfaces/slackbot.md)
{% endcontent-ref %}

## 4. Customize Dashworks

Add Instructions and create custom bots to teach Dashworks how to respond and prioritize sources for different use cases.

{% content-ref url="/pages/PQWVXYkTDoEjMgl0PwIA" %}
[Instructions](/optimize/instructions.md)
{% endcontent-ref %}

{% content-ref url="/pages/qJFTk8FE1F65nuDfeyBk" %}
[Custom Bots](/bots/custom-bots.md)
{% endcontent-ref %}


---

# 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.dashworks.ai/get-started/quick-start.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.
