# Overview

The Dashworks API empowers you to programmatically access [Dashworks Bots](https://support.dashworks.ai/bots), letting you to send questions and receive AI-powered answers grounded in your company's knowledge. This opens up a world of possibilities for integrating Dashworks' intelligent capabilities into your existing workflows and internal tools.

Check out some example use cases below and dive into our [API reference](https://support.dashworks.ai/api/api-reference) to explore the available endpoints.

If you have any questions or suggestions on how we can improve the API for your specific use case, we'd love to [hear from you](https://app.gitbook.com/u/2oCsZW68akMNjbImtruH386vABk1)!


---

# Agent Instructions: 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:

```
GET https://support.dashworks.ai/api/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
