# Home / Feed

The Ability Hub app has several different roles for a user. A user could simply be a patient, a caregiver, or a part of the circle of care, a friend, or a family.

### Caregiver Home Feed

The main landing screen for caregivers has a personalized greeting and a social feed of posts from the user's care network. Key sections of the screen are:

* Patient filter dropdown ("Viewing Posts From: All") — filter posts by a specific patient.
* Post composer — tapping the text area opens the Create Post screen.
* [Post](/fieldworker-docs/fundamentals/concepts/post.md) feed — posts show author avatar, name, date, body text, like count, and Like / Comment / Share actions.
* Header shortcuts to Circle of Care and Profile.

<figure><img src="/files/jzJovvHmT3VGwWUjZ6rb" alt=""><figcaption></figcaption></figure>

### Patient Home Feed

Same layout as the Caregiver Home Feed but tailored for patients. Includes an "Explore Your Thoughts" journal prompt card pinned above the feed with a writing prompt and a Go to My Journal shortcut. Other key sections of the screen are:

* Caregiver filter dropdown ("Viewing Posts From: All") — filter posts by a specific member.
* Post composer — tapping the text area opens the Create Post screen.
* [Post](/fieldworker-docs/fundamentals/concepts/post.md) feed — posts show author avatar, name, date, body text, like count, and Like / Comment / Share actions.
* Header shortcuts to Circle of Care and Profile.

<figure><img src="/files/pORYUQZcxWa1r2vPus0j" alt=""><figcaption></figcaption></figure>

### Circle of Care

This screen lets you see and manage your care network. The screen is divided into two sections:

* Your Contacts — list of linked patients (name + role badge) with a ··· overflow menu per contact for actions like removing or messaging.
* Pending Invites — shows outstanding invitations or a "No pending invites" placeholder.

Header actions support: Add Contact (+ person icon) and Send Email Invite (envelope+ icon).

<figure><img src="/files/HYwbzlvjonnqpi2xh8ku" alt=""><figcaption></figcaption></figure>

### Invite

A standalone form/screen for inviting someone into the user's circle:

* Name of the invitee
* Email address
* "Is the invitee a patient?" radio toggle (Yes / No) — determines whether the invitee is added as a Patient or a peer Caregiver relationship

Pressing the Invite button sends an email invitation.&#x20;

<figure><img src="/files/wJcNgPtAV4LQBM5xZPMk" alt=""><figcaption></figcaption></figure>

You can track your pending invitations in the section on the prior screen.


---

# 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://fieldworker.gitbook.io/fieldworker-docs/fundamentals/pages/ability-hub-app/home-feed.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.
