> 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/document-management-system-dms/overall-introduction.md).

# Overall Introduction

The eTeams document library automatically accumulates and stores knowledge documents related to work, creating a unified knowledge repository for the team. This repository serves as an internal knowledge hub for the team, similar to an internal search engine, facilitating the reuse of knowledge, encouraging knowledge sharing among all team members, promoting collaborative innovation, and forming a collaborative center for team activities based on documents such as copywriting, planning, and proposals.

## Main Usage:

Automatic Knowledge Accumulation:

Automatically archive attachments and documents from other applications, such as task collaboration and feedback, into your document library. These documents will be stored in the default attachments folder within the library.&#x20;

File Sharing within the Organization:

Quickly share documents with colleagues who need them, maximizing the value of each document effectively.

Organizing the Standard Documents of the Organization:

Establish a team's shared file library to quickly familiarize members with past accumulated knowledge documents.

Providing feedback on document revisions and facilitating communication:&#x20;

Through feedback and communication based on documents, we can aggregate the experience and wisdom of all team members, helping you produce more polished document content.


---

# 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/document-management-system-dms/overall-introduction.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.
