# Finding Answer/Get Support

1. ## AI Search for any question

<figure><img src="/files/mJcPo48XEiRAmHyzp7bS" alt=""><figcaption><p>Search Function</p></figcaption></figure>

* Use the search bar at the **top right** of the GitBook page.
* Enter keywords related to your issue or error message.
* Hit Enter or click on the search icon.

2. ## **Explore Documentation**:

* Browse through relevant articles and guides that appear in the search results.

3. ## **Follow Step-by-Step Guides**:

* If you find a relevant guide, follow the step-by-step instructions provided.
* Pay attention to any specific configurations or settings mentioned.

4. ## **Contact Support (if needed)**:

<figure><img src="/files/e6fOdCU7HVk7ikaBjGjG" alt=""><figcaption></figcaption></figure>

* If you cannot find a solution or need further assistance, contact our support team directly via WhatsApp.
* Provide details about the issue you are facing and steps you have already taken.

{% hint style="info" %}

## Example Message for requesting assistance

Hi, team. The AI Chatbot is not responding to user inputs as expected.&#x20;

I already verified that the API key is correctly configured.

Can solved this issue?
{% endhint %}


---

# 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://help.mampuai.com/mampu-ai/introduction/finding-answer-get-support.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.
