> ## Documentation Index
> Fetch the complete documentation index at: https://docs.riktra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# add_focus_item

> Add an item to the caller's private ranked focus.

Call only after the person explicitly asks to add this focus item. It is appended after their active focus items and remains private to them; colleagues and administrators cannot see it.

## Parameters

<ParamField body="title" type="string" required>
  A short focus statement.
</ParamField>

<ParamField body="detail" type="string">
  Any further detail.
</ParamField>
