> For the complete documentation index, see [llms.txt](https://help.listly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.listly.io/support/faq/data-extraction-errors/connectionerror-message.md).

# ConnectionError message

{% hint style="warning" %}
**ConnectionError message** is <mark style="color:red;">When page access fails</mark> It appears. It can occur when the visited server is down or too slow. It can also happen when the IP address of the Listly server is blocked and the website you want to extract data from returns an error.
{% endhint %}

{% hint style="success" %}
**👉 Solutions**\
If the server is down, wait until it is restored and then try the data extraction task again.\
If the IP address of the Listly server is blocked, try bypassing the IP address ([Settings - Proxy](/getting-started/databoard-features/settings-proxy.md)) and extract the data again!

If the same error continues to appear, you will need to purchase and use a private proxy. This is because the Listly public proxy you were using has been blocked by the website you want to extract data from. By using a private proxy, you can increase access IPs and build a smoother extraction environment. To request purchase of a private proxy server, [hello@listly.io](mailto:undefined) please send an email to.
{% endhint %}


---

# 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://help.listly.io/support/faq/data-extraction-errors/connectionerror-message.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.
