> 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/~/changes/6N8IPA9qppIDDKenhyUi/optimizing-dash-ai/improving-accuracy/instructions.md).

# Instructions

Instructions let you customize the behavior of Dash AI. They can help improve the accuracy of responses, add custom fallbacks for cases where Dash AI cannot find an answer, or change the length and tone of the response. You can customize instructions at an org level and for each channel where the Slackbot is added.

### Examples

* **Prioritize answers from specific apps:** `Prioritize answers from Intercom help center articles and Notion documents.`
* **Ignore certain content:** `Your response must only include citations to documents without Draft, WIP, Archived, or Old in the title.`
* **Labels:** Labels in wikis and docs like [Google Drive](https://support.google.com/a/answer/13127870?hl=en) or [Confluence](https://support.atlassian.com/confluence-cloud/docs/use-labels-to-organize-your-content/) can be used with Instructions to improve Dash AI's accuracy. For instance, if you have a label for Archived documents, you may add an instruction like `Ignore any Confluence pages with "Archived" label unless explicitly requested.`
* **Fallback response in case of no answer**: `If you don't know an accurate answer to the question, ask the user to create a ticket for the Product Support team in Jira, and tag "@James" in the response.`
* **Length of response:** `Respond in no more than 100 words.`

<figure><img src="https://426524836-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F48ZJSsUfoeTy0eGVWSPU%2Fuploads%2FfXHEE7Hy3NpCSU5QAeoS%2FCleanShot%202024-03-11%20at%2013.38.35.gif?alt=media&amp;token=6f2061ec-0671-4413-9503-56c6fa3b96df" alt=""><figcaption></figcaption></figure>

### Org vs. Bot Instructions

Org instructions apply to all interactions with Dash AI on the web app and the Slackbot. Admins can edit them from Workspace Settings.

Bot instructions apply to Dash AI responses in a specific Slack channel where the Slackbot has been added. Admins and the user who invited the Slackbot can edit them from the Bots tab.

Dash AI prioritizes Org instructions over Bot instructions in case they conflict.

### Limitations

Optimizing instructions requires experimentation since Dash AI can be sensitive to how they're written. If you need help optimizing instructions for your specific use case or experience any issues, please get in touch with the support team for assistance. In our upcoming releases, we'll make it easier for you to evaluate and experiment with different instructions in the app. Here are some limitations to keep in mind:

* Dash AI is currently unable to comprehend URLs that are included in instructions. For example, if you include an instruction such as: `Please prioritize answers related to feature requests and product roadmap from this link: https://dashworks.ai/product-roadmap`, Dash AI will be unable to recognize and provide the required response.


---

# 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/~/changes/6N8IPA9qppIDDKenhyUi/optimizing-dash-ai/improving-accuracy/instructions.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.
