> For the complete documentation index, see [llms.txt](https://docs.emobiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.emobiq.com/emobiq-ai/readme/support.md).

# Support

<figure><img src="/files/2n39KhdpmzUzDm3ZVS7Q" alt=""><figcaption></figcaption></figure>

## How to Submit a Support Request

Follow these simple steps to get in touch with our support team and submit a request for assistance

### Step 1: Access the Support Section

On the eMOBIQ AI main page, locate and click the `Support` tab at the top of the screen. This will open the support dashboard

### Step 2: Start a New Request

Click on the `Get Support` button. A pop-up form will appear, allowing you to describe your issue clearly.

<figure><img src="/files/I9oqaGMlcTGv6PEnJCQa" alt="" width="563"><figcaption></figcaption></figure>

### Step 3: Fill Out the Form

Complete the form with the following details:

* Your contact information (name, email, etc.)
* A clear description of the issue or question
* Optional: Attach a screenshot or video to help illustrate the problem

Once the form is completed, click `Create` to submit your support ticket

{% hint style="info" %}
*The more specific you are in your description, the faster we may assist you* :smile:
{% endhint %}

### Step 4: Track Your Ticket

Your ticket has now been created! You can view its progress and any responses from our team directly on the support page. We’ll work quickly to resolve your issue and keep you updated along the way.

***

### Updating Your Ticket (Optional)

If you need to provide additional information after submitting your ticket:

1. Click on your ticket in the support list
2. Share updates or clarify your request
3. Click `Send` to notify the support team

<figure><img src="/files/lZmq6UmsAIuH1Djd9jyo" alt="" width="563"><figcaption></figcaption></figure>

***

### Need More Help?

{% embed url="<https://www.youtube.com/watch?v=sqOBWluA09E>" %}

You can watch our Support Walkthrough Video for a visual step-by-step guide above or on [OrangeKloud's official YouTube Channel](https://www.youtube.com/@orangekloudinc.6099/featured).

We’re always here to help — don’t hesitate to reach out!


---

# 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.emobiq.com/emobiq-ai/readme/support.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.
