# Web Tasks

**Data Scraping**\
"Go to Hacker News. Scrape the titles and URLs of the top 10 posts. Save the results into a CSV file named hacker\_news\_top10.csv."

**Service Interaction**\
"Log into my cloud hosting provider's dashboard. Navigate to the server status page and take a screenshot. If the CPU usage is above 90%, reboot the primary web server."

**Price Monitoring**\
"Monitor the product page for the new graphics card on Newegg. Check the price every 30 minutes. If the price drops below 700 dollars, send me a message on Telegram immediately."

**Automated Check In**\
"Go to my airline's website 24 hours before my flight. Use my confirmation number 123ABC and my last name to check me in for the flight."


---

# 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://docs.clawdtoken.xyz/5-showcase/web-tasks.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.
