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

# Tasks

> Bookkeeping task list for business owners.

<img src="https://mintcdn.com/layerfinancialtechnologiesinc/dOKQpcu8ul1Jxqlc/images/components/tasks.png?fit=max&auto=format&n=dOKQpcu8ul1Jxqlc&q=85&s=a61166c68b5c2a2d15eb1a78bf3602b4" alt="Tasks component" width="1518" height="1792" data-path="images/components/tasks.png" />

```tsx theme={null}
import { Tasks } from "@layerfi/components";
…
<Tasks
  stringOverrides={{ header: 'Bookkeeping Tasks' }}
  onClickReconnectAccounts={() => navigate('/accounts')}
/>
```

### Properties

<ParamField body="mobile" type="boolean" default="false">
  Enables mobile-optimized layout for the tasks component.
</ParamField>

<ParamField body="stringOverrides" type="TasksStringOverrides">
  <Expandable title="TasksStringOverrides properties">
    <ParamField body="header" type="string">
      Override for the tasks header text.
    </ParamField>
  </Expandable>
</ParamField>

<ParamField body="onClickReconnectAccounts" type="() => void">
  Callback triggered when the user clicks the reconnect-accounts action in the task list.
</ParamField>
