# How to get help

**Overview**

If you need assistance with the AMRIT Platform, there are several ways you can get help. Whether you're facing technical issues, have questions about how to use the platform, or want to contribute to the project, the following resources are available to support you.

**GitHub Discussions**

Our primary hub for community interaction is the [GitHub Discussions forum](https://github.com/orgs/PSMRI/discussions). Here, you can:

* **Ask questions:** If you're new to the platform or have specific queries, feel free to ask. Our community and maintainers are here to help.
* **Start discussions:** Engage with other users and developers by starting discussions on topics related to the platform, healthcare technology, or anything else relevant.
* **Share ideas:** Have an idea for a new feature or improvement? Share it in the forum to get feedback and collaborate with others.
* **Report issues:** If you encounter any problems or bugs, check the existing discussions to see if the issue has already been addressed. If not, you can start a new discussion or head over to the [Issues](https://github.com/PSMRI/AMRIT/issues) page to report it.

**Documentation**

Before reaching out for help, it's a good idea to check our Documentation for answers. The documentation covers everything from getting started with the platform to advanced development and customization topics.

**Email Support**

For direct assistance, you can reach out to our support team via email at <amrit@piramalswasthya.org>. Whether you have technical questions, need help with implementation, or require guidance on using the platform, our team is here to assist you.

**GitHub Issues**

For bug reports or feature requests, please use the [GitHub Issues section](https://github.com/PSMRI/AMRIT/issues) of our repository. This helps us track and prioritize problems and improvements efficiently. When submitting an issue, please provide as much detail as possible, including steps to reproduce the problem, error messages, and screenshots if applicable.

**Contribution Guidelines**

If you’re interested in contributing to the project, please review our [Contribution Guidelines](/amrit/community-and-support/contribution-guidelines.md). This section will guide you through the process of submitting code, documentation, or other resources to the project.

We encourage everyone to participate actively in the community, whether you're a user, developer, or contributor. Your involvement helps us improve the platform and make it more valuable for everyone.


---

# 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://piramal-swasthya.gitbook.io/amrit/community-and-support/how-to-get-help.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.
