> For the complete documentation index, see [llms.txt](https://docs.rillet.com/EjmEP4KZ9BVp9j2ho4Mh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rillet.com/EjmEP4KZ9BVp9j2ho4Mh/general-accounting/accruals.md).

# Accruals

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

To navigate to the Accrual Register, go to [Close Management > Accruals](https://sandbox.rillet.io/close-management/accruals-workflow). Here you will see a list of your accruals, and their current status of either Needs Review, Approved, or Posted.&#x20;

#### Types of Accruals

There are multiple types of accruals supported in this module

* **Service Period** - expenses which have a service period related to a prior period but the expense date is later than the service period. For example, if you receive a bill on Jan 1st but the related service period is December, Rillet will suggest an accrual for the bill.&#x20;
* **Recurring** - expenses which are recurring in nature where the agent has identified a gap in the expense pattern
* **Manual** - manually created by a Rillet user.&#x20;

### How to Review & Approve, and Post Accruals

From your list of accruals you can select actions for Edit, Post, and Delete.&#x20;

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

To review more details about the accrual, select Edit.&#x20;

<figure><img src="/files/OJrdxFiOxylbmDbz1uIc" alt="" width="375"><figcaption></figcaption></figure>

Within the Edit view, you can see more details about the accrual AI assessment (note: only in cases where AI is predicting the accrual) , and you can also change the related accounts, custom fields, amounts, etc.&#x20;

If you are using AI to predict the accrual you can also provide additional context to the agent and ask the agent to re-analyze. For example you could say " we just signed a new lease starting Jan 2026 for $14K per month and the agent will adjust it's suggested accrual.&#x20;

When you are satisfied with the accrual, you can select to Approve and/or Post the accrual.&#x20;

Once the accrual is posted, the description will update with a link to the accrual journal entry.&#x20;

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

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

### How to Create a Manual Accrual

To create a manual accrual, select New Accrual and fill in the relevant details.&#x20;

<figure><img src="/files/eCBkGjyJJgYDo8oczVE7" alt="" width="375"><figcaption></figcaption></figure>

Once you press save the new accrual will be displayed in your accrual register.&#x20;

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

### Adjust Accrual AI Settings

You can adjust your AI Settings for your orgnizational preferences

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

* **How to calculate the suggestion based on historical data** - the baseline predictive assumption will use either Average, Weighted Average or Trend Adjusted. You can choose which method you prefer.&#x20;
* **AI Comparison** - enable the agent to provide a separate assessment in addition to the baseline.&#x20;
* **Auto-accept AI Suggestions** - if enabled, the agent's accrual assessment will be the proposed entry instead of the baseline.&#x20;
* **Flag for Review** - Rillet will indicate any deviations between the baseline and the agent's assessment above this threshold.&#x20;

<figure><img src="/files/46bJChyMyvOG49n9WTD2" alt=""><figcaption></figcaption></figure>

### Accrual Materiality Threshold

In your [organization settings](https://app.rillet.io/settings/advanced), you can add a materiality threshold for accruals. When set your AI will not suggest any accruals less than the materiality threshold.&#x20;

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

If you update your materiality threshold it will update for any accruals months today and forward, but will not change the historical materiality. Additionally, any previous approved or manual accruals will not be removed due to a change in materiality. &#x20;

### Accrual Analytics&#x20;

Review metrics and trends around your accrual patterns within the Accrual Analytics.&#x20;

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rillet.com/EjmEP4KZ9BVp9j2ho4Mh/general-accounting/accruals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
