# Accessing Help Menu

### Getting Here <a href="#getting_here" id="getting_here"></a>

To access our documentation material, select the **Help** icon on the side navigation menu and select **Documentation** from the menu.

The documentation material can also be accessed from the IS-Messenger.

The Help Center opens in your default IS-Mesenger plattform.

<figure><img src="/files/hLDWEOVdMZFclHFbmoJm" alt="Help Center interface"><figcaption></figcaption></figure>

On the main page of the Help menu, you can:

* Search for a particular topic by providing keywords.
* Select a category from the ones listed and view related topics.

### Searching for a Topic <a href="#searching_for_a_topic" id="searching_for_a_topic"></a>

You can provide keywords to search for a particular topic. For example, if you are looking for more information on the Messages Module, enter “Messages module” and press *Enter*. A list of related topics is displayed for you to choose from.

The search feature works like this:

* When you enter a word, the auto-complete feature suggests topics in a menu below the search bar. You can select the desired topic if it appears.
* The search includes alpha-numeric characters.
* The search does not include special characters, e.g. #, \*, etc.
* The search is not case-sensitive.

### Browsing the Help Menu <a href="#browsing_the_help_center" id="browsing_the_help_center"></a>

To view a complete list of topics related to a particular category, select the category from the main page and select a topic from the list of topics that display.

<figure><img src="/files/XOL1GgLJz5LHX4R4I6qS" alt="Browse the Help Center"><figcaption></figcaption></figure>


---

# 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.is-messenger.com/ismessenger/accessing-help-menu.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.
