> For the complete documentation index, see [llms.txt](https://docs.shiftiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiftiq.com/help/standards/documents/administrator-view.md).

# Working in the Administrator View

Documents are created to group and print Standards into various useful outputs

Create a new Document using the Administration Tools panel in the Standards Module. All Documents consist of four parts.

**Set-Up** Title and additional information you would like to include with your document. The additional information fields available depend on which document you are working with. For example, a Job Description document contains places to enter Location, Purpose, Responsibilities, etc.

Use your document as a Template by checking the Template checkbox under the Settings tab. Template documents are locked on the portal. They may be duplicated, but not modified.

**Attach Competencies** Attach Competencies to your document on the Competencies panel. You may include some or all competencies in a particular area. If you choose to attach only some, the parent area for those competencies will still print on the Document as a header. In order for competencies to show on the outline screen, you must follow the convention: FRAMEWORK, then Area Asset, then Competency.

**Relate other Documents** Attach a pre-selected group of competencies by relating an existing Document. All the competencies from the related document will now be attached to the current document.

**Download** Output and print a copy of your document using hte Download button in the Setup section.

**FAQ** **Why can't I relate a NOS or Job Description to one I'm creating?**

In order to relate a document 2 conditions must be met:

* The Document you are editing must not be a template (Settings tab)
* You must have been assigned permission to the Standards/Documents module. If you do not have this permission, please contact your administrator.


---

# 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.shiftiq.com/help/standards/documents/administrator-view.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.
