# Getting started

{% hint style="info" %}
We are still in the process of updating our documentation from using the Mobingi company name to Alphaus. You will still notice some old references to Mobingi all throughout the documentation.
{% endhint %}

Welcome to Alphaus official documentation! To get started, you can use the dropdown menu on the upper left hand corner of this page.

Below are the links to our products' dashboards.

| Target        | Link                                 |
| ------------- | ------------------------------------ |
| Ripple (beta) | <https://next.alphaus.cloud/ripple/> |
| Wave (beta)   | <https://next.alphaus.cloud/wave/>   |
| Ripple        | <https://app.mobingi.com/ripple/>    |
| Wave          | <https://app.mobingi.com/wave/>      |

Our service status page can be found on <https://status.alphaus.cloud/>.

For more information about Alphaus in general, please visit the relevant links below.

| Link                              | Description          |
| --------------------------------- | -------------------- |
| <https://alphaus.cloud/jp/>       | Official website     |
| <http://blog.mobingi.co.jp/>      | Blog (Japanese)      |
| <https://labs.mobingi.com/>       | Tech blog (Japanese) |
| <https://tech.mobingi.com/>       | Tech blog (English)  |
| <https://github.com/mobingi/>     | GitHub (main)        |
| <https://github.com/mobingilabs/> | GitHub (labs)        |


---

# 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.alphaus.cloud/master.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.
