> For the complete documentation index, see [llms.txt](https://docs.mastersindia.co/notice-management/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/notice-management/documentation/readme/notices-and-orders-module/add-notice-manual.md).

# Add Notice (Manual)

Clicking the **+ Add** button opens the Add Notice form.

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

Clicking the **+ Add** button opens the **Add Notice** form as a side panel overlay. The form is organized into four sections:

### **Section 1 — Basic Notice Info**

| Field                 | Type          | Required | Description                                                                                                                                                                                                  |
| --------------------- | ------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Notice Number**     | Text input    | Yes      | Unique identifier for the notice (e.g., notice/order reference number from the portal)                                                                                                                       |
| **Notice Date**       | Date picker   | Yes      | The date the notice was issued. Includes a calendar icon for date selection                                                                                                                                  |
| **Due Date**          | Date picker   | No       | Deadline for responding to the notice. Includes a calendar icon for date selection                                                                                                                           |
| **Issuing Authority** | Dropdown      | Yes      | The government portal that issued the notice — select from: GST / Income Tax / TRACES                                                                                                                        |
| **Notice Type**       | Dropdown      | Yes      | Classification of the notice (e.g., "case", "order", "notice"). Options may vary based on the selected Issuing Authority                                                                                     |
| **Priority Level**    | Radio buttons | Yes      | Set the urgency of the notice. Options: `Low`, `Medium`, `High`, `Urgent`. Displayed as horizontally aligned radio buttons with color-coded labels (Low = blue, Medium = yellow, High = brown, Urgent = red) |

### **Section 2 — Notice Content**

| Field                  | Type                   | Required | Description                                                                                           |
| ---------------------- | ---------------------- | -------- | ----------------------------------------------------------------------------------------------------- |
| **Notice Subject**     | Text input             | Yes      | A brief summary or title of the notice (e.g., "Order for Determination of Tax")                       |
| **Notice Description** | Text area (multi-line) | Yes      | Detailed description of the notice content. The text area is resizable and supports longer text input |

### **Section 3 — Entity Assignment**

| Field                   | Type       | Required | Description                                                                                                                                          |
| ----------------------- | ---------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Entity**              | Dropdown   | Yes      | Select the business entity (GSTIN/PAN) this notice pertains to. The dropdown auto-populates with entities relevant to the selected Issuing Authority |
| **Department/Division** | Text input | No       | Optional field to specify the internal department or division responsible for handling this notice                                                   |

### **Section 4 — File Attachments**

<table><thead><tr><th width="247.3333740234375">Element</th><th>Description</th></tr></thead><tbody><tr><td><strong>Upload your file</strong></td><td>Section header</td></tr><tr><td><strong>Drag &#x26; Drop zone</strong></td><td>Users can drag files directly into the dashed-border area</td></tr><tr><td><strong>Choose File button</strong></td><td>Blue button — opens the system file browser to select files for upload</td></tr><tr><td><strong>File limit</strong></td><td>Attachment is currently required to submit the notice</td></tr></tbody></table>

**Action Buttons:**

* **Submit** - validates and creates the notice. A success popup appears, and the new notice is added to the main listing (highlighted in bold to indicate it is new/unread).
* **Cancel** - discards all entered data and closes the form without saving.


---

# 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.mastersindia.co/notice-management/documentation/readme/notices-and-orders-module/add-notice-manual.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.
