# DrugNet API

## DrugNet API

- [DrugNet API Documentation](https://api.drugnet.com.gh/drugnet-api-documentation.md): Welcome to the DrugNet  API documentation. This API allows you to communicate with the DrugNet System.
- [Create User](https://api.drugnet.com.gh/create-user.md): Create a new user in the DrugNet system.
- [Login User](https://api.drugnet.com.gh/login-user.md): Authenticate a web user by providing their username and password.
- [Reset password](https://api.drugnet.com.gh/reset-password.md): This endpoint is used to initiate the password reset process for a user in the DrugNet System.
- [Send Order Request](https://api.drugnet.com.gh/send-order-request.md): This API is used to send a medication request from a client to the DrugNet portal.
- [Get Insurance Information](https://api.drugnet.com.gh/get-insurance-information.md): Retrieves insurance information from the DrugNet portal . The response is a JSON object containing a success boolean field, a message string field, and a data array field.
- [Create mCredit Case](https://api.drugnet.com.gh/create-mcredit-case.md): Creates a new MCredit case by submitting patient and institution details together with a prescription file.
- [Mcredit Institutions](https://api.drugnet.com.gh/mcredit-institutions.md): Retrieves Mcredit Institutions information from the DrugNet portal
- [API Rate Limit](https://api.drugnet.com.gh/reference/api-rate-limit.md): Our API imposes rate limits to ensure fair usage and maintain service availability for all users.
- [API Reference](https://api.drugnet.com.gh/reference/api-reference.md)
- [Codes](https://api.drugnet.com.gh/reference/codes.md): A list of possible codes and what they mean to you


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://api.drugnet.com.gh/drugnet-api-documentation.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.
