# Fundamentals

- [Inviting Members](https://orimon.gitbook.io/docs/fundamentals/inviting-members.md): Here are the step-by-step instructions to invite your team to collaborate on your chatbot:
- [Install the Dashboard App](https://orimon.gitbook.io/docs/fundamentals/install-the-dashboard-app.md): This is a guide on how to install Orimon Dashboard App on mobile as well as desktop
- [Billing and Subscription](https://orimon.gitbook.io/docs/fundamentals/billing-and-subscription.md): What do I get from Orimon?
- [How do I subscribe?](https://orimon.gitbook.io/docs/fundamentals/billing-and-subscription/how-do-i-subscribe.md)
- [How to buy additional quota for my plan?](https://orimon.gitbook.io/docs/fundamentals/billing-and-subscription/how-to-buy-additional-quota-for-my-plan.md): "Add-Ons" is a way to add more quota of various features to your account's allowance. You can purchase as many top-ups as you need, and they will be valid for as long as you remain subscribed.
- [How do I upgrade my plan?](https://orimon.gitbook.io/docs/fundamentals/billing-and-subscription/how-do-i-upgrade-my-plan.md): Users can change their subscription plan to a higher one if they feel that their current plan is not enough for their needs.
- [How do I cancel my plan?](https://orimon.gitbook.io/docs/fundamentals/billing-and-subscription/how-do-i-cancel-my-plan.md): If you no longer need a subscription or want to switch to a different one, you can cancel your current subscription at any time.
- [How do I renew my plan?](https://orimon.gitbook.io/docs/fundamentals/billing-and-subscription/how-do-i-renew-my-plan.md): Users can choose to renew their subscription if it has ended or if they have cancelled it and want to restart it.


---

# 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://orimon.gitbook.io/docs/fundamentals.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.
