# Manual Entry for Expenses

{% embed url="<https://youtu.be/DKg7AGHdxJk>" %}

<details>

<summary>Step 1: Create a New Expense</summary>

Navigate to "Expense" tab and select "Add new" button

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

</details>

<details>

<summary>Step 2: Select Expense Date</summary>

Select the date on which the expense was incurred.&#x20;

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

</details>

<details>

<summary>Step 3: Select Category and Enter Total Amount</summary>

🔹 **Category&#x20;*****(Required)***

Choose the category that best describes the type of expense (e.g., Purchase of Goods, Salaries & Wages etc.). For more info, please refer to the [Types of Expense Category](/pigeonbook-tutorial/feature-guides/expense/types-of-expense-category.md) section.

🔹 **Total Amount&#x20;*****(Required)***

Enter the total amount of the expense.&#x20;

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

If you have multiple categories to assign to this expense, you can click **"Itemize"** to break down the expense into specific categories.

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

You can click **"Add Item"** to add multiple categories and enter the corresponding amounts for each. The **Asset Type** dropdown will appear only when the category **"Purchases of Equipment > RM2000"** is selected, allowing you to specify the type of asset purchased.

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

</details>

<details>

<summary>Step 4: Select Payment Method</summary>

🔹 **Payment Method&#x20;*****(Required)***

Select the payment method used for this expense (e.g., Personal Account, Business Account).

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

</details>

<details>

<summary>Step 5: Tag expense to a project</summary>

🔹 **Project Tag&#x20;*****(Optional)***

Choose an existing tag or click **"Add New"** to create a new project tag.

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

</details>

<details>

<summary>Step 6: Add Remarks</summary>

🔹 **Remarks&#x20;*****(Optional)***

Enter any additional notes or comments regarding this expense.&#x20;

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

</details>

<details>

<summary>Step 7: Upload Attachment (Single Receipt)</summary>

**🔹 Attachment**

Upload one receipt at a time by clicking **"Browse File"** or drag and drop the file into the designated area.

Ensure the file is in an acceptable format (e.g., PDF, JPEG, PNG) and within the size limit.

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

</details>

<details>

<summary>Step 8: Save expense</summary>

Click the **"Save"** button to expense details.&#x20;

<figure><img src="/files/276UYMMzMPx5ys3Vbgyd" alt=""><figcaption></figcaption></figure>

</details>


---

# 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://pigeonbook.gitbook.io/pigeonbook-tutorial/feature-guides/expense/manual-entry-for-expenses.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.
