> For the complete documentation index, see [llms.txt](https://changelog.drafter.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.drafter.ai/friday-april-28-2023.md).

# Friday, April 28, 2023

## New Feature

### **Support AI**

{% embed url="<https://www.loom.com/share/e36aee76280e422dba428b7ec2bd2ff7?sid=d88cc32e-ade9-4e47-ade0-a7fe136d5128>" %}
How to get AI-powered product support in the web app
{% endembed %}

If you're stuck with any technical questions while working with Drafter AI, you can simply ask your question using the Support AI.

You'll get a specific answer instead of searching for and reading tens of articles in the product documentation.


---

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

```
GET https://changelog.drafter.ai/friday-april-28-2023.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.
