> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/setup-accounts/setup-new-account/setting-up-expense-accounts.md).

# Setting Up Expense Accounts

**YouTube:** [HOW TO SETUP A NEW ACCOUNT AND MODIFY AN OLD ACCOUNT IN LOGIC ERP?](https://youtu.be/N6s80pZheLc?si=NI9vn54ByaKzyjpW)

## Methods to Setting Up Expense Accounts **in** Logic ERP:

### **Creating a New Expense Account:**

* Navigate to the **Main Menu and then Expand "Setup".**
* **Select "Setup Accounts"** and then Click on "**Setup New Account"**.

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

### **Enter Basic Details**

* **Account Name:** Enter the name of the account (e.g., **Freight**).
* **Account Type**: Select Expense.
* Expense Type:
  * **Direct Expense:** Costs directly related to production or procurement (e.g., raw materials, wages, freight).
  * **Factory Expense:** Costs incurred for factory operations (e.g., rent, electricity, machinery maintenance).
  * **Trading Expense:** Expenses related to buying and selling (e.g., brokerage, packaging, transportation).
  * **P\&L (Operational) Expense:** Routine business costs impacting profitability (e.g., salaries, rent, marketing).
  * **P\&L (Non-Operational) Expense:** Indirect costs not directly linked to core operations (e.g., interest, depreciation).

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

* Set it as Direct Expense and Save the Changes.


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/setups/setup-accounts/setup-new-account/setting-up-expense-accounts.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.
