# Billeasy Staging Documentation

## Welcome 🙏

Becoming a super hero programmer 😎 is a fairly straight forward process:

**FOLLOW DOCUMENTATION !!!**

{% hint style="info" %}
&#x20;If an issue is spotted in the documentation, Kindly report it on the slack channel.
{% endhint %}

Once you're strong enough, save the world:

```
The Documentation is clubbed into Groups
----------------------------------------
1. Customer Mobile App
2. Mobile POS
3. Client Dashboard
4. POS Plugin
5. Windows POS

For your ease of access, API's / Changelogs / FAQ's have been arranged in 
groups and sections.
```

### Any Suggestions and improvements are Welcome 😇

> Drop in your requests at the Slack Channel <https://billeasyteam.slack.com/messages/C1F1NL5RD>


---

# 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-staging.billeasy.in/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.
