> 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/thursday-16-march-2023.md).

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