# Sage Intacct: Balance Sheet

## Description

* Records amounts by account, category, and classification for all balance\_sheet type transactions.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/sage_intacct/resources/sage_intacct_logo.svg" alt="" data-size="line"> Sage Intacct

## Columns

| Type    | Name           | Description                                                                                  |
| ------- | -------------- | -------------------------------------------------------------------------------------------- |
| DATE    | period\_date   | The month of the entry date                                                                  |
| STRING  | account\_no    | ID of the account                                                                            |
| STRING  | account\_title | Name of the account                                                                          |
| STRING  | account\_type  | Income statement or balance sheet                                                            |
| STRING  | book\_id       | ID of the book                                                                               |
| STRING  | category       | Accounting category, like Cost of Sales Revenue                                              |
| STRING  | classification | Accounting classification, like Revenue                                                      |
| STRING  | currency       | Currency of transaction                                                                      |
| STRING  | entry\_state   | State of entry                                                                               |
| INTEGER | amount         | Total amount for that month, for balance sheet transactions. The total ending period balance |


---

# 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://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/sage-intacct-balance-sheet.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.
