> For the complete documentation index, see [llms.txt](https://docs.charted.com/ap-automation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.charted.com/ap-automation/charted-features/journal-reversal.md).

# Journal Reversal

{% hint style="info" %}
Journal Reversal is not included within Charted's AP Automation Suite. Contact [support ](/ap-automation/charted-support.md)if you are interested in learning more about this feature.
{% endhint %}

### Reversing a Journal Entry

1\.   Navigate to any Journal Entry in your NetSuite account

2\.   When viewing a Journal Entry, there will be a Reverse button visible on the screen. This button will only appear for employees based on the permissions defined in the Configuration section above.

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

3\.   Press Reverse

4\.   You will be shown a screen to preview the Journal Entry reversal. All information will be copied from the original Journal Entry. The following changes will be made automatically:

* Posting Period will be set to the original Journal Entry’s Posting Period, unless that Positing Period is closed. If closed, the Posting Period will default to the current open Posting Period.
* Memo will copy from the original Journal Entry. However, it will add information to the memo to indicate the original Journal Entry being reversed.
* The Journal Entry lines will be updated to reverse the original Journal Entry.

5\.   Make any changes required and then press Save to complete the reversal.


---

# 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.charted.com/ap-automation/charted-features/journal-reversal.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.
