> For the complete documentation index, see [llms.txt](https://docs.mastersindia.co/masters-india-gst-software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mastersindia.co/masters-india-gst-software/introduction/import-data/add-invoice.md).

# Add Invoice

Users can import large data using multiple methods, like Excel, FTP, and APIs. Thus, adding one or two single invoices can get a bit tedious. The MI GST Software now allows users to add their invoices individually using the “Add Invoice” feature.&#x20;

**User Journey**:

1. Come to the “Data Import” Module and toggle between the "Sales Data" and "Purchase Data" screens based on whether you want to add a sales or a purchase invoice. &#x20;
2. Click on the “Add Invoice” tab on the screen.

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

2. Add the invoice details according to users' input and click the submit button at the bottom after the invoice data is added.

<figure><img src="/files/6ytcbfUPIL4KWkALc6KS" alt=""><figcaption><p>The star marked fields are mandatory while adding the Purchase Details.</p></figcaption></figure>

<figure><img src="/files/ThEkmBdXRuBe50g8IJ9r" alt=""><figcaption><p>The star marked fields are mandatory while adding the Sales Details.</p></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:

```
GET https://docs.mastersindia.co/masters-india-gst-software/introduction/import-data/add-invoice.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.
