# Publishing Document Analysis Tools on the Portal

Publish Documents to the Portal through the Web Sites module. We recommend you make a Folder to group your Documents on the portal.

Create a link to a page where you can select any document analysis tool using the following syntax:

*/ui/portal/standards/documents/analysis?type=jobfitanalysis1*

Create one Page inside your Folder for each Document or Analysis tool you want to appear on the Portal. Create an external link from the page to the analysis tool using the following syntax:

*/ui/portal/standards/documents/analysis?type=careermap /ui/portal/standards/documents/analysis?type=jobfitanalysis1 /ui/portal/standards/documents/analysis?type=jobfitanalysis2 /ui/portal/standards/documents/analysis?type=standardsanalysis*

Also see [Publishing Documents on the Portal](https://github.com/InSite/docs/blob/master/ui/help/portal/standards/documents/publish-document/README.md)


---

# Agent Instructions: 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.shiftiq.com/help/standards/documents/document-analysis.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.
