> For the complete documentation index, see [llms.txt](https://docs.smt-x.com/smtx-online-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smt-x.com/smtx-online-documentation/fulfillment-platform/help-page.md).

# Help page

The help button is displayed on the main menu bar of SSP and is always available to click on. When browsing to the help page, users can find general information on how to use the SSP application and can download documents.

![clip0074](https://help.smt-x.com/clip0074.gif)

To edit the content of the Help page go to the Admin menu and choose ![clip0180](https://help.smt-x.com/clip0180.jpg)"Edit Help Page".

## Translations

The Translations sections is used to provide help in any of the supported languages. Please note that when a language is not filled in, the default language will be displayed. Behind the label Title the text that is displayed in the menu structure can be defined. The Content field is used to provide users information through formatted HTML text. Use the build-in HTML editor to format the text here. In case pre configured HTML code is provided that should be used, click on the Code button and paste the HTML code directly into the editor.

![clip0075](https://help.smt-x.com/clip0075.gif)

&#x20;

Use the ![SAVE](https://help.smt-x.com/save.gif) button to save the changes and remain on this screen, or use the ![OK](https://help.smt-x.com/ok.gif) button to save your changes and return to the Overview screen, or use the ![clip0022](https://help.smt-x.com/clip0022.gif)button to discard any changes.

## Documents

Together with the help text, documents may be attached to this page to provide users with additional help. To upload new documents, follow these steps:

1. Click on SELECT AND UPLOAD.
2. Choose the file you wish to make available on the Help page by selecting it from your local file system.
3. After opening the file, the upload will immediately start.
4. Click on the save button to save the changes.

![clip0076](https://help.smt-x.com/clip0076.gif)

&#x20;

To remove a document from the list, click on the ![delete](https://help.smt-x.com/delete.gif) icon behind the document and save the changes.


---

# 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.smt-x.com/smtx-online-documentation/fulfillment-platform/help-page.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.
