# Everyday Automation

**Inbox Management**\
"Connect to my Gmail, find all unread emails from the last 24 hours, summarize them into a single list, and save it as today\_briefing.md."

File Organization\
"Scan my Downloads folder. Find all files larger than 100MB, move them to a folder called LargeFiles, and then give me a list of the files you moved."

**Calendar Coordination**\
"Check my Google Calendar for tomorrow. List all my appointments and their attendees. Draft an email to my 9 AM meeting participants confirming the agenda located in my documents."

**Information Retrieval**\
"Read the PDF document project\_specs.pdf on my desktop. Extract the key deadlines and technical requirements into a markdown table."


---

# 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/everyday-automation.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.
