# Thursday, 16 March 2023

## New Features

### Full-text universal web scraping is back!

Now you can extract full-text content of the targeted web page using URL of the web page as an input:

<div align="center"><figure><img src="/files/m98G3fSozNxjBW6rf9iP" alt=""><figcaption><p>Full text content in the output</p></figcaption></figure></div>

Works best with web search components and knowledge extraction.

{% hint style="warning" %}
Web content that has **more than 4,000 characters** (around 1000 English words) can't be processed live during the workflow.
{% endhint %}

{% hint style="info" %}
To make using longer web page content possible, collect it to the "Documents" section first, and then perform "Internal Search" across it from the workflow.
{% endhint %}

## Bug Fixes

### Issue with creating workflows in the workflow builder

Sometimes the servers became out of order when you tried to create a new workflow.

Now this issue is gone.


---

# 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://changelog.drafter.ai/thursday-16-march-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.
