# Sample Use Cases

These examples show practical ways to use Aubrey. Each one is based on a public Aubrey use-case page and includes a setup checklist, a starter prompt, and an example of what Aubrey might send back.

## Use cases in this section

* [Family Activity Planning](/aubrey-docs/documentation/sample-use-cases/family-activity-planning.md): coordinate kids' activity emails, shared chat, and scheduled family check-ins.
* [Family Knowledge Space](/aubrey-docs/documentation/sample-use-cases/family-knowledge-space.md): build a reusable family reference from emails, chats, calendar items, files, and approved updates.
* [Soccer Carpool](/aubrey-docs/documentation/sample-use-cases/soccer-carpool.md): check a shared carpool sheet, ask a WhatsApp group for missing rides, and update clear commitments.
* [Shared Event Checklist](/aubrey-docs/documentation/sample-use-cases/shared-event-checklist.md): turn scattered event emails and group messages into one shared checklist.
* [Jury Duty Check](/aubrey-docs/documentation/sample-use-cases/jury-duty-check.md): schedule a public-page check for a San Francisco jury duty group number.

## How to use these examples

1. Pick the use case closest to your situation.
2. Copy the starter prompt.
3. Replace the bracketed details.
4. Connect or share the needed context, such as Aubrey email, a WhatsApp group, a Google Sheet, or a calendar.
5. Ask Aubrey to set up the workflow.

Start small. It is usually better to set up one useful workflow, test it, and adjust the details than to ask Aubrey to automate everything at once.


---

# 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://aubrey-agent.gitbook.io/aubrey-docs/documentation/sample-use-cases.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.
