> For the complete documentation index, see [llms.txt](https://echelp.weaver.com.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://echelp.weaver.com.co/daily-work-report/backend-maintenance/basic-settings.md).

# Basic Settings

## Permission Explanation:

### Resubmission Permission: This permission allows for the submission of daily reports after the specified day if they were not submitted on time. It can be configured to determine who is allowed to resubmit reports and within what time frame.

&#x20;     Unrestricted Resubmission: After 11.59pm of the day which the user did not submit daily report, resubmission is always available.

&#x20;     Limited Resubmission: After 11.59pm of the day which the user did not submit daily report, resubmission is available within a set time frame.

&#x20;     Resubmission Prohibited: After 11.59pm of the which the user did not submit daily report, no resubmission will be allowed.

### Viewing Permission: This permission determines who can view your daily reports. It can be restricted to yourself, all superiors, those who follow you, assistants, or it can be open to everyone.

The default visible range of a user's daily report:<br>

1. The author user himself.
2. The superior of the author user, and the superiors of superior.
3. Followers (must be approved)
4. Assistant: The assistant of any superior may view all his subordinates' daily report.
5. Open Permission: Specified personnel may view the daily reports.

### Editing Permission: This permission specifies whether the submitter is allowed to make edits to their submitted reports and within what time frame.

Unrestricted Editing: Editing the daily report is always available.

&#x20;     Limited Editing: Once the daily report has been submitted, editing is available within a set time frame.

&#x20;     Editing Prohibited: Once the daily report has been submitted, no editing will be allowed.


---

# 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://echelp.weaver.com.co/daily-work-report/backend-maintenance/basic-settings.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.
